From f00183281b7b2c37c5b726d8994724d4507824ac Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 11:53:43 +0200 Subject: [PATCH] Upgrade to Flyway 6.5.5 Closes gh-23348 --- 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 85f2e8fc7d..db2553bfb2 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.4") { + library("Flyway", "6.5.5") { group("org.flywaydb") { modules = [ "flyway-core"