Bump netty to 4.1.72 08/99008/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 15 Dec 2021 10:53:11 +0000 (11:53 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 15 Dec 2021 11:29:11 +0000 (12:29 +0100)
https://netty.io/news/2021/12/09/4-1-71-Final.html
https://netty.io/news/2021/12/13/4-1-72-Final.html

Change-Id: I3326cf639cccdb92033e116200a3a972fdae5d76
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 5ec8e86a2bf9becb2e989a415f1c7eb5a1b4c4b7..230cc15dd22f99d3ded013928e056f87e9400d70 100644 (file)
@@ -1,15 +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.70.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.70.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.70.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.70.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.70.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.70.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.70.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.70.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.70.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.70.Final</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.72.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.72.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.72.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.72.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.72.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.72.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.72.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.72.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.72.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.72.Final</bundle>
+        <bundle>mvn:io.netty/netty-tcnative-classes/2.0.46.Final</bundle>
     </feature>
 </features>
index eab32cab77cf3ba3c1573bbea9ac3a90f9e5e1b8..be4cbbf0e4abfa121ed43dc09be95f7ea01f6a2a 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-bom</artifactId>
             <type>pom</type>
-            <version>4.1.70.Final</version>
+            <version>4.1.72.Final</version>
         </dependency>
         <dependency>
             <groupId>jakarta.activation</groupId>
index c29b5cd49f19fa8ea35941c08bdf00b70d9492a5..8fde1b32edbf5ff7a43363a883876a945f7cc16b 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.70.Final</version>
+        <version>4.1.72.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>