File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
volcengine-java-sdk-ark-runtime Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2727 <retrofit .version>2.9.0</retrofit .version>
2828 <rxjava2 .version>2.0.0</rxjava2 .version>
2929 <okhttp3-version >3.14.9</okhttp3-version >
30- <bouncycastle-version >1.70 </bouncycastle-version >
30+ <bouncycastle-version >1.78.1 </bouncycastle-version >
3131 </properties >
3232 <dependencies >
3333 <dependency >
7171 <artifactId >okhttp</artifactId >
7272 <version >${okhttp3-version} </version >
7373 </dependency >
74- <!-- Bouncy Castle for ECIES encryption -->
7574 <dependency >
7675 <groupId >org.bouncycastle</groupId >
77- <artifactId >bcprov-jdk15on </artifactId >
76+ <artifactId >bcprov-jdk18on </artifactId >
7877 <version >${bouncycastle-version} </version >
78+ <optional >true</optional >
7979 </dependency >
8080 <dependency >
8181 <groupId >org.bouncycastle</groupId >
82- <artifactId >bcpkix-jdk15on </artifactId >
82+ <artifactId >bcpkix-jdk18on </artifactId >
8383 <version >${bouncycastle-version} </version >
84+ <optional >true</optional >
8485 </dependency >
8586 </dependencies >
8687</project >
You can’t perform that action at this time.
0 commit comments