Skip to content

Commit 030caf4

Browse files
fix(deps): update dependency org.flywaydb:flyway-core to v13
1 parent 2f1a79d commit 030caf4

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
@@ -51,7 +51,7 @@ dependencies {
5151
implementation("org.ehcache:ehcache:3.11.1")
5252

5353
// Run Flyway DB migration tool on startup https://flywaydb.org/
54-
implementation("org.flywaydb:flyway-core:8.5.13")
54+
implementation("org.flywaydb:flyway-core:13.1.0")
5555

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

0 commit comments

Comments
 (0)