fix: adapter-dynamodb/pom.xml to reduce vulnerabilities (#855)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038424

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Jeff Banks
2022-12-15 16:02:55 -06:00
committed by GitHub
parent f0507cafb2
commit 0c0156201c

View File

@@ -45,7 +45,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-dynamodb</artifactId>
<version>1.12.348</version>
<version>1.12.364</version>
</dependency>
</dependencies>