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 {
62
62
implementation(" com.fasterxml.jackson.datatype:jackson-datatype-guava:$jacksonVersion " )
63
63
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion " )
64
64
implementation(" com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion " )
65
- implementation(" org.jooq:jooq:3.16.4 " )
65
+ implementation(" org.jooq:jooq:3.16.5 " )
66
66
}
67
67
}
68
68
val jvmTest by getting {
69
69
dependencies {
70
70
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" )
72
72
implementation(" junit:junit:4.13.2" )
73
73
implementation(" com.fasterxml.jackson.core:jackson-core:$jacksonVersion " )
74
74
implementation(" com.fasterxml.jackson.core:jackson-databind:$jacksonVersion " )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginManagement {
5
5
id ' org.jetbrains.kotlin.plugin.serialization' version kotlinVersion apply false
6
6
id ' org.jetbrains.kotlin.kapt' version kotlinVersion apply false
7
7
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
9
9
}
10
10
}
11
11
You can’t perform that action at this time.
0 commit comments