Skip to content

Commit f5449c9

Browse files
Bump software.amazon.awssdk:s3 from 2.17.214 to 2.34.7
Bumps software.amazon.awssdk:s3 from 2.17.214 to 2.34.7. --- updated-dependencies: - dependency-name: software.amazon.awssdk:s3 dependency-version: 2.34.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f97f21e commit f5449c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,11 +367,11 @@ dependencies {
367367

368368
// ### Amazon S3 ###
369369

370-
implementation('software.amazon.awssdk:s3:2.17.214') {
370+
implementation('software.amazon.awssdk:s3:2.34.7') {
371371
exclude module: 'apache-client'
372372
exclude module: 'netty-nio-client'
373373
}
374-
implementation 'software.amazon.awssdk:url-connection-client:2.17.214'
374+
implementation 'software.amazon.awssdk:url-connection-client:2.34.7'
375375

376376
// ### Test ###
377377

0 commit comments

Comments
 (0)