This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.5 by this push:
new b8fd7f51e277 [MINOR][SPARK-3.5] Upgrade to Ivy 2.5.3
b8fd7f51e277 is described below
commit b8fd7f51e277e7f3ba71ef44eb36bc0499a4195e
Author: Holden Karau <[email protected]>
AuthorDate: Sat Jul 11 23:54:01 2026 -0700
[MINOR][SPARK-3.5] Upgrade to Ivy 2.5.3
### What changes were proposed in this pull request?
Upgrade to Ivy 2.5.3
### Why are the changes needed?
Latest reasonable minor release of Ivy
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Existing CI
### Was this patch authored or co-authored using generative AI tooling?
Claude 4.8
Closes #57207 from holdenk/upgrade-spark-3.5-to-ivy2.5.3.
Lead-authored-by: Holden Karau <[email protected]>
Co-authored-by: Claude <[email protected]>
Signed-off-by: Holden Karau <[email protected]>
---
dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +-
pom.xml | 6 +-----
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index b4d91a1b161c..b60ff8e81b3c 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -98,7 +98,7 @@ httpclient/4.5.14//httpclient-4.5.14.jar
httpcore/4.4.16//httpcore-4.4.16.jar
ini4j/0.5.4//ini4j-0.5.4.jar
istack-commons-runtime/3.0.8//istack-commons-runtime-3.0.8.jar
-ivy/2.5.1//ivy-2.5.1.jar
+ivy/2.5.3//ivy-2.5.3.jar
jackson-annotations/2.15.2//jackson-annotations-2.15.2.jar
jackson-core-asl/1.9.13//jackson-core-asl-1.9.13.jar
jackson-core/2.15.2//jackson-core-2.15.2.jar
diff --git a/pom.xml b/pom.xml
index 1489636217b1..50cd848ff431 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,11 +146,7 @@
<jetty.version>9.4.58.v20250814</jetty.version>
<jakartaservlet.version>4.0.3</jakartaservlet.version>
<chill.version>0.10.0</chill.version>
- <!--
- SPARK-44968: don't upgrade Ivy to version 2.5.2 until the test aborted of
- `HiveExternalCatalogVersionsSuite` in Java 11/17 daily tests is resolved.
- -->
- <ivy.version>2.5.1</ivy.version>
+ <ivy.version>2.5.3</ivy.version>
<oro.version>2.0.8</oro.version>
<!--
If you changes codahale.metrics.version, you also need to change
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]