Skip to content

Commit 3ea29f8

Browse files
Bump aws-java-sdk-dynamodb in /modules/dynalite
Bumps [aws-java-sdk-dynamodb](https://github.com/aws/aws-sdk-java) from 1.12.353 to 1.12.356. - [Release notes](https://github.com/aws/aws-sdk-java/releases) - [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-java/commits) --- 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] <[email protected]>
1 parent d93d8f1 commit 3ea29f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dynalite/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Testcontainers :: Dynalite"
33
dependencies {
44
api project(':testcontainers')
55

6-
compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.353'
6+
compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.356'
77
testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.353'
88
testImplementation 'org.assertj:assertj-core:3.23.1'
99
}

0 commit comments

Comments
 (0)