From ca9ecab9791b6b4e6b04435ff0d4e1938d587355 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 10 Mar 2023 16:27:33 +0000 Subject: [PATCH] Upgrade to Flyway 9.15.2 Closes gh-34573 --- 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 1b77792b141..63bc9d96bdc 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.1") { + library("Flyway", "9.15.2") { group("org.flywaydb") { modules = [ "flyway-core",