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

yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 6cb9a05d1048 [SPARK-51923][BUILD] Upgrade Apache 
`commons-collections4` to 4.5.0
6cb9a05d1048 is described below

commit 6cb9a05d1048297e4ab92197be2902a05a0cbde4
Author: yangjie01 <yangji...@baidu.com>
AuthorDate: Sun Apr 27 10:40:58 2025 +0800

    [SPARK-51923][BUILD] Upgrade Apache `commons-collections4` to 4.5.0
    
    ### What changes were proposed in this pull request?
    This pr aims to upgrade Apache `commons-collections4` from 4.4 to 4.5.0
    
    ### Why are the changes needed?
    The full release notes as follows:
    - https://commons.apache.org/proper/commons-collections/changes.html#a4.5.0
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    - Pass GitHub Actions
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #50723 from LuciferYang/SPARK-51923.
    
    Authored-by: yangjie01 <yangji...@baidu.com>
    Signed-off-by: Kent Yao <y...@apache.org>
---
 dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +-
 pom.xml                               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 033df0cdeaa5..aa080ae85557 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -39,7 +39,7 @@ chill_2.13/0.10.0//chill_2.13-0.10.0.jar
 commons-cli/1.9.0//commons-cli-1.9.0.jar
 commons-codec/1.18.0//commons-codec-1.18.0.jar
 commons-collections/3.2.2//commons-collections-3.2.2.jar
-commons-collections4/4.4//commons-collections4-4.4.jar
+commons-collections4/4.5.0//commons-collections4-4.5.0.jar
 commons-compiler/3.1.9//commons-compiler-3.1.9.jar
 commons-compress/1.27.1//commons-compress-1.27.1.jar
 commons-crypto/1.1.0//commons-crypto-1.1.0.jar
diff --git a/pom.xml b/pom.xml
index c2e55595f322..27c3c39c0f10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
     <commons.math3.version>3.6.1</commons.math3.version>
     <!-- managed up from 3.2.1 for SPARK-11652 -->
     <commons.collections.version>3.2.2</commons.collections.version>
-    <commons.collections4.version>4.4</commons.collections4.version>
+    <commons.collections4.version>4.5.0</commons.collections4.version>
     <scala.version>2.13.16</scala.version>
     <scala.binary.version>2.13</scala.binary.version>
     <scalatest-maven-plugin.version>2.2.0</scalatest-maven-plugin.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to