Skip to content

Commit cb507f5

Browse files
chore(deps): bump com.amazonaws:DynamoDBLocal (#728)
Bumps com.amazonaws:DynamoDBLocal from 1.+ to 2.2.1.
1 parent 7961bee commit cb507f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestVectors/runtimes/java/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ dependencies {
9797
implementation("software.amazon.awssdk:dynamodb-enhanced")
9898
implementation("software.amazon.awssdk:core:2.19.1")
9999
implementation("software.amazon.awssdk:kms")
100-
testImplementation("com.amazonaws:DynamoDBLocal:1.+")
100+
testImplementation("com.amazonaws:DynamoDBLocal:2.+")
101101
// This is where we gather the SQLLite files to copy over
102-
dynamodb("com.amazonaws:DynamoDBLocal:1.+")
102+
dynamodb("com.amazonaws:DynamoDBLocal:2.+")
103103
// As of 1.21.0 DynamoDBLocal does not support Apple Silicon
104104
// This checks the dependencies and adds a native library
105105
// to support this architecture.

0 commit comments

Comments
 (0)