Skip to content

Commit

Permalink
Bump jooq from 3.16.4 to 3.16.5
Browse files Browse the repository at this point in the history
Bumps jooq from 3.16.4 to 3.16.5.

---
updated-dependencies:
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 9, 2022
1 parent bd9cf43 commit f20dbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ kotlin {
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:$jacksonVersion")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
implementation("org.jooq:jooq:3.16.4")
implementation("org.jooq:jooq:3.16.5")
}
}
val jvmTest by getting {
Expand Down

0 comments on commit f20dbda

Please sign in to comment.