Skip to content

Commit d38f074

Browse files
panbingkunHyukjinKwon
authored andcommitted
[SPARK-45732][BUILD] Upgrade commons-text to 1.11.0
### What changes were proposed in this pull request? The pr aims to upgrade `commons-text` from `1.10.0` to `1.11.0`. ### Why are the changes needed? Release note: https://commons.apache.org/proper/commons-text/changes-report.html#a1.11.0 includes some bug fix, eg: - Fix StringTokenizer.getTokenList to return an independent modifiable list. Fixes [TEXT-219](https://issues.apache.org/jira/browse/TEXT-219). - Fix TextStringBuilder to over-allocate when ensuring capacity #452. Fixes [TEXT-228](https://issues.apache.org/jira/browse/TEXT-228). - TextStringBuidler#hashCode() allocates a String on each call #387. ### 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 #43590 from panbingkun/SPARK-45732. Authored-by: panbingkun <pbk1982@gmail.com> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
1 parent 8dd3ec8 commit d38f074

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
@@ -49,7 +49,7 @@ commons-lang3/3.13.0//commons-lang3-3.13.0.jar
4949
commons-logging/1.1.3//commons-logging-1.1.3.jar
5050
commons-math3/3.6.1//commons-math3-3.6.1.jar
5151
commons-pool/1.5.4//commons-pool-1.5.4.jar
52-
commons-text/1.10.0//commons-text-1.10.0.jar
52+
commons-text/1.11.0//commons-text-1.11.0.jar
5353
compress-lzf/1.1.2//compress-lzf-1.1.2.jar
5454
curator-client/5.2.0//curator-client-5.2.0.jar
5555
curator-framework/5.2.0//curator-framework-5.2.0.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@
605605
<dependency>
606606
<groupId>org.apache.commons</groupId>
607607
<artifactId>commons-text</artifactId>
608-
<version>1.10.0</version>
608+
<version>1.11.0</version>
609609
</dependency>
610610
<dependency>
611611
<groupId>commons-lang</groupId>

0 commit comments

Comments
 (0)