Bump netty to 4.1.92 79/105779/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 2 May 2023 14:06:26 +0000 (16:06 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 2 May 2023 14:06:26 +0000 (16:06 +0200)
https://netty.io/news/2023/04/25/4-1-92-Final.html

Change-Id: I348e9cbed74a818dfcd013c1a421626d79cd4647
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 9daa926c64ebdfbb17b856d7dc101dda6ac65861..94795c28691cb61d859dd20a5bfb09b25e2375d9 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.91.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.91.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.91.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.91.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.91.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.91.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.91.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.91.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.91.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.91.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.91.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.92.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.92.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.92.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.92.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.92.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.92.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.92.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.92.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.92.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.92.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.92.Final/jar/linux-x86_64</bundle>
     </feature>
 </features>
index 965f42225bca43a0778813d537eaea129a194a8c..38dbc7b6ddb3efffa3caf0a58e57c13128945a9e 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-bom</artifactId>
             <type>pom</type>
-            <version>4.1.91.Final</version>
+            <version>4.1.92.Final</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
index 8d0ce9848e285dd4c60b96444a0264ad656dbf30..2344aa8b14cd8be5c14790b65b2fc408cecbfef3 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.91.Final</version>
+        <version>4.1.92.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>