From 38a672b67c56f17754263ab289bfe9515b62388f Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 1 Oct 2019 13:16:59 +0200 Subject: [PATCH] Bump netty to 4.1.42 https://netty.io/news/2019/09/12/4-1-41-Final.html https://netty.io/news/2019/09/25/4-1-42-Final.html Change-Id: I3882602046370e4ee861335955258510bddd490e Signed-off-by: Robert Varga (cherry picked from commit 9c995d0b1f3fe4a6c9e1cdcf078c55d92629e914) --- .../src/main/history/dependencies.xml | 18 +++++++++--------- odlparent/pom.xml | 16 ++++++++-------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/features/odl-netty-4/src/main/history/dependencies.xml b/features/odl-netty-4/src/main/history/dependencies.xml index c965295a65..0d815accda 100644 --- a/features/odl-netty-4/src/main/history/dependencies.xml +++ b/features/odl-netty-4/src/main/history/dependencies.xml @@ -2,14 +2,14 @@ odl-javassist-3 - mvn:io.netty/netty-buffer/4.1.39.Final - mvn:io.netty/netty-codec-http/4.1.39.Final - mvn:io.netty/netty-codec/4.1.39.Final - mvn:io.netty/netty-common/4.1.39.Final - mvn:io.netty/netty-handler/4.1.39.Final - mvn:io.netty/netty-resolver/4.1.39.Final - mvn:io.netty/netty-transport-native-epoll/4.1.39.Final/jar/linux-x86_64 - mvn:io.netty/netty-transport-native-unix-common/4.1.39.Final - mvn:io.netty/netty-transport/4.1.39.Final + mvn:io.netty/netty-buffer/4.1.42.Final + mvn:io.netty/netty-codec-http/4.1.42.Final + mvn:io.netty/netty-codec/4.1.42.Final + mvn:io.netty/netty-common/4.1.42.Final + mvn:io.netty/netty-handler/4.1.42.Final + mvn:io.netty/netty-resolver/4.1.42.Final + mvn:io.netty/netty-transport-native-epoll/4.1.42.Final/jar/linux-x86_64 + mvn:io.netty/netty-transport-native-unix-common/4.1.42.Final + mvn:io.netty/netty-transport/4.1.42.Final diff --git a/odlparent/pom.xml b/odlparent/pom.xml index 039e05d85a..f1d3f43be6 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -546,37 +546,37 @@ netty-all - 4.1.39.Final + 4.1.42.Final io.netty netty-buffer - 4.1.39.Final + 4.1.42.Final io.netty netty-codec - 4.1.39.Final + 4.1.42.Final io.netty netty-codec-http - 4.1.39.Final + 4.1.42.Final io.netty netty-common - 4.1.39.Final + 4.1.42.Final io.netty netty-handler - 4.1.39.Final + 4.1.42.Final io.netty netty-transport - 4.1.39.Final + 4.1.42.Final @@ -584,7 +584,7 @@ io.netty netty-transport-native-epoll linux-x86_64 - 4.1.39.Final + 4.1.42.Final javax.ws.rs