This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch jira/SOLR-18395 in repository https://gitbox.apache.org/repos/asf/solr.git
commit c869acc9165b2ae29b804402b09bf724575fcc4b Author: Chris Hostetter <[email protected]> AuthorDate: Mon Aug 24 13:26:36 2026 -0700 SOLR-18395: Upgrade to Lucene 10.5: Step #1: libs.versions.toml --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ae9478a71e1..4152c96707e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,7 @@ apache-httpcomponents-httpcore = "4.4.16" apache-httpcomponents-httpmime = "4.5.14" apache-kafka = "4.3.1" apache-log4j = "2.26.1" -apache-lucene = "10.4.0" +apache-lucene = "10.5.1" apache-opennlp = "2.5.10" apache-rat = "0.18" apache-tika = "3.3.1"
