From 1bb498b03c14ed72ec99a31cd3222c6bfc8f677f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Feb 2022 08:28:27 +0100 Subject: [PATCH] Upgrade to Flyway 8.5.1 Closes gh-29986 --- 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 e0037bba47a..614542e7795 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.0") { + library("Flyway", "8.5.1") { group("org.flywaydb") { modules = [ "flyway-core",