From 5e87f84a778acf9ab4bfda823184a917cbbfef95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez?= Date: Thu, 21 Mar 2024 22:21:32 -0600 Subject: [PATCH] Remove org.flywaydb:flyway-community-db-support from dependency management `org.flywaydb:flyway-community-db-support` is not provided anymore as part of the flyway release. See gh-40073 --- spring-boot-project/spring-boot-dependencies/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 0da22886799..08deab5c3ea 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -389,7 +389,6 @@ bom { group("org.flywaydb") { modules = [ "flyway-commandline", - "flyway-community-db-support", "flyway-core", "flyway-database-db2", "flyway-database-derby",