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 3f41ab2 commit 144302cCopy full SHA for 144302c
1 file changed
backend/build.gradle.kts
@@ -50,7 +50,7 @@ dependencies {
50
implementation("org.ehcache:ehcache:3.11.1")
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:12.0.0")
54
55
// Read .mmdb (MaxMind) DB files for IP lookups https://maxmind.github.io/MaxMind-DB/
56
implementation("com.maxmind.geoip2:geoip2:4.4.0")
0 commit comments