This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 764d1fa48f2 Update dependency org.apache.commons:commons-collections4 
to v4.5.0 (#3335)
764d1fa48f2 is described below

commit 764d1fa48f215832cc96eb1331b1054dfa9b77e5
Author: Solr Bot <[email protected]>
AuthorDate: Mon Sep 1 21:02:26 2025 +0200

    Update dependency org.apache.commons:commons-collections4 to v4.5.0 (#3335)
---
 gradle/libs.versions.toml                         | 2 +-
 solr/licenses/commons-collections4-4.4.jar.sha1   | 1 -
 solr/licenses/commons-collections4-4.5.0.jar.sha1 | 1 +
 solr/modules/extraction/gradle.lockfile           | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 0075f8dff93..c02480cbae6 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -23,7 +23,7 @@ antora-default-ui = "782311344b54aaa734d4c86629b8cd75e4da36d6"
 antora-lunr-extension = "1.0.0-alpha.10"
 apache-calcite = "1.37.0"
 apache-calcite-avatica = "1.25.0"
-apache-commons-collections4 = "4.4"
+apache-commons-collections4 = "4.5.0"
 apache-commons-compress = "1.26.1"
 apache-commons-configuration2 = "2.12.0"
 apache-commons-exec = "1.5.0"
diff --git a/solr/licenses/commons-collections4-4.4.jar.sha1 
b/solr/licenses/commons-collections4-4.4.jar.sha1
deleted file mode 100644
index 05a9b6e6d0b..00000000000
--- a/solr/licenses/commons-collections4-4.4.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-62ebe7544cb7164d87e0637a2a6a2bdc981395e8
diff --git a/solr/licenses/commons-collections4-4.5.0.jar.sha1 
b/solr/licenses/commons-collections4-4.5.0.jar.sha1
new file mode 100644
index 00000000000..10e87b4d041
--- /dev/null
+++ b/solr/licenses/commons-collections4-4.5.0.jar.sha1
@@ -0,0 +1 @@
+e5cf89f0c6e132fc970bd9a465fdcb8dbe94f75a
diff --git a/solr/modules/extraction/gradle.lockfile 
b/solr/modules/extraction/gradle.lockfile
index 35bc0da0616..a787da4eb7d 100644
--- a/solr/modules/extraction/gradle.lockfile
+++ b/solr/modules/extraction/gradle.lockfile
@@ -103,7 +103,7 @@ 
junit:junit:4.13.2=jarValidation,testCompileClasspath,testRuntimeClasspath
 
net.java.dev.jna:jna:5.12.1=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
 
net.sf.ehcache:ehcache-core:2.6.2=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
 
org.antlr:antlr4-runtime:4.13.2=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-org.apache.commons:commons-collections4:4.4=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
+org.apache.commons:commons-collections4:4.5.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
 
org.apache.commons:commons-compress:1.26.1=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
 
org.apache.commons:commons-csv:1.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
 
org.apache.commons:commons-exec:1.5.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath

Reply via email to