From 6d9d4fc5313bc4f65cc6793cdfc7026f3cc75e7a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 25 Jan 2020 13:23:39 +0000 Subject: [PATCH] Upgrade to Solr 8.4.1 Closes gh-19924 --- 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 7d225a521fa..c480ae195e8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1561,7 +1561,7 @@ bom { ] } } - library("Solr", "8.2.0") { + library("Solr", "8.4.1") { group("org.apache.solr") { modules = [ "solr-analysis-extras",