Skip to content

Commit 95b8271

Browse files
authored
Merge pull request #52 from sourceplusplus/dependabot/gradle/org.jooq-jooq-3.16.6
Bump jooq from 3.16.5 to 3.16.6
2 parents ce029a0 + 3a48629 commit 95b8271

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
@@ -62,7 +62,7 @@ kotlin {
6262
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:$jacksonVersion")
6363
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
6464
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
65-
implementation("org.jooq:jooq:3.16.5")
65+
implementation("org.jooq:jooq:3.16.6")
6666
}
6767
}
6868
val jvmTest by getting {

0 commit comments

Comments
 (0)