From be6ef76486cc36c800bbf6d74cb6abdf98fd383d Mon Sep 17 00:00:00 2001 From: Chris Eager <chris@signal.org> Date: Fri, 18 Jun 2021 13:27:49 -0500 Subject: [PATCH] Update DynamoDBLocal to 1.16.0 --- service/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/pom.xml b/service/pom.xml index 50facfaf6..4d26edace 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -410,7 +410,7 @@ <dependency> <groupId>com.amazonaws</groupId> <artifactId>DynamoDBLocal</artifactId> - <version>1.13.6</version> + <version>1.16.0</version> <scope>test</scope> <exclusions> <exclusion> -- GitLab