From 801e7c4c035be5bc9a8bf90c232c706f4a865545 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jan 2022 08:37:13 +0100 Subject: [PATCH] Upgrade to Flyway 8.4.1 Closes gh-29470 --- 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 531d0441a4..adaf7b14aa 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.3.0") { + library("Flyway", "8.4.1") { group("org.flywaydb") { modules = [ "flyway-core",