Skip to content

Commit 3bb4a2e

Browse files
build(deps-dev): bump com.amazonaws:DynamoDBLocal from 2.2.0 to 2.6.1
Bumps com.amazonaws:DynamoDBLocal from 2.2.0 to 2.6.1. --- updated-dependencies: - dependency-name: com.amazonaws:DynamoDBLocal dependency-version: 2.6.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84e7ad0 commit 3bb4a2e

File tree

1 file changed

+2
-2
lines changed
  • powertools-idempotency/powertools-idempotency-dynamodb

1 file changed

+2
-2
lines changed

powertools-idempotency/powertools-idempotency-dynamodb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
<dependency>
6363
<groupId>com.amazonaws</groupId>
6464
<artifactId>DynamoDBLocal</artifactId>
65-
<!-- >2.2.0 is not compatible with Java 11 anymore -->
65+
<!-- >2.6.1 is not compatible with Java 11 anymore -->
6666
<!-- https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocalHistory.html -->
67-
<version>2.2.0</version>
67+
<version>2.6.1</version>
6868
<scope>test</scope>
6969
</dependency>
7070
<!--Needed when building locally on M1 Mac-->

0 commit comments

Comments
 (0)