Bump netty to 4.1.59 77/95277/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 22 Feb 2021 13:19:21 +0000 (14:19 +0100)
committerStephen Kitt <skitt@redhat.com>
Tue, 23 Feb 2021 08:27:12 +0000 (08:27 +0000)
https://netty.io/news/2021/02/08/4-1-59-Final.html

Change-Id: Ie5c0ad38ca926637ceb1b01c9f438b1d95040f5f
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 069b999b3124cf05b5838b4c6e0925dac2c2b0e6..28fc3e96b963ffd89e8efe2d59e3c671dcfaa45e 100644 (file)
@@ -1,14 +1,14 @@
 <?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.58.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.58.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.58.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.58.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.58.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.58.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.58.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.58.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.58.Final</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.59.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.59.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.59.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.59.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.59.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.59.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.59.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.59.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.59.Final</bundle>
     </feature>
 </features>
index f923764e3b9ac6a3359c3115d415c10383d14eb0..5cbc5a4ae2ea3bef93bccb4402c048ab5c4906ac 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-bom</artifactId>
             <type>pom</type>
-            <version>4.1.58.Final</version>
+            <version>4.1.59.Final</version>
         </dependency>
         <dependency>
             <groupId>jakarta.activation</groupId>
index 3bf6a7a38599bb1902317511b65297d217850933..51193e28a30be685b7dcc6e2eb91314474b04af1 100644 (file)
         <artifactId>netty-bom</artifactId>
         <!-- If these are updated, the version in features.xml needs to be changed too -->
         <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite -->
-        <version>4.1.58.Final</version>
+        <version>4.1.59.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>