File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 dependencies {
3- classpath(" org.flywaydb:flyway-database-postgresql:11.8.2 " )
3+ classpath(" org.flywaydb:flyway-database-postgresql:11.11.0 " )
44 }
55}
66
@@ -17,7 +17,7 @@ plugins {
1717 id ' org.sonarqube' version ' 6.2.0.5505'
1818 id " io.freefair.lombok" version " 8.14"
1919 id " org.openapi.generator" version " 7.13.0"
20- id " org.flywaydb.flyway" version " 11.8.2 "
20+ id " org.flywaydb.flyway" version " 11.11.0 "
2121 id ' maven-publish'
2222 id(" com.dorongold.task-tree" ) version " 4.0.1"
2323}
@@ -458,8 +458,8 @@ dependencies {
458458 implementation ' com.azure:azure-storage-blob'
459459
460460 implementation group : ' io.rest-assured' , name : ' rest-assured'
461- implementation group : ' org.flywaydb' , name : ' flyway-core' , version : ' 11.8.2 '
462- implementation group : ' org.flywaydb' , name : ' flyway-database-postgresql' , version : ' 11.8.2 '
461+ implementation group : ' org.flywaydb' , name : ' flyway-core' , version : ' 11.11.0 '
462+ implementation group : ' org.flywaydb' , name : ' flyway-database-postgresql' , version : ' 11.11.0 '
463463 implementation group : ' io.hypersistence' , name : ' hypersistence-utils-hibernate-63' , version : ' 3.10.3'
464464
465465 // database
You can’t perform that action at this time.
0 commit comments