From 03e5626689ea681a6cf17f5bc1d8ce5d98699ff4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:33:02 +0100 Subject: [PATCH] Upgrade to Flyway 8.5.10 Closes gh-30932 --- 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 4ec86c1dab5..252bb749b55 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -332,7 +332,7 @@ bom { ] } } - library("Flyway", "8.5.9") { + library("Flyway", "8.5.10") { group("org.flywaydb") { modules = [ "flyway-core",