From 987404eef8e1cef5a111acc72dd80a5093a03403 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 29 Apr 2020 14:34:22 +0200 Subject: [PATCH] Upgrade to Flyway 6.3.3 Closes gh-21230 --- 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 d97cd65808..f7115ead69 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.3.2") { + library("Flyway", "6.3.3") { group("org.flywaydb") { modules = [ "flyway-core"