Skip to content

Commit

Permalink
Bump aws-java-sdk-logs from 1.11.792 to 1.11.797 in /modules/localsta…
Browse files Browse the repository at this point in the history
…ck (#2849)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Richard North <rich.north@gmail.com>
  • Loading branch information
dependabot-preview[bot] and rnorth committed Jun 6, 2020
1 parent 99cf50d commit f90ad90
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions modules/localstack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ description = "Testcontainers :: Localstack"
dependencies {
compile project(':testcontainers')

compileOnly 'com.amazonaws:aws-java-sdk-s3:1.11.792'
testCompile 'com.amazonaws:aws-java-sdk-s3:1.11.792'
compileOnly 'com.amazonaws:aws-java-sdk-s3:1.11.797'
testCompile 'com.amazonaws:aws-java-sdk-s3:1.11.797'
testCompile 'com.amazonaws:aws-java-sdk-sqs:1.11.797'
testCompile 'com.amazonaws:aws-java-sdk-logs:1.11.792'
testCompile 'com.amazonaws:aws-java-sdk-logs:1.11.797'
testCompile 'software.amazon.awssdk:s3:2.13.31'
testCompile 'com.amazonaws:aws-java-sdk-sqs:1.11.797'
testCompile 'com.amazonaws:aws-java-sdk-logs:1.11.797'
}

0 comments on commit f90ad90

Please sign in to comment.