From 12bab7399b62f7f8274f017c7ae3003a378fd381 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 11:32:42 +0000 Subject: [PATCH] Upgrade to Solr 8.8.1 Closes gh-25684 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e844fd52328..c729345458b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1582,7 +1582,7 @@ bom { ] } } - library("Solr", "8.8.0") { + library("Solr", "8.8.1") { group("org.apache.solr") { modules = [ "solr-analysis-extras",