From 06ddffed06edfd9cb9b401eba2d2485675de90fb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:05 +0100 Subject: [PATCH] Upgrade to Flyway 8.5.0 Closes gh-29834 --- 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 57c07d5470..aaef4eb5e6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -314,7 +314,7 @@ bom { ] } } - library("Flyway", "8.4.2") { + library("Flyway", "8.5.0") { group("org.flywaydb") { modules = [ "flyway-core",