Skip to content

Commit 25f9320

Browse files
authored
Merge pull request #29 from sourceplusplus/dependabot/gradle/org.jooq-jooq-3.16.3
Bump jooq from 3.16.2 to 3.16.3
2 parents 09acd40 + e032cc8 commit 25f9320

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
@@ -57,7 +57,7 @@ kotlin {
5757
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:$jacksonVersion")
5858
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
5959
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
60-
implementation("org.jooq:jooq:3.16.2")
60+
implementation("org.jooq:jooq:3.16.3")
6161
}
6262
}
6363
val jvmTest by getting {

0 commit comments

Comments
 (0)