From a6bca29d9ef2d02fa08d904f42975abd6769b192 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Feb 2023 14:41:37 +0000 Subject: [PATCH] Upgrade to Flyway 9.15.1 Closes gh-34348 --- 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 99f86a29f31..31904849148 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.15.0") { + library("Flyway", "9.15.1") { group("org.flywaydb") { modules = [ "flyway-core",