From 5dba00fcac6ef0768684feaf27073540db22f2e3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 12:02:12 +0000 Subject: [PATCH] Upgrade to Flyway 7.5.3 Closes gh-25232 --- 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 0f7563ee684..163bec0d9b5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -306,7 +306,7 @@ bom { ] } } - library("Flyway", "7.5.1") { + library("Flyway", "7.5.3") { group("org.flywaydb") { modules = [ "flyway-core"