We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b996a8e + 1dc2aee commit 8882987Copy full SHA for 8882987
build.gradle.kts
@@ -58,7 +58,7 @@ kotlin {
58
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:$jacksonVersion")
59
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
60
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
61
- implementation("org.jooq:jooq:3.16.0")
+ implementation("org.jooq:jooq:3.16.1")
62
}
63
64
val jvmTest by getting {
0 commit comments