File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
55buildscript {
66 dependencies {
7- classpath(" org.flywaydb:flyway-database-postgresql:11.13.2 " )
7+ classpath(" org.flywaydb:flyway-database-postgresql:11.15.0 " )
88 }
99}
1010
@@ -20,7 +20,7 @@ plugins {
2020 // Comment out id 'war' to work in Eclipse
2121 id ' war'
2222 id ' jacoco'
23- id ' org.flywaydb.flyway' version ' 11.13.2 '
23+ id ' org.flywaydb.flyway' version ' 11.15.0 '
2424 id ' com.diffplug.spotless' version ' 8.0.0'
2525}
2626
@@ -319,9 +319,9 @@ dependencies {
319319 implementation ' org.bouncycastle:bcprov-jdk18on:1.82'
320320
321321 // Flyway (already pulled via plugins, but OK to be explicit)
322- implementation ' org.flywaydb:flyway-core:11.13.2 '
323- implementation ' org.flywaydb:flyway-database-postgresql:11.13.2 '
324- implementation ' org.flywaydb:flyway-database-hsqldb:11.13.2 '
322+ implementation ' org.flywaydb:flyway-core:11.15.0 '
323+ implementation ' org.flywaydb:flyway-database-postgresql:11.15.0 '
324+ implementation ' org.flywaydb:flyway-database-hsqldb:11.15.0 '
325325}
326326
327327application {
You can’t perform that action at this time.
0 commit comments