Skip to content

Commit 70f5bfd

Browse files
LuciferYangdongjoon-hyun
authored andcommitted
[SPARK-38231][BUILD] Upgrade commons-text to 1.9
### What changes were proposed in this pull request? This PR aims to upgrade commons-text to 1.9. ### Why are the changes needed? 1.9 is the latest and popular than 1.6. - https://commons.apache.org/proper/commons-text/changes-report.html#a1.9 - https://mvnrepository.com/artifact/org.apache.commons/commons-text ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GA Closes #35542 from LuciferYang/upgrade-common-text. Authored-by: yangjie01 <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 5984614 commit 70f5bfd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ commons-logging/1.1.3//commons-logging-1.1.3.jar
5353
commons-math3/3.6.1//commons-math3-3.6.1.jar
5454
commons-net/3.1//commons-net-3.1.jar
5555
commons-pool/1.5.4//commons-pool-1.5.4.jar
56-
commons-text/1.6//commons-text-1.6.jar
56+
commons-text/1.9//commons-text-1.9.jar
5757
compress-lzf/1.0.3//compress-lzf-1.0.3.jar
5858
core/1.1.2//core-1.1.2.jar
5959
curator-client/2.7.1//curator-client-2.7.1.jar

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ commons-logging/1.1.3//commons-logging-1.1.3.jar
5151
commons-math3/3.6.1//commons-math3-3.6.1.jar
5252
commons-net/3.1//commons-net-3.1.jar
5353
commons-pool/1.5.4//commons-pool-1.5.4.jar
54-
commons-text/1.6//commons-text-1.6.jar
54+
commons-text/1.9//commons-text-1.9.jar
5555
compress-lzf/1.0.3//compress-lzf-1.0.3.jar
5656
core/1.1.2//core-1.1.2.jar
5757
cos_api-bundle/5.6.19//cos_api-bundle-5.6.19.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@
584584
<dependency>
585585
<groupId>org.apache.commons</groupId>
586586
<artifactId>commons-text</artifactId>
587-
<version>1.6</version>
587+
<version>1.9</version>
588588
</dependency>
589589
<dependency>
590590
<groupId>commons-lang</groupId>

0 commit comments

Comments
 (0)