Skip to content

Commit

Permalink
Bump jooqVersion from 3.19.11 to 3.19.13 (#9469)
Browse files Browse the repository at this point in the history
Bumps `jooqVersion` from 3.19.11 to 3.19.13.

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

Updates `org.jooq:jooq-meta` from 3.19.11 to 3.19.13

---
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 3d77ea0 commit 91de2f8
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 @@ -25,7 +25,7 @@ repositories {
dependencies {
val dockerJavaVersion = "3.4.0"
val flywayVersion = "10.18.0"
val jooqVersion = "3.19.11"
val jooqVersion = "3.19.13"

// 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 91de2f8

Please sign in to comment.