From 9b0fa2f668e8abe2e6d883d4edaed1422e81abe0 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Fri, 15 Jun 2018 13:24:42 +0200 Subject: [PATCH] Update to netty-tcnative 2.0.9.Final which fixes a memory leak (#8026) Motivation: netty-tcnative 2.0.9.Final was released which fixes a memory leak that can happen if client auth is used via client side. Modifications: Update to latest netty-tcnative. Result: No more memory leak. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 71e3e4b2da..501475e21f 100644 --- a/pom.xml +++ b/pom.xml @@ -221,7 +221,7 @@ fedora netty-tcnative - 2.0.8.Final + 2.0.9.Final ${os.detected.classifier} org.conscrypt conscrypt-openjdk-uber