There was an error while loading. Please reload this page.
1 parent 2f1a79d commit 030caf4Copy full SHA for 030caf4
1 file changed
backend/build.gradle.kts
@@ -51,7 +51,7 @@ dependencies {
51
implementation("org.ehcache:ehcache:3.11.1")
52
53
// Run Flyway DB migration tool on startup https://flywaydb.org/
54
- implementation("org.flywaydb:flyway-core:8.5.13")
+ implementation("org.flywaydb:flyway-core:13.1.0")
55
56
// Read .mmdb (MaxMind) DB files for IP lookups https://maxmind.github.io/MaxMind-DB/
57
implementation("com.maxmind.geoip2:geoip2:4.4.0")
0 commit comments