From 76ad465f77376a2a34f0957606924fb8d72d1220 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 28 Apr 2020 11:03:41 +0100 Subject: [PATCH] Upgrade to Solr 8.5.1 Closes gh-21206 --- 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 ee885944cc..a37bffdc3a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1576,7 +1576,7 @@ bom { ] } } - library("Solr", "8.4.1") { + library("Solr", "8.5.1") { group("org.apache.solr") { modules = [ "solr-analysis-extras",