Bump netty to 4.1.79 87/101887/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Jul 2022 21:07:31 +0000 (23:07 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Jul 2022 21:08:28 +0000 (23:08 +0200)
https://netty.io/news/2022/05/06/2-1-77-Final.html
https://netty.io/news/2022/06/14/4-1-78-Final.html
https://netty.io/news/2022/07/11/4-1-79-Final.html

pick 0d9ea5e80 Use multi-line string literals
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Change-Id: I55fdd2189ec461f8e9655e6341ce225bf81f3b4d
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 3d6f1bf5010d1a9e3a5a53ef9a1641c20ddc66d7..efbe7b2c72ddf060ebc9a30c962859bf17c8ed6a 100644 (file)
@@ -1,18 +1,18 @@
 <?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.76.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.76.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.76.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.76.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.76.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.76.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.76.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.76.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.76.Final/jar/linux-aarch_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.76.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.76.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.76.Final/jar/linux-aarch_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.76.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.79.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.79.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.79.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.79.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.79.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.79.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.79.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.79.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.79.Final/jar/linux-aarch_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.79.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.79.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.79.Final/jar/linux-aarch_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.79.Final/jar/linux-x86_64</bundle>
     </feature>
 </features>
index c80500edd5a1218a94e16c2f35ff7505dfec9987..48f525db93b05feb404f7dbcedde312163384fdc 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-bom</artifactId>
             <type>pom</type>
-            <version>4.1.76.Final</version>
+            <version>4.1.79.Final</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
index f9aab4fc298a033d045f9eec581207116b5145e5..c9a90b02920964c8785410b409ec6fc262d66f8f 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.76.Final</version>
+        <version>4.1.79.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>