We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 362ef88 + 3ea29f8 commit a94bb57Copy full SHA for a94bb57
modules/dynalite/build.gradle
@@ -3,7 +3,7 @@ description = "Testcontainers :: Dynalite"
3
dependencies {
4
api project(':testcontainers')
5
6
- compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.353'
+ compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.356'
7
testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.353'
8
testImplementation 'org.assertj:assertj-core:3.23.1'
9
}
0 commit comments