We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d988c6e commit 990e95fCopy full SHA for 990e95f
DynamoDbEncryption/runtimes/java/build.gradle.kts
@@ -94,7 +94,7 @@ dependencies {
94
// For the DDB-EC v1
95
implementation("com.amazonaws:aws-java-sdk-dynamodb:1.12.780")
96
// https://mvnrepository.com/artifact/org.testng/testng
97
- testImplementation("org.testng:testng:7.5")
+ testImplementation("org.testng:testng:7.11.0")
98
// https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal
99
testImplementation("com.amazonaws:DynamoDBLocal:1.+")
100
// This is where we gather the SQLLite files to copy over
0 commit comments