Skip to content

Commit 724d961

Browse files
authored
Merge pull request #13 from sourceplusplus/dependabot/gradle/org.jooq-jooq-3.15.5
Bump jooq from 3.15.4 to 3.15.5
2 parents 38eca2b + a5a7e29 commit 724d961

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
@@ -59,7 +59,7 @@ kotlin {
5959
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:$jacksonVersion")
6060
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
6161
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
62-
implementation("org.jooq:jooq:3.15.4")
62+
implementation("org.jooq:jooq:3.15.5")
6363
}
6464
}
6565
val jvmTest by getting {

0 commit comments

Comments
 (0)