Skip to content

Commit a5a7e29

Browse files
Bump jooq from 3.15.4 to 3.15.5
Bumps jooq from 3.15.4 to 3.15.5. --- 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 fb1ce43 commit a5a7e29

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.4")
61+
implementation("org.jooq:jooq:3.15.5")
6262
}
6363
}
6464
val jvmTest by getting {

0 commit comments

Comments
 (0)