From 770a3759829433bbf414f79c234ead06809a0a56 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 17 Jan 2024 13:40:31 +0100 Subject: [PATCH] Bump Netty to 4.1.105.Final https://netty.io/news/2024/01/16/4-1-105-Final.html Change-Id: Ib88e1dfeb881acb794126ad3470ebd43da96461b 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 fe305d33a..2e15856b9 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.104.Final - mvn:io.netty/netty-codec/4.1.104.Final - mvn:io.netty/netty-codec-http/4.1.104.Final - mvn:io.netty/netty-common/4.1.104.Final - mvn:io.netty/netty-handler/4.1.104.Final - mvn:io.netty/netty-resolver/4.1.104.Final - mvn:io.netty/netty-transport/4.1.104.Final - mvn:io.netty/netty-transport-classes-epoll/4.1.104.Final - mvn:io.netty/netty-transport-native-epoll/4.1.104.Final/jar/linux-x86_64 - mvn:io.netty/netty-transport-native-unix-common/4.1.104.Final - mvn:io.netty/netty-transport-native-unix-common/4.1.104.Final/jar/linux-x86_64 + 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 diff --git a/odlparent-dependency-check/pom.xml b/odlparent-dependency-check/pom.xml index a19b3c736..8cc8ed1c3 100644 --- a/odlparent-dependency-check/pom.xml +++ b/odlparent-dependency-check/pom.xml @@ -101,7 +101,7 @@ io.netty netty-bom pom - 4.1.104.Final + 4.1.105.Final jakarta.ws.rs diff --git a/odlparent/pom.xml b/odlparent/pom.xml index 2f28a1c59..8c2e36364 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -376,7 +376,7 @@ io.netty netty-bom - 4.1.104.Final + 4.1.105.Final pom import -- 2.36.6