Skip to content

Commit a7b1c13

Browse files
committed
fix: aliyun-java-sdk-core/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-11789695
1 parent 9a63c2d commit a7b1c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aliyun-java-sdk-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>org.bouncycastle</groupId>
9999
<artifactId>bcprov-jdk18on</artifactId>
100-
<version>1.78.1</version>
100+
<version>1.79</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)