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.
1 parent b0cdb60 commit 7c99484Copy full SHA for 7c99484
modules/dynalite/build.gradle
@@ -3,6 +3,6 @@ description = "Testcontainers :: Dynalite"
3
dependencies {
4
compile project(':testcontainers')
5
6
- compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.11.860'
7
- 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'
8
}
0 commit comments