Skip to content

Commit

Permalink
fix: localstack/ext/java/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMAMAZONAWS-2952700
  • Loading branch information
snyk-bot committed May 14, 2024
1 parent ee15c6a commit 867e82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions localstack/ext/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.11.505</version>
<version>1.12.721</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -154,7 +154,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.11.505</version>
<version>1.12.721</version>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit 867e82a

Please sign in to comment.