@@ -10,7 +10,7 @@ plugins {
1010 id ' com.github.ben-manes.versions' version ' 0.52.0'
1111 id ' org.sonarqube' version ' 6.3.1.5724'
1212 id ' info.solidsoft.pitest' version ' 1.19.0-rc.1'
13- id ' org.flywaydb.flyway' version ' 10.22 .0'
13+ id ' org.flywaydb.flyway' version ' 11.14 .0'
1414 id ' io.freefair.lombok' version ' 8.14.2'
1515 // If Pact version is changed, make sure serenity report works.
1616 id ' net.serenity-bdd.serenity-gradle-plugin' version ' 4.2.33'
@@ -338,8 +338,8 @@ dependencies {
338338 implementation group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.14'
339339
340340 implementation group : ' commons-fileupload' , name : ' commons-fileupload' , version : ' 1.6.0'
341- implementation group : ' org.flywaydb' , name : ' flyway-core' , version : ' 10.22 .0'
342- implementation group : ' org.flywaydb' , name : ' flyway-database-postgresql' , version : ' 10.22 .0'
341+ implementation group : ' org.flywaydb' , name : ' flyway-core' , version : ' 11.14 .0'
342+ implementation group : ' org.flywaydb' , name : ' flyway-database-postgresql' , version : ' 11.14 .0'
343343 implementation group : ' org.postgresql' , name : ' postgresql' , version : ' 42.7.7'
344344
345345 implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : versions. log4j
0 commit comments