diff --git a/build.gradle b/build.gradle index 2bd1ca9c..935d7485 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath("org.flywaydb:flyway-database-postgresql:10.16.0") + classpath("org.flywaydb:flyway-database-postgresql:10.17.0") } } @@ -12,7 +12,7 @@ plugins { id 'com.github.ben-manes.versions' version '0.51.0' id 'org.sonarqube' version '5.1.0.4882' id 'uk.gov.hmcts.java' version '0.12.63' - id 'org.flywaydb.flyway' version '10.16.0' + id 'org.flywaydb.flyway' version '10.17.0' id 'net.serenity-bdd.serenity-gradle-plugin' version '4.0.46' } @@ -281,7 +281,7 @@ dependencies { implementation group: 'io.rest-assured', name: 'rest-assured' implementation 'org.flywaydb:flyway-core' - runtimeOnly 'org.flywaydb:flyway-database-postgresql:10.16.0' + runtimeOnly 'org.flywaydb:flyway-database-postgresql:10.17.0' implementation 'org.postgresql:postgresql' implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.2'