From c82ace5a5ed259b0fd4dec29a414046fd3be9c6e Mon Sep 17 00:00:00 2001 From: Piotr Darosz Date: Thu, 13 Jun 2019 07:42:06 +0200 Subject: Upgrade netty Upgrade netty-related dependencies. Change-Id: I040287114e21b6d61b84425bd4c15996af27b13c Issue-ID: SDC-2263 Signed-off-by: Piotr Darosz --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index d1533c267d..462aa6cf1b 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,7 @@ Modifications copyright (c) 2018 Nokia 3.2.3.RELEASE 2.0.1.RELEASE 2.27 + 4.1.36.Final 3.1.0 2.18.0 2.4.0 @@ -211,12 +212,12 @@ Modifications copyright (c) 2018 Nokia io.netty netty-all - 4.0.45.Final + ${netty.version} io.netty netty-handler - 4.0.45.Final + ${netty.version} org.junit.platform -- cgit 1.2.3-korg