From b196a787870759d725f00fbd6c3299ce78c7638f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 May 2022 16:38:02 +0200 Subject: [PATCH] Upgrade to Flyway 8.5.11 Closes gh-31080 --- 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 589728d24f..192f3a1747 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -334,7 +334,7 @@ bom { ] } } - library("Flyway", "8.5.10") { + library("Flyway", "8.5.11") { group("org.flywaydb") { modules = [ "flyway-core",