We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b78b2 commit bc30e6eCopy full SHA for bc30e6e
1 file changed
backend/build.gradle.kts
@@ -50,7 +50,7 @@ dependencies {
50
implementation("org.ehcache:ehcache:3.10.8")
51
52
// Run Flyway DB migration tool on startup https://flywaydb.org/
53
- implementation("org.flywaydb:flyway-core:8.5.13")
+ implementation("org.flywaydb:flyway-core:10.17.2")
54
55
// Read .mmdb (MaxMind) DB files for IP lookups https://maxmind.github.io/MaxMind-DB/
56
implementation("com.maxmind.geoip2:geoip2:4.2.0")
0 commit comments