Skip to content

Commit 3c72bb5

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538
1 parent 0064d23 commit 3c72bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<spring.boot.version>2.7.0</spring.boot.version>
3030
<inception.version>24.3</inception.version>
3131
<awssdk.version>2.17.207</awssdk.version>
32-
<aws-java-sdk.version>1.12.672</aws-java-sdk.version>
32+
<aws-java-sdk.version>1.12.777</aws-java-sdk.version>
3333
</properties>
3434

3535
<repositories>

0 commit comments

Comments
 (0)