mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-10 22:50:46 +02:00
Merge pull request #28228 from overleaf/mj-git-bridge-bouncycastle
[git-bridge] Upgrade bouncycastle dependency GitOrigin-RevId: e55185947f0156bf2b87d294d3603a9d0f9f1d12
This commit is contained in:
committed by
Copybot
parent
5efc23048a
commit
16f1ded69c
@@ -35,7 +35,7 @@
|
||||
<commons.io.version>2.18.0</commons.io.version>
|
||||
<commons.compress.version>1.27.1</commons.compress.version>
|
||||
<simpleclient.version>0.10.0</simpleclient.version>
|
||||
<bouncycastle.crypto.version>1.70</bouncycastle.crypto.version>
|
||||
<bouncycastle.crypto.version>1.81</bouncycastle.crypto.version>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
@@ -261,13 +261,13 @@
|
||||
<!-- Require by MockServerClient to load 'sun.security.x509' / 'sun.security.util' -->
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
<artifactId>bcprov-jdk18on</artifactId>
|
||||
<version>${bouncycastle.crypto.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcpkix-jdk15on</artifactId>
|
||||
<artifactId>bcpkix-jdk18on</artifactId>
|
||||
<version>${bouncycastle.crypto.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
Reference in New Issue
Block a user