Skip to content

Commit 941bfa4

Browse files
authored
Merge pull request #37 from sourceplusplus/dependabot/gradle/org.jooq-jooq-3.16.4
Bump jooq from 3.16.3 to 3.16.4
2 parents 2e1c888 + ba8d425 commit 941bfa4

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

0 commit comments

Comments
 (0)