From 29c9837131c95c6ef087ea8a3fe13fb6105dd3f7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 14:16:24 +0200 Subject: [PATCH] Upgrade to Flyway 9.3.0 Closes gh-32339 --- 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 2532f5cea0e..260b66e39d1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -221,7 +221,7 @@ bom { ] } } - library("Flyway", "9.0.1") { + library("Flyway", "9.3.0") { group("org.flywaydb") { modules = [ "flyway-core",