From 17506c7e13c0c203ce0c556e9d0b0eba64ddcf4a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:49 +0100 Subject: [PATCH] Upgrade to Solr 8.8.2 Closes gh-26565 --- 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 cd2c0b8501..10917a16a0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1604,7 +1604,7 @@ bom { ] } } - library("Solr", "8.8.1") { + library("Solr", "8.8.2") { group("org.apache.solr") { modules = [ "solr-analysis-extras",