Merge pull request #427 from usbharu/renovate/org.flywaydb-flyway-database-postgresql-10.x

fix(deps): update dependency org.flywaydb:flyway-database-postgresql to v10.15.0
This commit is contained in:
usbharu
2024-06-18 18:58:04 +09:00
committed by GitHub
+1 -1
View File
@@ -82,7 +82,7 @@ imageio-webp = { module = "com.twelvemonkeys.imageio:imageio-webp", version = "3
thumbnailator = { module = "net.coobird:thumbnailator", version = "0.4.20" } thumbnailator = { module = "net.coobird:thumbnailator", version = "0.4.20" }
flyway-core = { module = "org.flywaydb:flyway-core" } flyway-core = { module = "org.flywaydb:flyway-core" }
flyway-postgresql = { module = "org.flywaydb:flyway-database-postgresql", version = "10.14.0" } flyway-postgresql = { module = "org.flywaydb:flyway-database-postgresql", version = "10.15.0" }
h2db = { module = "com.h2database:h2", version = "2.2.224" } h2db = { module = "com.h2database:h2", version = "2.2.224" }