Skip to content

Commit 611e17e

Browse files
bjornjorgensenLuciferYang
authored andcommitted
[SPARK-44914][BUILD] Upgrade Apache ivy from 2.5.1 to 2.5.2
### What changes were proposed in this pull request? Upgrade Apache ivy from 2.5.1 to 2.5.2 [Release notes](https://lists.apache.org/thread/9gcz4xrsn8c7o9gb377xfzvkb8jltffr) ### Why are the changes needed? [CVE-2022-46751](https://www.cve.org/CVERecord?id=CVE-2022-46751) The fix apache/ant-ivy@2be17bc ### 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 #42613 from bjornjorgensen/ivy-2.5.2. Authored-by: Bjørn Jørgensen <[email protected]> Signed-off-by: yangjie01 <[email protected]>
1 parent 0d1b597 commit 611e17e

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
@@ -97,7 +97,7 @@ httpclient/4.5.14//httpclient-4.5.14.jar
9797
httpcore/4.4.16//httpcore-4.4.16.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.1//ivy-2.5.1.jar
100+
ivy/2.5.2//ivy-2.5.2.jar
101101
jackson-annotations/2.15.2//jackson-annotations-2.15.2.jar
102102
jackson-core-asl/1.9.13//jackson-core-asl-1.9.13.jar
103103
jackson-core/2.15.2//jackson-core-2.15.2.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<jetty.version>9.4.51.v20230217</jetty.version>
147147
<jakartaservlet.version>4.0.3</jakartaservlet.version>
148148
<chill.version>0.10.0</chill.version>
149-
<ivy.version>2.5.1</ivy.version>
149+
<ivy.version>2.5.2</ivy.version>
150150
<oro.version>2.0.8</oro.version>
151151
<!--
152152
If you changes codahale.metrics.version, you also need to change

0 commit comments

Comments
 (0)