Skip to content

Commit

Permalink
fix(deps): update flyway to v11.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2025
1 parent e0d71cf commit db3cb46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/persistence/database-schema/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "com.avast.gradle.docker-compose" version "0.17.12"
id 'nu.studer.jooq' version '9.0'
id "org.flywaydb.flyway" version "11.3.0"
id "org.flywaydb.flyway" version "11.3.2"
id "java-library"
}

Expand All @@ -10,7 +10,7 @@ repositories {
}

dependencies {
api "org.flywaydb:flyway-database-postgresql:11.3.0"
api "org.flywaydb:flyway-database-postgresql:11.3.2"
api "com.zaxxer:HikariCP:6.2.1"
api 'org.jooq:jooq:3.19.18'

Expand Down

0 comments on commit db3cb46

Please sign in to comment.