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

dongjoon 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 2cd4a4a558d6 [SPARK-48932][BUILD] Upgrade `commons-lang3` to 3.15.0
2cd4a4a558d6 is described below

commit 2cd4a4a558d6fb4388fbd6e79c573e20c949688e
Author: panbingkun <panbing...@baidu.com>
AuthorDate: Wed Jul 17 18:54:56 2024 -0700

    [SPARK-48932][BUILD] Upgrade `commons-lang3` to 3.15.0
    
    ### What changes were proposed in this pull request?
    The pr aims to upgrade `commons-lang3` from `3.14.0` to `3.15.0`
    
    ### Why are the changes needed?
    - v3.14.0 VS v3.15.0
      
https://github.com/apache/commons-lang/compare/rel/commons-lang-3.14.0...rel/commons-lang-3.15.0
    
    - The new version has brought some bug fixes, eg:
      https://github.com/apache/commons-lang/pull/1140
      https://github.com/apache/commons-lang/pull/1151
    
    ### 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 #47396 from panbingkun/SPARK-48932.
    
    Authored-by: panbingkun <panbing...@baidu.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 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 9dba90b81b67..f0d50544c84d 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -46,7 +46,7 @@ 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
 commons-lang/2.6//commons-lang-2.6.jar
-commons-lang3/3.14.0//commons-lang3-3.14.0.jar
+commons-lang3/3.15.0//commons-lang3-3.15.0.jar
 commons-math3/3.6.1//commons-math3-3.6.1.jar
 commons-pool/1.5.4//commons-pool-1.5.4.jar
 commons-text/1.12.0//commons-text-1.12.0.jar
diff --git a/pom.xml b/pom.xml
index 56a142899ee6..aec48b31947b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@
     <!-- 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>
     <!-- org.apache.commons/commons-lang3/-->
-    <commons-lang3.version>3.14.0</commons-lang3.version>
+    <commons-lang3.version>3.15.0</commons-lang3.version>
     <!-- org.apache.commons/commons-pool2/-->
     <commons-pool2.version>2.12.0</commons-pool2.version>
     <datanucleus-core.version>4.1.17</datanucleus-core.version>


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

Reply via email to