Skip to content

Commit

Permalink
Bump aws-java-sdk-dynamodb in /modules/dynalite
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.12.336 to 1.12.342.
- [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.12.336...1.12.342)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2022
1 parent 858dd0a commit a2dfafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dynalite/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: Dynalite"
dependencies {
api project(':testcontainers')

compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.336'
compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.342'
testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.336'
testImplementation 'org.assertj:assertj-core:3.23.1'
}

0 comments on commit a2dfafd

Please sign in to comment.