From 2b7e8bc2e7ce619c5a2356ba8a2f726692d2e781 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 06:24:21 +0000 Subject: [PATCH] fix(deps): update flyway to v10.20.0 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 83163bda1..9e8b0f091 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath("org.flywaydb:flyway-database-postgresql:10.19.0") + classpath("org.flywaydb:flyway-database-postgresql:10.20.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.19.0' + id 'org.flywaydb.flyway' version '10.20.0' id 'net.serenity-bdd.serenity-gradle-plugin' version '4.2.1' } @@ -284,7 +284,7 @@ dependencies { implementation group: 'io.rest-assured', name: 'rest-assured' implementation 'org.flywaydb:flyway-core' - runtimeOnly 'org.flywaydb:flyway-database-postgresql:10.19.0' + runtimeOnly 'org.flywaydb:flyway-database-postgresql:10.20.0' implementation 'org.postgresql:postgresql' implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.2'