Skip to content

Commit 9a72ee9

Browse files
committed
Upgrade DynamoDBLocal to 2.6.0
1 parent 4c9956d commit 9a72ee9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/utilities/idempotency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ To unit test your function with DynamoDB Local, you can refer to this guide to [
983983
<dependency>
984984
<groupId>com.amazonaws</groupId>
985985
<artifactId>DynamoDBLocal</artifactId>
986-
<version>[1.12,2.0)</version>
986+
<version>2.6.0</version>
987987
<scope>test</scope>
988988
</dependency>
989989
<!-- Needed when building locally on M1 Mac -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.amazonaws</groupId>
6464
<artifactId>DynamoDBLocal</artifactId>
65-
<version>[1.12,2.0)</version>
65+
<version>2.6.0</version>
6666
<scope>test</scope>
6767
</dependency>
6868
<!--Needed when building locally on M1 Mac-->
@@ -123,4 +123,4 @@
123123
</plugin>
124124
</plugins>
125125
</build>
126-
</project>
126+
</project>

0 commit comments

Comments
 (0)