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] committed Apr 29, 2024
1 parent 6b36667 commit 2a4834b
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.12.0"
api "com.zaxxer:HikariCP:5.1.0"
api 'org.jooq:jooq:3.19.7'

Expand Down

0 comments on commit 2a4834b

Please sign in to comment.