From 3a1e3b35d536eb42fecec14cce7e15bf5f5a0eb9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 17:14:53 +0100 Subject: [PATCH] Upgrade to Flyway 9.4.0 Closes gh-32704 --- 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 2d9673dda2..5b1203c6fd 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.3.1") { + library("Flyway", "9.4.0") { group("org.flywaydb") { modules = [ "flyway-core",