From d8be9975fcee983dfa9d60b570f62678a74ed09b Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 20 Sep 2022 14:18:57 -0700 Subject: [PATCH] Upgrade to Flyway 9.3.1 Closes gh-32446 --- 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 70882507a0..027812df82 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.3.0") { + library("Flyway", "9.3.1") { group("org.flywaydb") { modules = [ "flyway-core",