From 5bedfe414f55f2b26480606ff8e8326fa06507ac Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jul 2021 12:45:42 +0100 Subject: [PATCH] Upgrade to Flyway 7.11.2 Closes gh-27397 --- 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 146de73dd3..711f963ef2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -309,7 +309,7 @@ bom { ] } } - library("Flyway", "7.11.1") { + library("Flyway", "7.11.2") { group("org.flywaydb") { modules = [ "flyway-core"