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 f42ed6c76004 [SPARK-48406][BUILD] Upgrade commons-cli to 1.8.0
f42ed6c76004 is described below

commit f42ed6c760043b0213ebf0348a22dec7c0bb8244
Author: yangjie01 <yangji...@baidu.com>
AuthorDate: Fri May 24 14:23:23 2024 +0800

    [SPARK-48406][BUILD] Upgrade commons-cli to 1.8.0
    
    ### What changes were proposed in this pull request?
    This pr aims to upgrade Apache `commons-cli` from 1.6.0 to 1.8.0.
    
    ### Why are the changes needed?
    The full release notes as follows:
    - https://commons.apache.org/proper/commons-cli/changes-report.html#a1.7.0
    - https://commons.apache.org/proper/commons-cli/changes-report.html#a1.8.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 #46727 from LuciferYang/commons-cli-180.
    
    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 35f6103e9fa4..46c5108e4eba 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -37,7 +37,7 @@ cats-kernel_2.13/2.8.0//cats-kernel_2.13-2.8.0.jar
 checker-qual/3.42.0//checker-qual-3.42.0.jar
 chill-java/0.10.0//chill-java-0.10.0.jar
 chill_2.13/0.10.0//chill_2.13-0.10.0.jar
-commons-cli/1.6.0//commons-cli-1.6.0.jar
+commons-cli/1.8.0//commons-cli-1.8.0.jar
 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
diff --git a/pom.xml b/pom.xml
index ecd05ee996e1..e8d47afa1cca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,7 +210,7 @@
     <htmlunit3-driver.version>4.17.0</htmlunit3-driver.version>
     <maven-antrun.version>3.1.0</maven-antrun.version>
     <commons-crypto.version>1.1.0</commons-crypto.version>
-    <commons-cli.version>1.6.0</commons-cli.version>
+    <commons-cli.version>1.8.0</commons-cli.version>
     <bouncycastle.version>1.78</bouncycastle.version>
     <tink.version>1.13.0</tink.version>
     <datasketches.version>6.0.0</datasketches.version>


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

Reply via email to