Bump Netty to 4.1.94 10/106610/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 21 Jun 2023 23:22:29 +0000 (01:22 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 21 Jun 2023 23:22:29 +0000 (01:22 +0200)
https://netty.io/news/2023/06/19/4-1-94-Final.html

Change-Id: I64a94dc55923cb27ea1de85d315bc8988cae6d69
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-netty-4/src/main/history/dependencies.xml
odlparent-dependency-check/pom.xml
odlparent/pom.xml

index 1afed8e1779896d06be73b952b494f1a1381ba0c..54a879921279a8203e62dcadd31a4390619e77ed 100644 (file)
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="odl-netty-4">
     <feature version="0.0.0">
-        <bundle>mvn:io.netty/netty-buffer/4.1.93.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.93.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.93.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.93.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.93.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.93.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.93.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.93.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.93.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.93.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.93.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.94.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.94.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.94.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.94.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.94.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.94.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.94.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.94.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.94.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.94.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.94.Final/jar/linux-x86_64</bundle>
     </feature>
 </features>
index b5c52e4b10420882af5581204590de9cb279f422..952c57432821cbaef17d00e4f21a43789c6f04ac 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-bom</artifactId>
             <type>pom</type>
-            <version>4.1.93.Final</version>
+            <version>4.1.94.Final</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
index 5f585bc2937ac56384889d3e7a91e730f94b36f6..959220f2a55502d93512619c7f8004ef0aa08c99 100644 (file)
         <groupId>io.netty</groupId>
         <artifactId>netty-bom</artifactId>
         <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite -->
-        <version>4.1.93.Final</version>
+        <version>4.1.94.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>