File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ kotlin {
6262 implementation(" com.fasterxml.jackson.datatype:jackson-datatype-guava:$jacksonVersion " )
6363 implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion " )
6464 implementation(" com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion " )
65- implementation(" org.jooq:jooq:3.16.5 " )
65+ implementation(" org.jooq:jooq:3.16.6 " )
6666 }
6767 }
6868 val jvmTest by getting {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginManagement {
55 id ' org.jetbrains.kotlin.plugin.serialization' version kotlinVersion apply false
66 id ' org.jetbrains.kotlin.kapt' version kotlinVersion apply false
77 id ' org.jetbrains.kotlin.plugin.noarg' version kotlinVersion apply false
8- id ' com.diffplug.spotless' version ' 6.4.1 ' apply false
8+ id ' com.diffplug.spotless' version ' 6.4.2 ' apply false
99 }
1010}
1111
You can’t perform that action at this time.
0 commit comments