aboutsummaryrefslogtreecommitdiffstats
path: root/jar
diff options
context:
space:
mode:
authorNelson, Thomas (tn1381) <tn1381@att.com>2019-06-26 11:54:59 -0400
committerNelson, Thomas (tn1381) <tn1381@att.com>2019-06-26 11:54:59 -0400
commit8abeed505d9df398e59cb9e67129a248b80fa5da (patch)
tree4411cc711072f3ae95572a4f6dfa1df6601e859f /jar
parentfcca903302375403ff16216ce9b4b3cca2d1362c (diff)
Update Netty Library version
Issue-ID: MUSIC-406 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com> Change-Id: I088f6e727ad10971e245508ba862272d43170080
Diffstat (limited to 'jar')
-rwxr-xr-xjar/pom.xml27
1 files changed, 26 insertions, 1 deletions
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 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
- <version>4.0.56.Final</version>
+ <version>4.1.33.Final</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-buffer</artifactId>
+ <version>4.1.33.Final</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-codec</artifactId>
+ <version>4.1.33.Final</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-common</artifactId>
+ <version>4.1.33.Final</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-resolver</artifactId>
+ <version>4.1.33.Final</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-transport</artifactId>
+ <version>4.1.33.Final</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>