This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new d9d7f1adfd9b [SPARK-54642][BUILD] Upgrade AWS SDK v2 to 2.35.4
d9d7f1adfd9b is described below
commit d9d7f1adfd9b3ad09f7dc57589b875fd60eadbe5
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Dec 8 16:05:45 2025 -0800
[SPARK-54642][BUILD] Upgrade AWS SDK v2 to 2.35.4
### What changes were proposed in this pull request?
This PR aims to upgrade `AWS SDK v2` to 2.35.4.
### Why are the changes needed?
To be ready for Apache Hadoop 3.4.3 and 3.5.0 release:
- [HADOOP-19654 Upgrade AWS SDK to
2.35.4](https://issues.apache.org/jira/browse/HADOOP-19654)
### Does this PR introduce _any_ user-facing change?
No Spark behavior change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #53392 from dongjoon-hyun/SPARK-54642.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 470082330509..270af9c205b4 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -30,7 +30,7 @@ azure-storage/7.0.1//azure-storage-7.0.1.jar
blas/3.0.4//blas-3.0.4.jar
breeze-macros_2.13/2.1.0//breeze-macros_2.13-2.1.0.jar
breeze_2.13/2.1.0//breeze_2.13-2.1.0.jar
-bundle/2.29.52//bundle-2.29.52.jar
+bundle/2.35.4//bundle-2.35.4.jar
cats-kernel_2.13/2.8.0//cats-kernel_2.13-2.8.0.jar
chill-java/0.10.0//chill-java-0.10.0.jar
chill_2.13/0.10.0//chill_2.13-0.10.0.jar
diff --git a/pom.xml b/pom.xml
index db6b88851b08..95968580cc21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
<aws.kinesis.client.version>1.15.3</aws.kinesis.client.version>
<!-- Should be consistent with Kinesis client dependency -->
<aws.java.sdk.version>1.12.681</aws.java.sdk.version>
- <aws.java.sdk.v2.version>2.29.52</aws.java.sdk.v2.version>
+ <aws.java.sdk.v2.version>2.35.4</aws.java.sdk.v2.version>
<!-- the producer is used in tests -->
<aws.kinesis.producer.version>1.0.5</aws.kinesis.producer.version>
<!-- Do not use 3.0.0:
https://github.com/GoogleCloudDataproc/hadoop-connectors/issues/1114 -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]