From d0e237be1005c9184e904247ab30d806960657d9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 21 Apr 2022 13:15:10 +0200 Subject: [PATCH] Upgrade to Flyway 8.5.9 Closes gh-30766 --- 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 14cd26e226..9c1b050d4c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -332,7 +332,7 @@ bom { ] } } - library("Flyway", "8.5.8") { + library("Flyway", "8.5.9") { group("org.flywaydb") { modules = [ "flyway-core",