Skip to content

Commit

Permalink
fix(deps): update dependency org.jooq:jooq to v3.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 23, 2023
1 parent 83ad620 commit a18fe1d
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.12.0"
api "com.zaxxer:HikariCP:5.0.1"
api 'org.jooq:jooq:3.16.6'
api 'org.jooq:jooq:3.18.5'

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

0 comments on commit a18fe1d

Please sign in to comment.