From 27972589d042e800f40d4328f46543e4c00d2a5e Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 26 Jan 2024 15:04:34 +0100 Subject: [PATCH] Bump netty to 4.1.106.Final https://netty.io/news/2024/01/19/4-1-106-Final.html Change-Id: Ia7ebb652d148443e5d66077be0164c3360bdb597 Signed-off-by: Robert Varga --- .../src/main/history/dependencies.xml | 22 +++++++++---------- odlparent-dependency-check/pom.xml | 2 +- odlparent/pom.xml | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/features/odl-netty-4/src/main/history/dependencies.xml b/features/odl-netty-4/src/main/history/dependencies.xml index 2e15856b9..1994468a5 100644 --- a/features/odl-netty-4/src/main/history/dependencies.xml +++ b/features/odl-netty-4/src/main/history/dependencies.xml @@ -1,16 +1,16 @@ - mvn:io.netty/netty-buffer/4.1.105.Final - mvn:io.netty/netty-codec/4.1.105.Final - mvn:io.netty/netty-codec-http/4.1.105.Final - mvn:io.netty/netty-common/4.1.105.Final - mvn:io.netty/netty-handler/4.1.105.Final - mvn:io.netty/netty-resolver/4.1.105.Final - mvn:io.netty/netty-transport/4.1.105.Final - mvn:io.netty/netty-transport-classes-epoll/4.1.105.Final - mvn:io.netty/netty-transport-native-epoll/4.1.105.Final/jar/linux-x86_64 - mvn:io.netty/netty-transport-native-unix-common/4.1.105.Final - mvn:io.netty/netty-transport-native-unix-common/4.1.105.Final/jar/linux-x86_64 + mvn:io.netty/netty-buffer/4.1.106.Final + mvn:io.netty/netty-codec/4.1.106.Final + mvn:io.netty/netty-codec-http/4.1.106.Final + mvn:io.netty/netty-common/4.1.106.Final + mvn:io.netty/netty-handler/4.1.106.Final + mvn:io.netty/netty-resolver/4.1.106.Final + mvn:io.netty/netty-transport/4.1.106.Final + mvn:io.netty/netty-transport-classes-epoll/4.1.106.Final + mvn:io.netty/netty-transport-native-epoll/4.1.106.Final/jar/linux-x86_64 + mvn:io.netty/netty-transport-native-unix-common/4.1.106.Final + mvn:io.netty/netty-transport-native-unix-common/4.1.106.Final/jar/linux-x86_64 diff --git a/odlparent-dependency-check/pom.xml b/odlparent-dependency-check/pom.xml index 8cc8ed1c3..b9e7e6cd3 100644 --- a/odlparent-dependency-check/pom.xml +++ b/odlparent-dependency-check/pom.xml @@ -101,7 +101,7 @@ io.netty netty-bom pom - 4.1.105.Final + 4.1.106.Final jakarta.ws.rs diff --git a/odlparent/pom.xml b/odlparent/pom.xml index c0ae46d2e..994dd4ba5 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -376,7 +376,7 @@ io.netty netty-bom - 4.1.105.Final + 4.1.106.Final pom import -- 2.36.6