Bump Netty to 4.1.91 21/105321/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 7 Apr 2023 17:34:57 +0000 (19:34 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 7 Apr 2023 17:34:57 +0000 (19:34 +0200)
https://netty.io/news/2023/03/14/4-1-90-Final.html
https://netty.io/news/2023/04/03/4-1-91-Final.html

Change-Id: I10b6ae5ccc04f6803ef7f59d4a2b1ef4a9b3ec02
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 3582d8af9adc58222dfabb704e166d83bca567b2..9daa926c64ebdfbb17b856d7dc101dda6ac65861 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.89.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.89.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.89.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.89.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.89.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.89.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.89.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.89.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.89.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.89.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.89.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.91.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.91.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.91.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.91.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.91.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.91.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.91.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.91.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.91.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.91.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.91.Final/jar/linux-x86_64</bundle>
     </feature>
 </features>
index 03637f530fd9e33dee72c47a87f9f0d69f4c4549..f28a9d2ecb3f22f9f230b7486230d9617b5d4495 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-bom</artifactId>
             <type>pom</type>
-            <version>4.1.89.Final</version>
+            <version>4.1.91.Final</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
index 00183fb2e559f4f2ae6f84c2cd1813c18082562e..53f5b3f2c2e1db08fd101c984a6af2e829bda6ef 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.89.Final</version>
+        <version>4.1.91.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>