From ac9abab921538b2ea46f976db3a4448ce97c060d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 17 Sep 2020 13:22:08 +0100 Subject: [PATCH] Upgrade to Flyway 6.5.6 Closes gh-23395 --- 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 7b180a86c77..3bc5d274bdc 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.5") { + library("Flyway", "6.5.6") { group("org.flywaydb") { modules = [ "flyway-core"