From c26c52d82b81f639db1b628e2994743f9e1e33d0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Jun 2020 12:49:35 +0100 Subject: [PATCH] Upgrade to Flyway 6.4.4 Closes gh-21845 --- 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 e8b2ed6f768..98a44e82534 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"