mirror of https://github.com/usbharu/Hideout.git
fix(deps): update dependency org.flywaydb:flyway-database-postgresql to v10.18.0
This commit is contained in:
parent
72659bf57b
commit
b05ffe3d2e
|
@ -78,7 +78,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.17.3" }
|
flyway-postgresql = { module = "org.flywaydb:flyway-database-postgresql", version = "10.18.0" }
|
||||||
|
|
||||||
h2db = { module = "com.h2database:h2", version = "2.3.232" }
|
h2db = { module = "com.h2database:h2", version = "2.3.232" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue