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"