diff options
author | Nelson, Thomas (tn1381) <tn1381@att.com> | 2019-06-26 11:54:59 -0400 |
---|---|---|
committer | Nelson, Thomas (tn1381) <tn1381@att.com> | 2019-06-26 11:54:59 -0400 |
commit | 8abeed505d9df398e59cb9e67129a248b80fa5da (patch) | |
tree | 4411cc711072f3ae95572a4f6dfa1df6601e859f /jar | |
parent | fcca903302375403ff16216ce9b4b3cca2d1362c (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-x | jar/pom.xml | 27 |
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> |