We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec98d6 commit a3d514aCopy full SHA for a3d514a
DynamoDbEncryption/runtimes/java/build.gradle.kts
@@ -92,7 +92,7 @@ dependencies {
92
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
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