From a7249d20d22cf0ced01cace31f4f528ff7c587d1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Feb 2020 16:17:32 +0100 Subject: [PATCH] Upgrade to Flyway 6.2.2 Closes gh-20067 --- 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 e64786b2c1..827e42386b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -320,7 +320,7 @@ bom { ] } } - library("Flyway", "6.2.0") { + library("Flyway", "6.2.2") { group("org.flywaydb") { modules = [ "flyway-core"