From 0163570cdae296f970fd646a419be3bc0e2b3667 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Sep 2023 12:06:12 +0200 Subject: [PATCH] Remove invalid exclusion of Spring Data versions --- spring-boot-project/spring-boot-dependencies/build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e4c4c256f8..18dea76baf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1368,10 +1368,6 @@ bom { library("Spring Data Bom", "2022.0.9") { considerSnapshots() calendarName = "Spring Data Release" - prohibit { - versionRange "[2022.0.0-M1,)" - because "it uses Spring Framework 6" - } group("org.springframework.data") { imports = [ "spring-data-bom"