From 7a81be03278770aa385648526f68361e59373a05 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 14:52:07 +0200 Subject: [PATCH] Upgrade to Flyway 7.7.3 Closes gh-26048 --- 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 43361173d2..aef24ccdda 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -306,7 +306,7 @@ bom { ] } } - library("Flyway", "7.7.0") { + library("Flyway", "7.7.3") { group("org.flywaydb") { modules = [ "flyway-core"