Update DynamoDBLocal to 1.20.0

This commit is contained in:
Chris Eager 2023-01-12 18:01:52 -06:00 committed by Chris Eager
parent d545f60fc4
commit dfb0b68997
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>DynamoDBLocal</artifactId>
<version>1.19.0</version>
<version>1.20.0</version>
<scope>test</scope>
</dependency>