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:
Aayush Atharva 2021-01-02 00:01:44 +05:30 committed by Norman Maurer
parent ebcd4df212
commit c1095a0ac2

View File

@ -339,7 +339,7 @@
<conscrypt.artifactId>conscrypt-openjdk-uber</conscrypt.artifactId>
<conscrypt.version>2.5.1</conscrypt.version>
<conscrypt.classifier />
<bouncycastle.version>1.66</bouncycastle.version>
<bouncycastle.version>1.68</bouncycastle.version>
<jni.classifier>${os.detected.name}-${os.detected.arch}</jni.classifier>
<logging.config>${project.basedir}/../common/src/test/resources/logback-test.xml</logging.config>
<logging.logLevel>debug</logging.logLevel>