Skip to content

Commit

Permalink
Bump aws-java-sdk-s3 from 1.11.680 to 1.11.683 in /modules/loca… (#2103)
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.680 to 1.11.683.
- [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.680...1.11.683)

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

Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored and rnorth committed Nov 27, 2019
1 parent 6b15846 commit 7b38847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/localstack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: Localstack"
dependencies {
compile project(':testcontainers')

compileOnly 'com.amazonaws:aws-java-sdk-s3:1.11.680'
testCompile 'com.amazonaws:aws-java-sdk-s3:1.11.636'
compileOnly 'com.amazonaws:aws-java-sdk-s3:1.11.683'
testCompile 'com.amazonaws:aws-java-sdk-s3:1.11.683'
testCompile 'com.amazonaws:aws-java-sdk-sqs:1.11.636'
}

0 comments on commit 7b38847

Please sign in to comment.