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>