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 7832e917d0d5 [SPARK-51928][BUILD] Upgrade Apache `common-text` to 1.13.1 7832e917d0d5 is described below commit 7832e917d0d524767bf3b8d08e80245fd40485a0 Author: yangjie01 <yangji...@baidu.com> AuthorDate: Sun Apr 27 12:29:03 2025 -0700 [SPARK-51928][BUILD] Upgrade Apache `common-text` to 1.13.1 ### What changes were proposed in this pull request? This pr aims to upgarde Apache `common-text` from 1.13.0 to 1.13.1. ### Why are the changes needed? The full release notes as follows: - https://github.com/apache/commons-text/blob/rel/commons-text-1.13.1/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 #50732 from LuciferYang/SPARK-51928. Lead-authored-by: yangjie01 <yangji...@baidu.com> Co-authored-by: YangJie <yangji...@baidu.com> Signed-off-by: Dongjoon Hyun <dongj...@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 670edcff506b..40a066b6f4a8 100644 --- a/dev/deps/spark-deps-hadoop-3-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-3-hive-2.3 @@ -49,7 +49,7 @@ commons-lang/2.6//commons-lang-2.6.jar commons-lang3/3.17.0//commons-lang3-3.17.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.0//commons-text-1.13.0.jar +commons-text/1.13.1//commons-text-1.13.1.jar compress-lzf/1.1.2//compress-lzf-1.1.2.jar curator-client/5.7.1//curator-client-5.7.1.jar curator-framework/5.7.1//curator-framework-5.7.1.jar diff --git a/pom.xml b/pom.xml index 3a81b9aad5c0..ebef86d65bb7 100644 --- a/pom.xml +++ b/pom.xml @@ -665,7 +665,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> - <version>1.13.0</version> + <version>1.13.1</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