Skip to content

Commit e4735f1

Browse files
authoredFeb 20, 2024
Bump com.amazonaws:DynamoDBLocal from 2.2.0 to 2.2.1 in /plugins (#2922)
Bumps com.amazonaws:DynamoDBLocal from 2.2.0 to 2.2.1. --- updated-dependencies: - dependency-name: com.amazonaws:DynamoDBLocal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18057f3 commit e4735f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎plugins/DDBEndPoint/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
implementation 'software.amazon.awssdk:dynamodb-enhanced'
1212
implementation 'org.codehaus.groovy:groovy-all:2.3.11'
1313
testImplementation "org.testng:testng:${testng_version}"
14-
testImplementation 'com.amazonaws:DynamoDBLocal:2.2.0'
14+
testImplementation 'com.amazonaws:DynamoDBLocal:2.2.1'
1515
}
1616

1717
project.ext{

0 commit comments

Comments
 (0)