Skip to content

Commit 4bbdca6

Browse files
bjornjorgensendongjoon-hyun
authored andcommitted
[SPARK-41030][BUILD] Upgrade Apache Ivy to 2.5.1
### What changes were proposed in this pull request? Upgrade `Apache Ivy` from 2.5.0 to 2.5.1 [Release notes](https://ant.apache.org/ivy/history/2.5.1/release-notes.html) ### Why are the changes needed? [CVE-2022-37865](https://www.cve.org/CVERecord?id=CVE-2022-37865) and [CVE-2022-37866](https://nvd.nist.gov/vuln/detail/CVE-2022-37866) ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA Closes apache#38539 from bjornjorgensen/ivy-2.5.1. Authored-by: Bjørn <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 8c7a846 commit 4bbdca6

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
@@ -109,7 +109,7 @@ htrace-core/3.1.0-incubating//htrace-core-3.1.0-incubating.jar
109109
httpclient/4.5.13//httpclient-4.5.13.jar
110110
httpcore/4.4.14//httpcore-4.4.14.jar
111111
istack-commons-runtime/3.0.8//istack-commons-runtime-3.0.8.jar
112-
ivy/2.5.0//ivy-2.5.0.jar
112+
ivy/2.5.1//ivy-2.5.1.jar
113113
jackson-annotations/2.14.0//jackson-annotations-2.14.0.jar
114114
jackson-core-asl/1.9.13//jackson-core-asl-1.9.13.jar
115115
jackson-core/2.14.0//jackson-core-2.14.0.jar

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ httpclient/4.5.13//httpclient-4.5.13.jar
9797
httpcore/4.4.14//httpcore-4.4.14.jar
9898
ini4j/0.5.4//ini4j-0.5.4.jar
9999
istack-commons-runtime/3.0.8//istack-commons-runtime-3.0.8.jar
100-
ivy/2.5.0//ivy-2.5.0.jar
100+
ivy/2.5.1//ivy-2.5.1.jar
101101
jackson-annotations/2.14.0//jackson-annotations-2.14.0.jar
102102
jackson-core-asl/1.9.13//jackson-core-asl-1.9.13.jar
103103
jackson-core/2.14.0//jackson-core-2.14.0.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<jetty.version>9.4.49.v20220914</jetty.version>
140140
<jakartaservlet.version>4.0.3</jakartaservlet.version>
141141
<chill.version>0.10.0</chill.version>
142-
<ivy.version>2.5.0</ivy.version>
142+
<ivy.version>2.5.1</ivy.version>
143143
<oro.version>2.0.8</oro.version>
144144
<!--
145145
If you changes codahale.metrics.version, you also need to change

0 commit comments

Comments
 (0)