From 973121db5d83b886248c73e5f31faf73ccab7138 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Oct 2022 21:03:21 +0200 Subject: [PATCH] Upgrade to Flyway 9.5.0 Closes gh-32796 --- 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 218a5d1bb8..bee1239b8d 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.4.0") { + library("Flyway", "9.5.0") { group("org.flywaydb") { modules = [ "flyway-core",