Skip to content

Commit 06b12fc

Browse files
committed
[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 <[email protected]> Signed-off-by: yangjie01 <[email protected]>
1 parent 8aa2dad commit 06b12fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ commons-lang/2.6//commons-lang-2.6.jar
4848
commons-lang3/3.14.0//commons-lang3-3.14.0.jar
4949
commons-math3/3.6.1//commons-math3-3.6.1.jar
5050
commons-pool/1.5.4//commons-pool-1.5.4.jar
51-
commons-text/1.11.0//commons-text-1.11.0.jar
51+
commons-text/1.12.0//commons-text-1.12.0.jar
5252
compress-lzf/1.1.2//compress-lzf-1.1.2.jar
5353
curator-client/5.6.0//curator-client-5.6.0.jar
5454
curator-framework/5.6.0//curator-framework-5.6.0.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@
606606
<dependency>
607607
<groupId>org.apache.commons</groupId>
608608
<artifactId>commons-text</artifactId>
609-
<version>1.11.0</version>
609+
<version>1.12.0</version>
610610
</dependency>
611611
<dependency>
612612
<groupId>commons-lang</groupId>

0 commit comments

Comments
 (0)