Bump Netty to 4.1.99.Final 10/108010/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Sep 2023 15:26:25 +0000 (17:26 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Sep 2023 15:26:25 +0000 (17:26 +0200)
https://netty.io/news/2023/09/21/4-1-98-Final.html
https://netty.io/news/2023/09/21/4-1-99-Final.html

Change-Id: Ifa6a9f265a9639c01ed274b7cd1633efc2c71727
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 2b0c6f7ddc788eda9bfedf9ccc526ffbeed98f1b..ed2ea106b9cc182f8b23aaa4cd9e125aef589fac 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.97.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.97.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.97.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.97.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.97.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.97.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.97.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.97.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.97.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.97.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.97.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.99.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.99.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.99.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.99.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.99.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.99.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.99.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.99.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.99.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.99.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.99.Final/jar/linux-x86_64</bundle>
     </feature>
 </features>
index 5d03884297a5c6486b7d215becc0a74b3c58d994..094c0971696f0db4608da499aa7b7b750632414a 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-bom</artifactId>
             <type>pom</type>
-            <version>4.1.97.Final</version>
+            <version>4.1.99.Final</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
index 20920199d5c47c229a1a9d61abd75f8c102d705e..40c671d32c05acc9754db971c91b34d24bcb6eb8 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.97.Final</version>
+        <version>4.1.99.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>