Skip to content

Commit

Permalink
fix(deps): update dependency org.flywaydb:flyway-core to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 20, 2024
1 parent a66ae28 commit 0d60a44
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 @@ -10,7 +10,7 @@ repositories {
}

dependencies {
api "org.flywaydb:flyway-core:9.22.3"
api "org.flywaydb:flyway-core:10.11.1"
api "com.zaxxer:HikariCP:5.1.0"
api 'org.jooq:jooq:3.19.7'

Expand Down

0 comments on commit 0d60a44

Please sign in to comment.