1
0
mirror of synced 2026-05-20 09:16:25 +08:00

⬆️ 统一管理 BouncyCastle 版本至父 pom.xml,同步升级 bcpkix/bcprov 至 1.84

This commit is contained in:
dependabot[bot]
2026-04-20 10:43:20 +08:00
committed by GitHub
parent 4e039d6fa5
commit c1d55c1dbf
2 changed files with 7 additions and 2 deletions

View File

@@ -138,6 +138,7 @@
<httpclient.version>4.5.13</httpclient.version>
<httpclient5.version>5.5.2</httpclient5.version>
<jetty.version>9.4.57.v20241219</jetty.version> <!-- 这个不能用10以上的版本不支持jdk8-->
<bouncycastle.version>1.84</bouncycastle.version>
</properties>
<dependencyManagement>
<dependencies>
@@ -335,7 +336,12 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.84</version>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
</dependencies>
</dependencyManagement>