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 06b12fc31709 [SPARK-47901][BUILD] Upgrade common-text 1.12.0
06b12fc31709 is described below

commit 06b12fc317093d5a45c7c76e6617a9917f98b10d
Author: yangjie01 <yangji...@baidu.com>
AuthorDate: Fri Apr 19 13:21:37 2024 +0800

    [SPARK-47901][BUILD] Upgrade common-text 1.12.0
    
    ### What changes were proposed in this pull request?
    This pr aims to upgrade Apache common-text from 1.11.0 to 1.12.0
    
    ### Why are the changes needed?
    The new version bring 2 bug fix:
    
    - [TEXT-232](https://issues.apache.org/jira/browse/TEXT-232):  
WordUtils.containsAllWords?() may throw PatternSyntaxException
    - [TEXT-175](https://issues.apache.org/jira/browse/TEXT-175):  Fix 
regression for determining whitespace in WordUtils
    
    The full release notes as follows:
    
    - 
https://github.com/apache/commons-text/blob/rel/commons-text-1.12.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 #46127 from LuciferYang/commons-text-1.12.0.
    
    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 45a4d499e513..770a7522e9f7 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.14.0//commons-lang3-3.14.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.11.0//commons-text-1.11.0.jar
+commons-text/1.12.0//commons-text-1.12.0.jar
 compress-lzf/1.1.2//compress-lzf-1.1.2.jar
 curator-client/5.6.0//curator-client-5.6.0.jar
 curator-framework/5.6.0//curator-framework-5.6.0.jar
diff --git a/pom.xml b/pom.xml
index 682365d9704a..74a2a61d6e09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -606,7 +606,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-text</artifactId>
-        <version>1.11.0</version>
+        <version>1.12.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