Update to netty-tcnative 2.0.20.Final (#8561)
Motivation: Update to netty-tcnative 2.0.20.Final which fixed a bug related to retrieving the remote signature algorithms when using BoringSSL. Modifications: Update netty-tcnative Result: Be able to correctly detect the remote signature algorithms when using BoringSSL.
This commit is contained in:
parent
845a65b31c
commit
7667361924
2
pom.xml
2
pom.xml
@ -248,7 +248,7 @@
|
||||
<!-- Fedora-"like" systems. This is currently only used for the netty-tcnative dependency -->
|
||||
<os.detection.classifierWithLikes>fedora</os.detection.classifierWithLikes>
|
||||
<tcnative.artifactId>netty-tcnative</tcnative.artifactId>
|
||||
<tcnative.version>2.0.19.Final</tcnative.version>
|
||||
<tcnative.version>2.0.20.Final</tcnative.version>
|
||||
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
|
||||
<conscrypt.groupId>org.conscrypt</conscrypt.groupId>
|
||||
<conscrypt.artifactId>conscrypt-openjdk-uber</conscrypt.artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user