change bc pack

This commit is contained in:
Looly 2023-07-08 18:55:46 +08:00
parent 2eb8f9c969
commit 0e2f698ec3
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
<scope>compile</scope>
<optional>true</optional>

View File

@ -37,7 +37,7 @@
<!-- 测试特殊算法 -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
<scope>test</scope>
</dependency>