This is an automated email from the ASF dual-hosted git repository. yao 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 1f43d3763b73 [SPARK-51929][BUILD] Upgrade AWS SDK v2 to 2.29.52 1f43d3763b73 is described below commit 1f43d3763b737b6cf7527838cb4a0d96ce7b0ae5 Author: Dongjoon Hyun <dongj...@apache.org> AuthorDate: Sun Apr 27 18:00:12 2025 +0800 [SPARK-51929][BUILD] Upgrade AWS SDK v2 to 2.29.52 ### What changes were proposed in this pull request? This PR aims to upgrade AWS SDK v2 to 2.29.52. ### Why are the changes needed? Like [Apache Iceberg v1.8.1](https://iceberg.apache.org/releases/#181-release) and Apache Hadoop 3.4.2 (HADOOP-19485), Apache Spark 4.1.0 had better use the latest one. - https://github.com/apache/hadoop/pull/7479 - https://github.com/apache/iceberg/pull/12339 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #50731 from dongjoon-hyun/SPARK-51929. Authored-by: Dongjoon Hyun <dongj...@apache.org> Signed-off-by: Kent Yao <y...@apache.org> --- 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 aa080ae85557..670edcff506b 100644 --- a/dev/deps/spark-deps-hadoop-3-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-3-hive-2.3 @@ -31,7 +31,7 @@ bcprov-jdk18on/1.80//bcprov-jdk18on-1.80.jar blas/3.0.3//blas-3.0.3.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.25.53//bundle-2.25.53.jar +bundle/2.29.52//bundle-2.29.52.jar cats-kernel_2.13/2.8.0//cats-kernel_2.13-2.8.0.jar checker-qual/3.43.0//checker-qual-3.43.0.jar chill-java/0.10.0//chill-java-0.10.0.jar diff --git a/pom.xml b/pom.xml index 962359b9f94a..3a81b9aad5c0 100644 --- a/pom.xml +++ b/pom.xml @@ -158,7 +158,7 @@ <aws.kinesis.client.version>1.12.0</aws.kinesis.client.version> <!-- Should be consistent with Kinesis client dependency --> <aws.java.sdk.version>1.11.655</aws.java.sdk.version> - <aws.java.sdk.v2.version>2.25.53</aws.java.sdk.v2.version> + <aws.java.sdk.v2.version>2.29.52</aws.java.sdk.v2.version> <!-- the producer is used in tests --> <aws.kinesis.producer.version>0.12.8</aws.kinesis.producer.version> <!-- Do not use 3.0.0: https://github.com/GoogleCloudDataproc/hadoop-connectors/issues/1114 --> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org