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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038424
This commit is contained in:
Snyk bot 2022-12-20 17:18:59 +01:00 committed by GitHub
parent c4415e6c0c
commit 7bc4265afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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