From 255808213dd01f03890c348dff28c05cf551fce9 Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Tue, 31 Jan 2017 14:07:43 -0500 Subject: [PATCH] Upgrade to Netty 4.1.8/tcnative fork25. --- pom.xml | 4 ++-- pushy/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 64160dfc5..99baa52a0 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ io.netty netty-tcnative-boringssl-static - 1.1.33.Fork24 + 1.1.33.Fork26 test @@ -82,7 +82,7 @@ - 4.1.6.Final + 4.1.8.Final 1.7.21 UTF-8 diff --git a/pushy/pom.xml b/pushy/pom.xml index 148b6fa12..386135a8e 100644 --- a/pushy/pom.xml +++ b/pushy/pom.xml @@ -106,7 +106,7 @@ maven-surefire-plugin 2.16 - ${argLine.alpnAgent} -Dorg.slf4j.simpleLogger.defaultLogLevel=warn -Dio.netty.leakDetectionLevel=PARANOID -ea + ${argLine.alpnAgent} -Dorg.slf4j.simpleLogger.defaultLogLevel=warn -ea