Skip to content

Commit

Permalink
Bump aws-java-sdk-dynamodb (#1129)
Browse files Browse the repository at this point in the history
Bumps [aws-java-sdk-dynamodb](https://github.com/aws/aws-sdk-java) from 1.11.475 to 1.11.479.
- [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.475...1.11.479)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kiview committed Jan 8, 2019
1 parent bb221fb commit 9856185
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.475'
testCompile 'com.amazonaws:aws-java-sdk-dynamodb:1.11.126'
compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.11.479'
testCompile 'com.amazonaws:aws-java-sdk-dynamodb:1.11.479'
}

0 comments on commit 9856185

Please sign in to comment.