Skip to content

Commit

Permalink
fix(deps): update dependency org.jooq:jooq to v3.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 9, 2024
1 parent 647e86f commit 52e525e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/persistence/database-schema/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
dependencies {
api "org.flywaydb:flyway-core:9.21.2"
api "com.zaxxer:HikariCP:5.0.1"
api 'org.jooq:jooq:3.16.6'
api 'org.jooq:jooq:3.19.6'

// Needs to be 'api' scope so the Flyway plugin can see it
api "org.postgresql:postgresql:$postgresDriverVersion"
Expand Down

0 comments on commit 52e525e

Please sign in to comment.