Skip to content

Commit 78472b5

Browse files
committed
fix: AmazonSQS/AmazonSQSExample/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-IONETTY-6483812
1 parent 1765896 commit 78472b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AmazonSQS/AmazonSQSExample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ holder.
6565
<dependency>
6666
<groupId>software.amazon.awssdk</groupId>
6767
<artifactId>sqs</artifactId>
68-
<version>2.25.6</version>
68+
<version>2.25.17</version>
6969
<type>jar</type>
7070
<scope>provided</scope>
7171
</dependency>

0 commit comments

Comments
 (0)