From d514d3dd39a23082b2b7d903de1a665c7ec5de31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 02:35:54 +0100 Subject: [PATCH] Bump org.flywaydb:flyway-database-postgresql from 10.21.0 to 11.0.0 (#22) Bumps org.flywaydb:flyway-database-postgresql from 10.21.0 to 11.0.0. --- updated-dependencies: - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle b/plugin/build.gradle index 505f131..efda2bb 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -69,7 +69,7 @@ dependencies { implementation group: 'org.testcontainers', name: 'postgresql', version: '1.20.3' // https://mvnrepository.com/artifact/org.flywaydb/flyway-database-postgresql - implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.21.0' + implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '11.0.0' // ====================