Skip to content

Commit 3e4abd0

Browse files
committed
Upgrade to Solr 8.7.0
Closes spring-projectsgh-24963
1 parent a0166e5 commit 3e4abd0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,10 +1582,7 @@ bom {
15821582
]
15831583
}
15841584
}
1585-
library("Solr", "8.5.2") {
1586-
prohibit("[8.6.0,8.7.0)") {
1587-
because "it uses a library that is not available on Maven Central"
1588-
}
1585+
library("Solr", "8.7.0") {
15891586
group("org.apache.solr") {
15901587
modules = [
15911588
"solr-analysis-extras",

0 commit comments

Comments
 (0)