Skip to content

Commit

Permalink
Bump com.amazonaws:DynamoDBLocal from 1.13.2 to 2.0.0 in /plugins (#2650
Browse files Browse the repository at this point in the history
)

Bumps com.amazonaws:DynamoDBLocal from 1.13.2 to 2.0.0.

---
updated-dependencies:
- dependency-name: com.amazonaws:DynamoDBLocal
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 4, 2023
1 parent 7b36a5d commit 28d9d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/DDBEndPoint/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation 'software.amazon.awssdk:dynamodb-enhanced'
implementation 'org.codehaus.groovy:groovy-all:2.3.11'
testImplementation "org.testng:testng:${testng_version}"
testImplementation 'com.amazonaws:DynamoDBLocal:1.13.2'
testImplementation 'com.amazonaws:DynamoDBLocal:2.0.0'
}

project.ext{
Expand Down

0 comments on commit 28d9d99

Please sign in to comment.