diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index d10ba186b0..4a18534efb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1408,10 +1408,6 @@ bom { library("Spring Data Bom", "2023.0.3") { 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"