Skip to content

Commit 24613d2

Browse files
committed
fix: storage-s3/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538 - https://snyk.io/vuln/SNYK-JAVA-COMMONSCODEC-561518
1 parent 236feb9 commit 24613d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage-s3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>com.amazonaws</groupId>
1616
<artifactId>aws-java-sdk-s3</artifactId>
17-
<version>1.11.784</version>
17+
<version>1.12.768</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>io.hkube</groupId>

0 commit comments

Comments
 (0)