Bump Netty to 4.1.105.Final 21/109821/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 17 Jan 2024 12:40:31 +0000 (13:40 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 17 Jan 2024 12:40:31 +0000 (13:40 +0100)
https://netty.io/news/2024/01/16/4-1-105-Final.html

Change-Id: Ib88e1dfeb881acb794126ad3470ebd43da96461b
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 fe305d33a3ad59dd3b0d21603a4489239349db7b..2e15856b99e21bd61b80ab5136222c3bce095184 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.104.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.104.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.104.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.104.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.104.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.104.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.104.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.104.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.104.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.104.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.104.Final/jar/linux-x86_64</bundle>
+        <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>
     </feature>
 </features>
index a19b3c7368afc8de27f70763bcf93b8b1c53201a..8cc8ed1c31c7fe7b72b1c960e12fab3064262838 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-bom</artifactId>
             <type>pom</type>
-            <version>4.1.104.Final</version>
+            <version>4.1.105.Final</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
index 2f28a1c590b7afd5a0fee98c9b206780b6b60a20..8c2e36364df08f7c18eb31e49fa3a7662043ae96 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.104.Final</version>
+        <version>4.1.105.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>