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
  • Loading branch information
snyk-bot committed May 2, 2024
1 parent ee15c6a commit 04db2ef
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.713</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.713</version>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit 04db2ef

Please sign in to comment.