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:
Aayush Atharva 2021-07-20 18:39:58 +05:30 committed by GitHub
parent b3e0e09a82
commit 1ce76e7e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>