Skip to content

Commit d1b7007

Browse files
chore: bump com.amazonaws:DynamoDBLocal from 2.2.0 to 2.5.4
Bumps com.amazonaws:DynamoDBLocal from 2.2.0 to 2.5.4. --- updated-dependencies: - dependency-name: com.amazonaws:DynamoDBLocal dependency-version: 2.5.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6c1676 commit d1b7007

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
@@ -66,9 +66,9 @@
6666
<dependency>
6767
<groupId>com.amazonaws</groupId>
6868
<artifactId>DynamoDBLocal</artifactId>
69-
<!-- >2.2.0 is not compatible with Java 11 anymore -->
69+
<!-- >2.5.4 is not compatible with Java 11 anymore -->
7070
<!-- https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocalHistory.html -->
71-
<version>2.2.0</version>
71+
<version>2.5.4</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<!--Needed when building locally on M1 Mac-->

0 commit comments

Comments
 (0)