From bbfb538b23f69e2340b69241a5f038355c5039ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 08:13:57 +0000 Subject: [PATCH] fix(deps): update dependency org.flywaydb:flyway-core to v10 --- 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 dad10777..a2227540 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -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.20.0") // Read .mmdb (MaxMind) DB files for IP lookups https://maxmind.github.io/MaxMind-DB/ implementation("com.maxmind.geoip2:geoip2:4.2.0")