From 0b286846faaf1edf7438974c3a3aebdd8f85cc5d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 20 Jan 2022 16:32:21 +0100 Subject: [PATCH] Upgrade to Flyway 8.4.2 Closes gh-29504 --- 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 f94c15af82..fe4dca91e7 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.1") { + library("Flyway", "8.4.2") { group("org.flywaydb") { modules = [ "flyway-core",