diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index ab46fb45ea..988440d64a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1582,10 +1582,7 @@ bom { ] } } - library("Solr", "8.5.2") { - prohibit("[8.6.0,8.7.0)") { - because "it uses a library that is not available on Maven Central" - } + library("Solr", "8.7.0") { group("org.apache.solr") { modules = [ "solr-analysis-extras",