Skip to content

Commit

Permalink
Bump aws-java-sdk-dynamodb from 1.11.816 to 1.11.827 in /modules/dyna…
Browse files Browse the repository at this point in the history
…lite (#3027)

Bumps [aws-java-sdk-dynamodb](https://github.com/aws/aws-sdk-java) from 1.11.816 to 1.11.827.
- [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.816...1.11.827)

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 Aug 1, 2020
1 parent 003c741 commit 082b094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/dynalite/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ description = "Testcontainers :: Dynalite"
dependencies {
compile project(':testcontainers')

compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.11.816'
testCompile 'com.amazonaws:aws-java-sdk-dynamodb:1.11.812'
compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.11.827'
testCompile 'com.amazonaws:aws-java-sdk-dynamodb:1.11.827'
}

0 comments on commit 082b094

Please sign in to comment.