From d8e446c9c96f65892c0b63e1f2d8c37f0ee15a4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:00:42 +0000 Subject: [PATCH] fix(deps): update dependency org.flywaydb:flyway-core to v12 --- backend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index da15051c..e6a3d56f 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { implementation("org.ehcache:ehcache:3.11.1") // Run Flyway DB migration tool on startup https://flywaydb.org/ - implementation("org.flywaydb:flyway-core:8.5.13") + implementation("org.flywaydb:flyway-core:12.5.0") // Read .mmdb (MaxMind) DB files for IP lookups https://maxmind.github.io/MaxMind-DB/ implementation("com.maxmind.geoip2:geoip2:4.4.0")