Skip to content

Commit

Permalink
Bump jooqVersion from 3.19.16 to 3.19.17 (#10100)
Browse files Browse the repository at this point in the history
Bumps `jooqVersion` from 3.19.16 to 3.19.17.

Updates `org.jooq:jooq-codegen-gradle` from 3.19.16 to 3.19.17
- [Release notes](https://github.com/jOOQ/jOOQ/releases)
- [Commits](jOOQ/jOOQ@version-3.19.16...version-3.19.17)

Updates `org.jooq:jooq-meta` from 3.19.16 to 3.19.17

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent a14970f commit c15e25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
dependencies {
val dockerJavaVersion = "3.4.1"
val flywayVersion = "11.1.1"
val jooqVersion = "3.19.16"
val jooqVersion = "3.19.17"

// Add docker-java dependencies before gradle-docker-plugin to avoid the docker-java jars
// embedded in the plugin being used by testcontainers-postgresql
Expand Down

0 comments on commit c15e25d

Please sign in to comment.