Bump netty to 4.1.106.Final 19/110019/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 26 Jan 2024 14:04:34 +0000 (15:04 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 26 Jan 2024 14:04:34 +0000 (15:04 +0100)
https://netty.io/news/2024/01/19/4-1-106-Final.html

Change-Id: Ia7ebb652d148443e5d66077be0164c3360bdb597
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 2e15856b99e21bd61b80ab5136222c3bce095184..1994468a506bc2e1ee7d0104faf966c93cee34f3 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.105.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.105.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.105.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.105.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.105.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.105.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.105.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.105.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.105.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.105.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.105.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.106.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.106.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.106.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.106.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.106.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.106.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.106.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.106.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.106.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.106.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.106.Final/jar/linux-x86_64</bundle>
     </feature>
 </features>
index 8cc8ed1c31c7fe7b72b1c960e12fab3064262838..b9e7e6cd39ae32d9693c1e3ccca2f87226cf527b 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-bom</artifactId>
             <type>pom</type>
-            <version>4.1.105.Final</version>
+            <version>4.1.106.Final</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
index c0ae46d2e335bfaf9d6b51d97e90bea644eb969a..994dd4ba56472194b23e5a35de64601867e7601a 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.105.Final</version>
+        <version>4.1.106.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>