Bump Netty to 4.1.104.Final 79/109379/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 18 Dec 2023 22:13:23 +0000 (23:13 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 18 Dec 2023 22:13:23 +0000 (23:13 +0100)
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 <robert.varga@pantheon.tech>
features/odl-netty-4/src/main/history/dependencies.xml
odlparent-dependency-check/pom.xml
odlparent/pom.xml

index c44de18f0c51a77c5fc207f895994c23278537f6..fe305d33a3ad59dd3b0d21603a4489239349db7b 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.101.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.101.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.101.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.101.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.101.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.101.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.101.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.101.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.101.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.101.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.101.Final/jar/linux-x86_64</bundle>
+        <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>
     </feature>
 </features>
index 90fed0204010d4b80afeb6a4c236806ceb1f0d46..1d2d6360cee06bac0860c4ac089b4e7b831dab21 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-bom</artifactId>
             <type>pom</type>
-            <version>4.1.101.Final</version>
+            <version>4.1.104.Final</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
index 2f62c64d4f3ed7070cf2d50123c42c69aec27287..63199475cae6594d2481cdc0043da35bf638b8bb 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.101.Final</version>
+        <version>4.1.104.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>