Skip to content

Commit

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

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Richard North <[email protected]>
  • Loading branch information
dependabot[bot] and rnorth authored Sep 24, 2020
1 parent b0cdb60 commit 7c99484
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.860'
testCompile 'com.amazonaws:aws-java-sdk-dynamodb:1.11.856'
compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.11.865'
testCompile 'com.amazonaws:aws-java-sdk-dynamodb:1.11.865'
}

0 comments on commit 7c99484

Please sign in to comment.