Update BouncyCastle Libraries (#11495)
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.
This commit is contained in:
parent
b3e0e09a82
commit
1ce76e7e99
4
pom.xml
4
pom.xml
@ -643,7 +643,7 @@
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcpkix-jdk15on</artifactId>
|
||||
<version>1.68</version>
|
||||
<version>1.69</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
@ -655,7 +655,7 @@
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
<version>1.68</version>
|
||||
<version>1.69</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user