From 6bb39ffdfa829825f0288302b176c23a652314b6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 1 Apr 2020 09:40:52 +0100 Subject: [PATCH] Upgrade to Flyway 6.3.2 Closes gh-20767 --- 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 d8d68600d6..25c4a74375 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.0") { + library("Flyway", "6.3.2") { group("org.flywaydb") { modules = [ "flyway-core"