From 9e5f20c3b86eda330f7dedbf95c0af81348da899 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 1 Nov 2022 19:54:53 +0000 Subject: [PATCH] Upgrade to Flyway 9.5.1 Closes gh-32957 --- 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 2a8e661ba09..d68c90c0a8f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -228,7 +228,7 @@ bom { ] } } - library("Flyway", "9.5.0") { + library("Flyway", "9.5.1") { group("org.flywaydb") { modules = [ "flyway-core",