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 {
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.5 " )
65
+ implementation(" org.jooq:jooq:3.16.6 " )
66
66
}
67
67
}
68
68
val jvmTest by getting {
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.4.1 ' apply false
8
+ id ' com.diffplug.spotless' version ' 6.4.2 ' apply false
9
9
}
10
10
}
11
11
You can’t perform that action at this time.
0 commit comments