Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8ac7bd7

Browse files
authoredApr 18, 2024
chore(deps): bump com.amazonaws:DynamoDBLocal
Bumps com.amazonaws:DynamoDBLocal from 1.+ to 2.4.0. --- updated-dependencies: - dependency-name: com.amazonaws:DynamoDBLocal dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c980e7 commit 8ac7bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎DynamoDbEncryption/runtimes/java/build.gradle.kts

Lines changed: 2 additions & 2 deletions
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)