Skip to content

Commit f3650e3

Browse files
Bump jooq from 3.15.5 to 3.16.0
Bumps jooq from 3.15.5 to 3.16.0. --- updated-dependencies: - dependency-name: org.jooq:jooq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f96ad7 commit f3650e3

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

0 commit comments

Comments
 (0)