Skip to content

Commit

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

---
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 and loicmathieu committed Jan 27, 2025
1 parent 3f94022 commit 4bf4646
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 @@ -126,7 +126,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.16")
api ("org.jooq:jooq:3.19.18")

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

0 comments on commit 4bf4646

Please sign in to comment.