From 10dc5da9935d77e1d8932df271d2a3c1d8b3e62b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 16:29:54 +0000 Subject: [PATCH] Upgrade to Flyway 9.15.0 Closes gh-34278 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 36a4fe1584d..f67b167dc4d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -243,7 +243,7 @@ bom { ] } } - library("Flyway", "9.14.1") { + library("Flyway", "9.15.0") { group("org.flywaydb") { modules = [ "flyway-core",