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

yangjie01 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 05101e9928da [SPARK-53304][BUILD] Upgrade commons-text to 1.14.0
05101e9928da is described below

commit 05101e9928da9ee1ac4b58b413a46f4e5a9dee50
Author: YangJie <yangji...@baidu.com>
AuthorDate: Mon Aug 18 17:21:43 2025 +0800

    [SPARK-53304][BUILD] Upgrade commons-text to 1.14.0
    
    ### What changes were proposed in this pull request?
    This pr aims to upgarde Apache commons-text from 1.13.1 to 1.14.0.
    
    ### Why are the changes needed?
    The full release notes as follows:
    - 
https://github.com/apache/commons-text/blob/rel/commons-text-1.14.0/RELEASE-NOTES.txt
    
    ### 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 #52057 from LuciferYang/commons-text-1.14.0.
    
    Lead-authored-by: YangJie <yangji...@baidu.com>
    Co-authored-by: yangjie01 <yangji...@baidu.com>
    Signed-off-by: yangjie01 <yangji...@baidu.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 e68b4445302e..d9c94543b5cc 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -48,7 +48,7 @@ commons-lang/2.6//commons-lang-2.6.jar
 commons-lang3/3.18.0//commons-lang3-3.18.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.13.1//commons-text-1.13.1.jar
+commons-text/1.14.0//commons-text-1.14.0.jar
 compress-lzf/1.1.2//compress-lzf-1.1.2.jar
 curator-client/5.9.0//curator-client-5.9.0.jar
 curator-framework/5.9.0//curator-framework-5.9.0.jar
diff --git a/pom.xml b/pom.xml
index 9f4be969ee09..620caf878854 100644
--- a/pom.xml
+++ b/pom.xml
@@ -665,7 +665,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-text</artifactId>
-        <version>1.13.1</version>
+        <version>1.14.0</version>
       </dependency>
       <dependency>
         <groupId>commons-lang</groupId>


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

Reply via email to