fix: adapter-dynamodb/pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038424
This commit is contained in:
snyk-bot 2022-11-11 03:05:06 +00:00
parent 7c1fb19632
commit cbb01fb7fc
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078

View File

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