From 5159f0dbaf4c607d05cd3841f873c933fb59c4a8 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 18 Dec 2023 23:13:23 +0100 Subject: [PATCH] Bump Netty to 4.1.104.Final https://netty.io/news/2023/12/13/4-1-103-Final.html https://netty.io/news/2023/12/15/4-1-104-Final.html Change-Id: I4b5b9a37ed03d319a0602c89b93f9034680cc7c7 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 c44de18f0..fe305d33a 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.101.Final - mvn:io.netty/netty-codec/4.1.101.Final - mvn:io.netty/netty-codec-http/4.1.101.Final - mvn:io.netty/netty-common/4.1.101.Final - mvn:io.netty/netty-handler/4.1.101.Final - mvn:io.netty/netty-resolver/4.1.101.Final - mvn:io.netty/netty-transport/4.1.101.Final - mvn:io.netty/netty-transport-classes-epoll/4.1.101.Final - mvn:io.netty/netty-transport-native-epoll/4.1.101.Final/jar/linux-x86_64 - mvn:io.netty/netty-transport-native-unix-common/4.1.101.Final - mvn:io.netty/netty-transport-native-unix-common/4.1.101.Final/jar/linux-x86_64 + 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 diff --git a/odlparent-dependency-check/pom.xml b/odlparent-dependency-check/pom.xml index 90fed0204..1d2d6360c 100644 --- a/odlparent-dependency-check/pom.xml +++ b/odlparent-dependency-check/pom.xml @@ -101,7 +101,7 @@ io.netty netty-bom pom - 4.1.101.Final + 4.1.104.Final jakarta.ws.rs diff --git a/odlparent/pom.xml b/odlparent/pom.xml index 2f62c64d4..63199475c 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -376,7 +376,7 @@ io.netty netty-bom - 4.1.101.Final + 4.1.104.Final pom import -- 2.36.6