Skip to content

Commit

Permalink
chore(deps): bump org.jooq:jooq from 3.19.15 to 3.19.16
Browse files Browse the repository at this point in the history
Bumps org.jooq:jooq from 3.19.15 to 3.19.16.

---
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>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent dba5c39 commit 3f9e051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dependencies {
api 'org.codehaus.plexus:plexus-utils:3.0.24' // https://nvd.nist.gov/vuln/detail/CVE-2022-4244

// for jOOQ to the same version as we use in EE
api ("org.jooq:jooq:3.19.15")
api ("org.jooq:jooq:3.19.16")

// Tests
api "org.junit-pioneer:junit-pioneer:2.3.0"
Expand Down

0 comments on commit 3f9e051

Please sign in to comment.