Bump netty to 4.1.96 39/107139/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 29 Jul 2023 14:33:56 +0000 (16:33 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 29 Jul 2023 14:33:56 +0000 (16:33 +0200)
https://netty.io/news/2023/07/27/4-1-96-Final.html

Change-Id: I120d418c8f7c6e61a69c1e4751d4733e4b8700df
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 23992a66ea3d34cf153293ae52d93006287d81df..46627d376da555c7050f68312e8675cdbf8a15bf 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.95.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.95.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.95.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.95.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.95.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.95.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.95.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.95.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.95.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.95.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.95.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.96.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.96.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.96.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.96.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.96.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.96.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.96.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.96.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.96.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.96.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.96.Final/jar/linux-x86_64</bundle>
     </feature>
 </features>
index d4ccef31c11e4f6cc138bca633491e50b71adcde..1579c618e32ac5ff83926ac5d0cb5023a7e01dd6 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-bom</artifactId>
             <type>pom</type>
-            <version>4.1.95.Final</version>
+            <version>4.1.96.Final</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
index b6b08f6117a8917abe6d878aa7c4d17638cec605..862fc168e3e0b7daf99b7c1ce8fbc2093d51d763 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.95.Final</version>
+        <version>4.1.96.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>