From 9bf74a680938296e1314791772926b19c802ff2d Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Thu, 28 Jun 2018 08:42:44 +0200 Subject: [PATCH] Update to netty-tcnative 2.0.12.Final (#8073) Motivation: A new version of tcnative was released that allows to use features depending on the runtime version of openssl, which makes it possible to use KeyManagerFactory and hostname verification on newer versions of centos/fedora/rhel and debian/ubuntu without the need to compile again. Modifications: Update to 2.0.12.Final Result: Use latest version of netty-tcnative to support more features. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a3a1622dcd..6523acbe0e 100644 --- a/pom.xml +++ b/pom.xml @@ -221,7 +221,7 @@ fedora netty-tcnative - 2.0.11.Final + 2.0.12.Final ${os.detected.classifier} org.conscrypt conscrypt-openjdk-uber