Skip to content

Commit

Permalink
Update BouncyCastle Libraries (#10906)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hyperxpro authored Jan 1, 2021
1 parent 3043ebb commit 0dc246e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 0dc246e

Please sign in to comment.