We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f18689 commit 65df4e5Copy full SHA for 65df4e5
DynamoDbEncryption/runtimes/java/build.gradle.kts
@@ -92,7 +92,7 @@ dependencies {
92
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
93
94
// For the DDB-EC v1
95
- implementation("com.amazonaws:aws-java-sdk-dynamodb:1.12.780")
+ implementation("com.amazonaws:aws-java-sdk-dynamodb:1.12.781")
96
// https://mvnrepository.com/artifact/org.testng/testng
97
testImplementation("org.testng:testng:7.5")
98
// https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal
0 commit comments