From e26666a7ea7774ea2f7cf25b812e270b5410f3b6 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Fri, 31 Aug 2018 17:08:14 +0200 Subject: [PATCH] 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. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d9a15597cb..b30b9545ae 100644 --- a/pom.xml +++ b/pom.xml @@ -221,7 +221,7 @@ fedora netty-tcnative - 2.0.14.Final + 2.0.15.Final ${os.detected.classifier} org.conscrypt conscrypt-openjdk-uber