From 2419b14a4567867ff2871de501df38330f31aae0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 12:31:24 +0100 Subject: [PATCH] Upgrade to Flyway 8.5.11 Closes gh-31056 --- 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 6e5d305ec3..a651717209 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -240,7 +240,7 @@ bom { ] } } - library("Flyway", "8.5.10") { + library("Flyway", "8.5.11") { group("org.flywaydb") { modules = [ "flyway-core",