From 0ba6af9eb22ea9ce27c91cf57f5d5df2b99c4169 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Sep 2023 15:48:53 +0200 Subject: [PATCH] Upgrade to Flyway 9.22.1 Closes gh-37389 --- 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 fe1db65b8b..21e7f4919a 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.22.0") { + library("Flyway", "9.22.1") { group("org.flywaydb") { modules = [ "flyway-core",