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 072ff51 + ce003ce commit 4f2c712Copy full SHA for 4f2c712
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.295'
+ compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.313'
7
testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.295'
8
testImplementation 'org.assertj:assertj-core:3.23.1'
9
}
0 commit comments