Skip to content

Commit 8882987

Browse files
authored
Merge pull request #20 from sourceplusplus/dependabot/gradle/org.jooq-jooq-3.16.1
Bump jooq from 3.16.0 to 3.16.1
2 parents b996a8e + 1dc2aee commit 8882987

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.16.0")
61+
implementation("org.jooq:jooq:3.16.1")
6262
}
6363
}
6464
val jvmTest by getting {

0 commit comments

Comments
 (0)