Skip to content

Commit 3a48629

Browse files
Bump jooq from 3.16.5 to 3.16.6
Bumps jooq from 3.16.5 to 3.16.6. --- updated-dependencies: - dependency-name: org.jooq:jooq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ce029a0 commit 3a48629

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)