update bcpkix-jdk18on 1.80 => 1.83

This commit is contained in:
疯狂的狮子Li
2026-03-24 11:17:54 +08:00
parent 77fc3d37d8
commit 1b7012e01f
2 changed files with 2 additions and 2 deletions

View File

@@ -281,7 +281,7 @@
<!-- 加密包引入 --> <!-- 加密包引入 -->
<dependency> <dependency>
<groupId>org.bouncycastle</groupId> <groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId> <artifactId>bcpkix-jdk18on</artifactId>
<version>${bouncycastle.version}</version> <version>${bouncycastle.version}</version>
</dependency> </dependency>

View File

@@ -24,7 +24,7 @@
<dependency> <dependency>
<groupId>org.bouncycastle</groupId> <groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId> <artifactId>bcpkix-jdk18on</artifactId>
</dependency> </dependency>
<dependency> <dependency>