From 627d0b713fe7f52fb7397689e55fe50a7859e170 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 12:02:37 +0000 Subject: [PATCH] Upgrade to Solr 8.8.0 Closes gh-25252 --- spring-boot-project/spring-boot-dependencies/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 62fc0ddeda..bcf851fb17 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1581,13 +1581,12 @@ bom { ] } } - library("Solr", "8.7.0") { + library("Solr", "8.8.0") { group("org.apache.solr") { modules = [ "solr-analysis-extras", "solr-analytics", "solr-cell", - "solr-clustering", "solr-core", "solr-dataimporthandler", "solr-dataimporthandler-extras",