Skip to content

Commit 272f95e

Browse files
authored
Merge pull request #42 from sourceplusplus/dependabot/gradle/org.jooq-jooq-3.16.5
Bump jooq from 3.16.4 to 3.16.5
2 parents bd9cf43 + f20dbda commit 272f95e

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.4")
65+
implementation("org.jooq:jooq:3.16.5")
6666
}
6767
}
6868
val jvmTest by getting {

0 commit comments

Comments
 (0)