Skip to content

Commit

Permalink
fix(deps): update dependency org.flywaydb:flyway-core to v9.10.1 (#957)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 19, 2022
1 parent c39b209 commit a51da79
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.8.1"
api "org.flywaydb:flyway-core:9.10.1"
api "com.zaxxer:HikariCP:5.0.1"
api 'org.jooq:jooq:3.16.6'

Expand Down

0 comments on commit a51da79

Please sign in to comment.