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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038424
This commit is contained in:
Snyk bot
2023-01-03 23:49:38 +01:00
committed by GitHub
parent 19b8743f74
commit 3fc6b195a4

View File

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