From 8abeed505d9df398e59cb9e67129a248b80fa5da Mon Sep 17 00:00:00 2001 From: "Nelson, Thomas (tn1381)" Date: Wed, 26 Jun 2019 11:54:59 -0400 Subject: [PATCH] Update Netty Library version Issue-ID: MUSIC-406 Signed-off-by: Nelson, Thomas (tn1381) Change-Id: I088f6e727ad10971e245508ba862272d43170080 --- jar/pom.xml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/jar/pom.xml b/jar/pom.xml index 71a9512d..81f0d8f6 100755 --- a/jar/pom.xml +++ b/jar/pom.xml @@ -311,7 +311,32 @@ io.netty netty-handler - 4.0.56.Final + 4.1.33.Final + + + io.netty + netty-buffer + 4.1.33.Final + + + io.netty + netty-codec + 4.1.33.Final + + + io.netty + netty-common + 4.1.33.Final + + + io.netty + netty-resolver + 4.1.33.Final + + + io.netty + netty-transport + 4.1.33.Final com.fasterxml.jackson.core -- 2.16.6