Skip to content

Commit 99abc94

Browse files
bjornjorgensenwangyum
authored andcommitted
[SPARK-40801][BUILD] Upgrade Apache commons-text to 1.10
### What changes were proposed in this pull request? Upgrade Apache commons-text from 1.9 to 1.10.0 ### Why are the changes needed? [CVE-2022-42889](https://nvd.nist.gov/vuln/detail/CVE-2022-42889) ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass github action Closes apache#38262 from bjornjorgensen/commons-text-1.10. Authored-by: Bjørn <[email protected]> Signed-off-by: Yuming Wang <[email protected]>
1 parent 8cf2b09 commit 99abc94

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
@@ -52,7 +52,7 @@ commons-logging/1.1.3//commons-logging-1.1.3.jar
5252
commons-math3/3.6.1//commons-math3-3.6.1.jar
5353
commons-net/3.1//commons-net-3.1.jar
5454
commons-pool/1.5.4//commons-pool-1.5.4.jar
55-
commons-text/1.9//commons-text-1.9.jar
55+
commons-text/1.10.0//commons-text-1.10.0.jar
5656
compress-lzf/1.1//compress-lzf-1.1.jar
5757
curator-client/2.7.1//curator-client-2.7.1.jar
5858
curator-framework/2.7.1//curator-framework-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
@@ -49,7 +49,7 @@ commons-lang3/3.12.0//commons-lang3-3.12.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.9//commons-text-1.9.jar
52+
commons-text/1.10.0//commons-text-1.10.0.jar
5353
compress-lzf/1.1//compress-lzf-1.1.jar
5454
curator-client/2.13.0//curator-client-2.13.0.jar
5555
curator-framework/2.13.0//curator-framework-2.13.0.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@
604604
<dependency>
605605
<groupId>org.apache.commons</groupId>
606606
<artifactId>commons-text</artifactId>
607-
<version>1.9</version>
607+
<version>1.10.0</version>
608608
</dependency>
609609
<dependency>
610610
<groupId>commons-lang</groupId>

0 commit comments

Comments
 (0)