Skip to content

Commit

Permalink
chore(deps): bump com.amazonaws:DynamoDBLocal
Browse files Browse the repository at this point in the history
Bumps com.amazonaws:DynamoDBLocal from 1.+ to 2.5.1.

---
updated-dependencies:
- dependency-name: com.amazonaws:DynamoDBLocal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 7, 2024
1 parent 862420e commit 18d28f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DynamoDbEncryption/runtimes/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ dependencies {
// https://mvnrepository.com/artifact/org.testng/testng
testImplementation("org.testng:testng:7.5")
// https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal
testImplementation("com.amazonaws:DynamoDBLocal:1.+")
testImplementation("com.amazonaws:DynamoDBLocal:2.+")
// This is where we gather the SQLLite files to copy over
dynamodb("com.amazonaws:DynamoDBLocal:1.+")
dynamodb("com.amazonaws:DynamoDBLocal:2.+")
// As of 1.21.0 DynamoDBLocal does not support Apple Silicon
// This checks the dependencies and adds a native library
// to support this architecture.
Expand Down

0 comments on commit 18d28f4

Please sign in to comment.