Skip to content

Commit 41ca8f7

Browse files
chore(deps): bump com.amazonaws:DynamoDBLocal
Bumps com.amazonaws:DynamoDBLocal from 1.+ to 2.5.2. --- updated-dependencies: - dependency-name: com.amazonaws:DynamoDBLocal dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 862420e commit 41ca8f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DynamoDbEncryption/runtimes/java/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ dependencies {
9696
// https://mvnrepository.com/artifact/org.testng/testng
9797
testImplementation("org.testng:testng:7.5")
9898
// https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal
99-
testImplementation("com.amazonaws:DynamoDBLocal:1.+")
99+
testImplementation("com.amazonaws:DynamoDBLocal:2.+")
100100
// This is where we gather the SQLLite files to copy over
101-
dynamodb("com.amazonaws:DynamoDBLocal:1.+")
101+
dynamodb("com.amazonaws:DynamoDBLocal:2.+")
102102
// As of 1.21.0 DynamoDBLocal does not support Apple Silicon
103103
// This checks the dependencies and adds a native library
104104
// to support this architecture.

0 commit comments

Comments
 (0)