From e9c46074f12460a5c4b3a506709f5f5ce3e16df1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:36:05 +0100 Subject: [PATCH] Upgrade to Solr 8.5.2 Closes gh-22477 --- 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 a71a76d8e665..551393d2dcf1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1610,7 +1610,7 @@ bom { ] } } - library("Solr", "8.5.1") { + library("Solr", "8.5.2") { group("org.apache.solr") { modules = [ "solr-analysis-extras",