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 38eca2b + a5a7e29 commit 724d961Copy full SHA for 724d961
build.gradle.kts
@@ -59,7 +59,7 @@ kotlin {
59
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:$jacksonVersion")
60
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
61
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
62
- implementation("org.jooq:jooq:3.15.4")
+ implementation("org.jooq:jooq:3.15.5")
63
}
64
65
val jvmTest by getting {
0 commit comments