From 6999db4542534f590e413b9c2b181ab3b3fa3646 Mon Sep 17 00:00:00 2001 From: Beny Date: Fri, 24 May 2019 09:51:47 +0100 Subject: [PATCH] Updated netty. Should fix the "event executor terminated" error --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 74543bbf..a8a1dc64 100644 --- a/pom.xml +++ b/pom.xml @@ -88,27 +88,27 @@ io.netty netty-all - 4.1.24.Final + 4.1.36.Final io.netty netty-codec-http - 4.1.24.Final + 4.1.36.Final compile io.netty netty-codec-http2 - 4.1.24.Final + 4.1.36.Final compile io.netty netty-handler - 4.1.24.Final + 4.1.36.Final compile