From ca89dd58f41dd8be1d12d1f2b741ba7ad12a17ae Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Mar 2022 09:17:31 +0100 Subject: [PATCH] Upgrade to Flyway 8.5.4 Closes gh-30290 --- 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 0d072494275..93e58ba97eb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -317,7 +317,7 @@ bom { ] } } - library("Flyway", "8.5.1") { + library("Flyway", "8.5.4") { group("org.flywaydb") { modules = [ "flyway-core",