Skip to content

Commit 144302c

Browse files
fix(deps): update dependency org.flywaydb:flyway-core to v12
1 parent 3f41ab2 commit 144302c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation("org.ehcache:ehcache:3.11.1")
5151

5252
// Run Flyway DB migration tool on startup https://flywaydb.org/
53-
implementation("org.flywaydb:flyway-core:8.5.13")
53+
implementation("org.flywaydb:flyway-core:12.0.0")
5454

5555
// Read .mmdb (MaxMind) DB files for IP lookups https://maxmind.github.io/MaxMind-DB/
5656
implementation("com.maxmind.geoip2:geoip2:4.4.0")

0 commit comments

Comments
 (0)