From 06eda713ee885878759ffcaeddd2eb4d5ae3845d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:01 +0100 Subject: [PATCH] Upgrade to Flyway 6.4.4 Closes gh-21950 --- 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 e4729b3e03..f0b9ae53a7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -317,7 +317,7 @@ bom { ] } } - library("Flyway", "6.4.1") { + library("Flyway", "6.4.4") { group("org.flywaydb") { modules = [ "flyway-core"