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.
1 parent ce029a0 commit 3a48629Copy full SHA for 3a48629
build.gradle.kts
@@ -62,7 +62,7 @@ kotlin {
62
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:$jacksonVersion")
63
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
64
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
65
- implementation("org.jooq:jooq:3.16.5")
+ implementation("org.jooq:jooq:3.16.6")
66
}
67
68
val jvmTest by getting {
0 commit comments