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 f5449c9Copy full SHA for f5449c9
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.34.7') {
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.34.7'
375
376
// ### Test ###
377
0 commit comments