Update BouncyCastle Libraries (#10906)
Motivation: New versions of `Bouncy Castle` libraries are out and we should upgrade to them. Modification: Upgraded all `Bouncy Castle` libraries to the latest version. Result: The latest versions of `Bouncy Castle` libraries. Fixes #10905.
This commit is contained in:
parent
3043ebb21c
commit
0dc246eb12
4
pom.xml
4
pom.xml
@ -536,7 +536,7 @@
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcpkix-jdk15on</artifactId>
|
||||
<version>1.65</version>
|
||||
<version>1.68</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
@ -548,7 +548,7 @@
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
<version>1.54</version>
|
||||
<version>1.68</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user