Skip to content

Commit 5c44408

Browse files
dongjoon-hyunyhuang-db
authored andcommitted
[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. - apache/hadoop#7479 - apache/iceberg#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 apache#50731 from dongjoon-hyun/SPARK-51929. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Kent Yao <[email protected]>
1 parent cf8151c commit 5c44408

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
@@ -31,7 +31,7 @@ bcprov-jdk18on/1.80//bcprov-jdk18on-1.80.jar
3131
blas/3.0.3//blas-3.0.3.jar
3232
breeze-macros_2.13/2.1.0//breeze-macros_2.13-2.1.0.jar
3333
breeze_2.13/2.1.0//breeze_2.13-2.1.0.jar
34-
bundle/2.25.53//bundle-2.25.53.jar
34+
bundle/2.29.52//bundle-2.29.52.jar
3535
cats-kernel_2.13/2.8.0//cats-kernel_2.13-2.8.0.jar
3636
checker-qual/3.43.0//checker-qual-3.43.0.jar
3737
chill-java/0.10.0//chill-java-0.10.0.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<aws.kinesis.client.version>1.12.0</aws.kinesis.client.version>
159159
<!-- Should be consistent with Kinesis client dependency -->
160160
<aws.java.sdk.version>1.11.655</aws.java.sdk.version>
161-
<aws.java.sdk.v2.version>2.25.53</aws.java.sdk.v2.version>
161+
<aws.java.sdk.v2.version>2.29.52</aws.java.sdk.v2.version>
162162
<!-- the producer is used in tests -->
163163
<aws.kinesis.producer.version>0.12.8</aws.kinesis.producer.version>
164164
<!-- Do not use 3.0.0: https://github.com/GoogleCloudDataproc/hadoop-connectors/issues/1114 -->

0 commit comments

Comments
 (0)