We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862420e commit 41ca8f7Copy full SHA for 41ca8f7
DynamoDbEncryption/runtimes/java/build.gradle.kts
@@ -96,9 +96,9 @@ dependencies {
96
// https://mvnrepository.com/artifact/org.testng/testng
97
testImplementation("org.testng:testng:7.5")
98
// https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal
99
- testImplementation("com.amazonaws:DynamoDBLocal:1.+")
+ testImplementation("com.amazonaws:DynamoDBLocal:2.+")
100
// This is where we gather the SQLLite files to copy over
101
- dynamodb("com.amazonaws:DynamoDBLocal:1.+")
+ dynamodb("com.amazonaws:DynamoDBLocal:2.+")
102
// As of 1.21.0 DynamoDBLocal does not support Apple Silicon
103
// This checks the dependencies and adds a native library
104
// to support this architecture.
0 commit comments