aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Tschaen <ctschaen@att.com>2019-06-27 16:07:50 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-27 16:07:50 +0000
commit960971d2b7cb4915925ea37ecc78e484b42d51af (patch)
tree5364a2134b9a28171a3b2950068523b21b305595
parentaa08eecf40d1f5f49d84cd51e7d6f91789ab6adc (diff)
parent8abeed505d9df398e59cb9e67129a248b80fa5da (diff)
Merge "Update Netty Library version"
-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>