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 fbd49ff commit 37edfa7Copy full SHA for 37edfa7
DynamoDbEncryption/runtimes/java/build.gradle.kts
@@ -81,7 +81,7 @@ dependencies {
81
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.1")
82
83
// For the DDB-EC v1
84
- implementation("com.amazonaws:aws-java-sdk-dynamodb:1.12.409")
+ implementation("com.amazonaws:aws-java-sdk-dynamodb:1.12.531")
85
// https://mvnrepository.com/artifact/org.testng/testng
86
testImplementation("org.testng:testng:7.5")
87
// https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal
0 commit comments