File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ 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.4 " )
65+ implementation(" org.jooq:jooq:3.16.5 " )
6666 }
6767 }
6868 val jvmTest by getting {
6969 dependencies {
7070 implementation(" io.vertx:vertx-core:$vertxVersion " )
71- implementation(" com.google.guava:guava:31.0. 1-jre" )
71+ implementation(" com.google.guava:guava:31.1-jre" )
7272 implementation(" junit:junit:4.13.2" )
7373 implementation(" com.fasterxml.jackson.core:jackson-core:$jacksonVersion " )
7474 implementation(" com.fasterxml.jackson.core:jackson-databind:$jacksonVersion " )
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.2.2 ' apply false
8+ id ' com.diffplug.spotless' version ' 6.3.0 ' apply false
99 }
1010}
1111
You can’t perform that action at this time.
0 commit comments