Upgrade Conscrypt to 2.5.1 (#10732)

Motivation:
Conscrypt 2.5.1 is available and it's a good idea to upgrade to the latest version.

Modification:
Upgraded Conscrypt 2.4.0 to 2.5.1

Result:
Newer Conscrypt version.
This commit is contained in:
Aayush Atharva 2020-10-27 00:10:39 +05:30 committed by Norman Maurer
parent 1bcfd7e39e
commit 3b89206153

View File

@ -337,7 +337,7 @@
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
<conscrypt.groupId>org.conscrypt</conscrypt.groupId>
<conscrypt.artifactId>conscrypt-openjdk-uber</conscrypt.artifactId>
<conscrypt.version>2.4.0</conscrypt.version>
<conscrypt.version>2.5.1</conscrypt.version>
<conscrypt.classifier />
<bouncycastle.version>1.66</bouncycastle.version>
<jni.classifier>${os.detected.name}-${os.detected.arch}</jni.classifier>