Skip to content

Commit

Permalink
Bump aws-java-sdk-logs from 1.11.777 to 1.11.782 in /modules/localsta…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and quincy committed May 28, 2020
1 parent 115397d commit fda0a3f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions modules/localstack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ description = "Testcontainers :: Localstack"
dependencies {
compile project(':testcontainers')

compileOnly 'com.amazonaws:aws-java-sdk-s3:1.11.778'
testCompile 'com.amazonaws:aws-java-sdk-s3:1.11.775'
compileOnly 'com.amazonaws:aws-java-sdk-s3:1.11.782'
testCompile 'com.amazonaws:aws-java-sdk-s3:1.11.782'
testCompile 'com.amazonaws:aws-java-sdk-sqs:1.11.782'
testCompile 'com.amazonaws:aws-java-sdk-logs:1.11.777'
testCompile 'com.amazonaws:aws-java-sdk-logs:1.11.775'
testCompile 'com.amazonaws:aws-java-sdk-logs:1.11.782'
testCompile 'software.amazon.awssdk:s3:2.13.16'
}

0 comments on commit fda0a3f

Please sign in to comment.