From e85bc7c7a555f4ea563195a52487c67dd31d63bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 07:23:52 +0000 Subject: [PATCH] fix(deps): update flyway to v10.17.3 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 7c0599b3b..f6d075e19 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath("org.flywaydb:flyway-database-postgresql:10.17.2") + classpath("org.flywaydb:flyway-database-postgresql:10.17.3") } } @@ -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.17.2' + id 'org.flywaydb.flyway' version '10.17.3' id 'net.serenity-bdd.serenity-gradle-plugin' version '4.1.14' } @@ -283,7 +283,7 @@ dependencies { implementation group: 'io.rest-assured', name: 'rest-assured' implementation 'org.flywaydb:flyway-core' - runtimeOnly 'org.flywaydb:flyway-database-postgresql:10.17.2' + runtimeOnly 'org.flywaydb:flyway-database-postgresql:10.17.3' implementation 'org.postgresql:postgresql' implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.2'