Skip to content

Commit 047ecbf

Browse files
AWS: Update the aws-bundle with latest dependencies
1 parent 15a9cbc commit 047ecbf

3 files changed

Lines changed: 26 additions & 0 deletions

File tree

aws-bundle/LICENSE

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,12 @@ License: Apache License, Version 2.0 - https://aws.amazon.com/apache2.0
443443

444444
--------------------------------------------------------------------------------
445445

446+
Group: software.amazon.awssdk Name: url-connection-client Version: 2.30.31
447+
Project URL: https://aws.amazon.com/sdkforjava
448+
License: Apache License, Version 2.0 - https://aws.amazon.com/apache2.0
449+
450+
--------------------------------------------------------------------------------
451+
446452
Group: software.amazon.awssdk Name: metrics-spi Version: 2.30.31
447453
License: Apache License, Version 2.0 - https://aws.amazon.com/apache2.0
448454

@@ -514,3 +520,15 @@ License: The Apache Software License, Version 2.0 - http://www.apache.org/licens
514520
Group: software.amazon.eventstream Name: eventstream Version: 1.0.1
515521
Project URL: https://github.com/awslabs/aws-eventstream-java
516522
License: Apache License, Version 2.0 - https://aws.amazon.com/apache2.0
523+
524+
--------------------------------------------------------------------------------
525+
526+
Group: software.amazon.s3.accessgrants Name: aws-s3-accessgrants-java-plugin Version: 2.3.0
527+
Project URL: https://github.com/aws/aws-s3-accessgrants-plugin-java-v2
528+
License: Apache License, Version 2.0 - https://aws.amazon.com/apache2.0
529+
530+
--------------------------------------------------------------------------------
531+
532+
Group: software.amazon.s3.analyticsaccelerator Name: analyticsaccelerator-s3 Version: 1.0.0
533+
Project URL: https://github.com/awslabs/analytics-accelerator-s3
534+
License: Apache License, Version 2.0 - https://aws.amazon.com/apache2.0

aws-bundle/NOTICE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ NOTICE for Group: software.amazon.awssdk Name: identity-spi Version: 2.30.31
3232
NOTICE for Group: software.amazon.awssdk Name: json-utils Version: 2.30.31
3333
NOTICE for Group: software.amazon.awssdk Name: kms Version: 2.30.31
3434
NOTICE for Group: software.amazon.awssdk Name: lakeformation Version: 2.30.31
35+
NOTICE for Group: software.amazon.awssdk Name: url-connection-client Version: 2.30.31
3536
NOTICE for Group: software.amazon.awssdk Name: metrics-spi Version: 2.30.31
3637
NOTICE for Group: software.amazon.awssdk Name: netty-nio-client Version: 2.30.31
3738
NOTICE for Group: software.amazon.awssdk Name: profiles Version: 2.30.31
@@ -44,6 +45,8 @@ NOTICE for Group: software.amazon.awssdk Name: sdk-core Version: 2.30.31
4445
NOTICE for Group: software.amazon.awssdk Name: sso Version: 2.30.31
4546
NOTICE for Group: software.amazon.awssdk Name: sts Version: 2.30.31
4647
NOTICE for Group: software.amazon.awssdk Name: utils Version: 2.30.31
48+
NOTICE for Group: software.amazon.s3.accessgrants Name: aws-s3-accessgrants-java-plugin Version: 2.3.0
49+
NOTICE for Group: software.amazon.s3.analyticsaccelerator Name: analyticsaccelerator-s3 Version: 1.0.0
4750

4851
AWS SDK for Java 2.0
4952
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

aws-bundle/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ project(":iceberg-aws-bundle") {
2525

2626
dependencies {
2727
implementation platform(libs.awssdk.bom)
28+
implementation libs.awssdk.s3accessgrants
2829
implementation "software.amazon.awssdk:apache-client"
2930
implementation "software.amazon.awssdk:auth"
31+
implementation "software.amazon.awssdk:crt-core"
3032
implementation "software.amazon.awssdk:http-auth-aws-crt"
3133
implementation "software.amazon.awssdk:iam"
3234
implementation "software.amazon.awssdk:sso"
@@ -36,6 +38,9 @@ project(":iceberg-aws-bundle") {
3638
implementation "software.amazon.awssdk:sts"
3739
implementation "software.amazon.awssdk:dynamodb"
3840
implementation "software.amazon.awssdk:lakeformation"
41+
implementation "software.amazon.awssdk:url-connection-client"
42+
43+
implementation libs.analyticsaccelerator.s3
3944
}
4045

4146
shadowJar {

0 commit comments

Comments
 (0)