From 0b07c24bbd3a1caa55707e5a19215deb3eb94f00 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Sep 2023 14:38:42 +0200 Subject: [PATCH] Upgrade to Flyway 9.22.0 Closes gh-37315 --- 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 bc454d41e23..c1cbe53e340 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -285,7 +285,7 @@ bom { ] } } - library("Flyway", "9.21.2") { + library("Flyway", "9.22.0") { group("org.flywaydb") { modules = [ "flyway-core",