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 Jul 27, 2024
1 parent c28dafb commit c33140e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation("org.ehcache:ehcache:3.10.8")

// Run Flyway DB migration tool on startup https://flywaydb.org/
implementation("org.flywaydb:flyway-core:8.5.13")
implementation("org.flywaydb:flyway-core:10.16.0")

// Read .mmdb (MaxMind) DB files for IP lookups https://maxmind.github.io/MaxMind-DB/
implementation("com.maxmind.geoip2:geoip2:4.2.0")
Expand Down

0 comments on commit c33140e

Please sign in to comment.