We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36da9ee commit a89dd31Copy full SHA for a89dd31
1 file changed
build.gradle
@@ -31,7 +31,7 @@ repositories {
31
32
dependencies {
33
// Bump the BOM version only to avoid mixing AWS SDK versions
34
- implementation platform("software.amazon.awssdk:bom:2.44.12")
+ implementation platform("software.amazon.awssdk:bom:2.46.5")
35
implementation 'software.amazon.awssdk:s3'
36
implementation 'software.amazon.awssdk:s3-event-notifications'
37
0 commit comments