Skip to content

Commit

Permalink
Bump aws-java-sdk-s3 from 1.11.994 to 1.12.129 (#210)
Browse files Browse the repository at this point in the history
Bumps [aws-java-sdk-s3](https://github.com/aws/aws-sdk-java) from 1.11.994 to 1.12.129.
- [Release notes](https://github.com/aws/aws-sdk-java/releases)
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.11.994...1.12.129)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 14, 2021
1 parent 15c52dd commit 21d09b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
testImplementation("org.apache.sshd:sshd-sftp:2.4.0")

// S3
api("com.amazonaws:aws-java-sdk-s3:1.11.994")
api("com.amazonaws:aws-java-sdk-s3:1.12.129")
testImplementation("com.adobe.testing:s3mock-junit5:2.1.16")

// Kotest
Expand Down

0 comments on commit 21d09b2

Please sign in to comment.