Skip to content

Commit b996a8e

Browse files
authored
Merge pull request #19 from sourceplusplus/dependabot/gradle/org.jooq-jooq-3.16.0
Bump jooq from 3.15.5 to 3.16.0
2 parents 3f96ad7 + f3650e3 commit b996a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ kotlin {
5858
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:$jacksonVersion")
5959
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
6060
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
61-
implementation("org.jooq:jooq:3.15.5")
61+
implementation("org.jooq:jooq:3.16.0")
6262
}
6363
}
6464
val jvmTest by getting {

0 commit comments

Comments
 (0)