Update to latest netty-tcnative (#8246)
Motivation: We should use the latest netty-tcnative release which contains a fix to correctly support DH based ciphers when using openssl 1.1.x Modifications: Update to latest netty-tcnative which has the fix. Result: Correctly support DH ciphers in all cases. Fixes https://github.com/netty/netty/issues/8165.
This commit is contained in:
parent
a9863f8128
commit
e26666a7ea
2
pom.xml
2
pom.xml
@ -221,7 +221,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.14.Final</tcnative.version>
|
||||
<tcnative.version>2.0.15.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