From 3e4abd04711220624e3599e83c99843529ecc938 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 21 Jan 2021 15:14:15 +0000 Subject: [PATCH] Upgrade to Solr 8.7.0 Closes gh-24963 --- spring-boot-project/spring-boot-dependencies/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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",