From ca4d5b13339c74958c475c918b5012ab2f4f877c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Feb 2020 14:02:24 +0100 Subject: [PATCH] Upgrade to Flyway 6.2.3 Closes gh-20161 --- 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 368ddfae2c..2b4d724985 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -322,7 +322,7 @@ bom { ] } } - library("Flyway", "6.2.2") { + library("Flyway", "6.2.3") { group("org.flywaydb") { modules = [ "flyway-core"