From 96e9421c8ee9bc908f490757705e7a57f10ded37 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 21 Oct 2021 14:43:16 +0100 Subject: [PATCH] Upgrade to Flyway 8.0.2 Closes gh-28414 --- 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 25bb51cfa58..a3c2ccf6cbe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -309,7 +309,7 @@ bom { ] } } - library("Flyway", "8.0.0") { + library("Flyway", "8.0.2") { group("org.flywaydb") { modules = [ "flyway-core"