Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ name: AWS SDK for Java 2
license_category: binary
module: java-core
license_name: Apache License version 2.0
version: 2.53.2
version: 2.53.3
libraries:
- software.amazon.awssdk: annotations
- software.amazon.awssdk: apache-client
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<!-- AWS SDK v1 is still used as a transitive dependency by Hadoop and Ranger extensions.
It should be removed once those extensions are upgraded or dropped (see #19109). -->
<aws.sdk.v1.version>1.12.797</aws.sdk.v1.version>
<aws.sdk.v2.version>2.53.2</aws.sdk.v2.version>
<aws.sdk.v2.version>2.53.3</aws.sdk.v2.version>
<caffeine.version>3.2.4</caffeine.version>
<jacoco.version>0.8.14</jacoco.version>
<testcontainers.version>2.0.5</testcontainers.version>
Expand Down
Loading