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 3b9b52dff614 [SPARK-48405][BUILD] Upgrade `commons-compress` to 1.26.2
3b9b52dff614 is described below

commit 3b9b52dff6149e499c59bb30641df777bd712d9b
Author: panbingkun <panbing...@baidu.com>
AuthorDate: Fri May 24 11:52:37 2024 +0800

    [SPARK-48405][BUILD] Upgrade `commons-compress` to 1.26.2
    
    ### What changes were proposed in this pull request?
    The pr aims to upgrade `commons-compress` to `1.26.2`.
    
    ### Why are the changes needed?
    The full release notes: 
https://commons.apache.org/proper/commons-compress/changes-report.html#a1.26.2
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #46725 from panbingkun/SPARK-48405.
    
    Authored-by: panbingkun <panbing...@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 79ce883dc672..35f6103e9fa4 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -42,7 +42,7 @@ commons-codec/1.17.0//commons-codec-1.17.0.jar
 commons-collections/3.2.2//commons-collections-3.2.2.jar
 commons-collections4/4.4//commons-collections4-4.4.jar
 commons-compiler/3.1.9//commons-compiler-3.1.9.jar
-commons-compress/1.26.1//commons-compress-1.26.1.jar
+commons-compress/1.26.2//commons-compress-1.26.2.jar
 commons-crypto/1.1.0//commons-crypto-1.1.0.jar
 commons-dbcp/1.4//commons-dbcp-1.4.jar
 commons-io/2.16.1//commons-io-2.16.1.jar
diff --git a/pom.xml b/pom.xml
index 6bbcf05b59e5..ecd05ee996e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@
     <snappy.version>1.1.10.5</snappy.version>
     <netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version>
     <commons-codec.version>1.17.0</commons-codec.version>
-    <commons-compress.version>1.26.1</commons-compress.version>
+    <commons-compress.version>1.26.2</commons-compress.version>
     <commons-io.version>2.16.1</commons-io.version>
     <!-- To support Hive UDF jars built by Hive 2.0.0 ~ 2.3.9 and 3.0.0 ~ 
3.1.3. -->
     <commons-lang2.version>2.6</commons-lang2.version>


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

Reply via email to