From 84d552f4d2af085a3824a813404ac76a33fd9594 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 15:11:08 +0100 Subject: [PATCH] Upgrade to Flyway 8.0.5 Closes gh-29059 --- 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 2c67c16c3b24..233947adc60c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -311,7 +311,7 @@ bom { ] } } - library("Flyway", "8.0.4") { + library("Flyway", "8.0.5") { group("org.flywaydb") { modules = [ "flyway-core"