From afb8a76def9dbe9f34f0357cb524ebd007a734c6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 12:13:27 +0100 Subject: [PATCH] Upgrade to Flyway 9.22.2 Closes gh-37774 --- 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 fa754d7499..b866abf789 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.1") { + library("Flyway", "9.22.2") { group("org.flywaydb") { modules = [ "flyway-core",