Skip to content

Commit 3cda829

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 #38262 from bjornjorgensen/commons-text-1.10. Authored-by: Bjørn <[email protected]> Signed-off-by: Yuming Wang <[email protected]> (cherry picked from commit 99abc94) Signed-off-by: Yuming Wang <[email protected]>
1 parent 6279861 commit 3cda829

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.9//commons-text-1.9.jar
56+
commons-text/1.10.0//commons-text-1.10.0.jar
5757
compress-lzf/1.1//compress-lzf-1.1.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
@@ -50,7 +50,7 @@ commons-lang3/3.12.0//commons-lang3-3.12.0.jar
5050
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-pool/1.5.4//commons-pool-1.5.4.jar
53-
commons-text/1.9//commons-text-1.9.jar
53+
commons-text/1.10.0//commons-text-1.10.0.jar
5454
compress-lzf/1.1//compress-lzf-1.1.jar
5555
core/1.1.2//core-1.1.2.jar
5656
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
@@ -595,7 +595,7 @@
595595
<dependency>
596596
<groupId>org.apache.commons</groupId>
597597
<artifactId>commons-text</artifactId>
598-
<version>1.9</version>
598+
<version>1.10.0</version>
599599
</dependency>
600600
<dependency>
601601
<groupId>commons-lang</groupId>

0 commit comments

Comments
 (0)