From 6656379f35f739e774f4ce0ad23166e38bc84136 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 15:27:28 +0100 Subject: [PATCH] Upgrade to Flyway 9.22.3 Closes gh-37864 --- 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 8df45827ee..894bfedd3b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -281,7 +281,7 @@ bom { ] } } - library("Flyway", "9.22.2") { + library("Flyway", "9.22.3") { group("org.flywaydb") { modules = [ "flyway-core",