From 1c930396b45e6ba604000a4ce1c68b198fb8e71b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Aug 2020 12:04:39 +0100 Subject: [PATCH] Upgrade to Flyway 6.5.4 Closes gh-22935 --- 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 69cef056fbb..7cdbfd9ed07 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -304,7 +304,7 @@ bom { ] } } - library("Flyway", "6.5.3") { + library("Flyway", "6.5.4") { group("org.flywaydb") { modules = [ "flyway-core"