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 f97f21e commit 738ef06Copy full SHA for 738ef06
service/build.gradle
@@ -367,11 +367,11 @@ dependencies {
367
368
// ### Amazon S3 ###
369
370
- implementation('software.amazon.awssdk:s3:2.17.214') {
+ implementation('software.amazon.awssdk:s3:2.32.13') {
371
exclude module: 'apache-client'
372
exclude module: 'netty-nio-client'
373
}
374
- implementation 'software.amazon.awssdk:url-connection-client:2.17.214'
+ implementation 'software.amazon.awssdk:url-connection-client:2.32.13'
375
376
// ### Test ###
377
0 commit comments