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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMAMAZONAWS-2952700
This commit is contained in:
snyk-bot
2022-07-17 22:00:44 +00:00
parent 804830c1e8
commit b1e4390afd

View File

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