Bump netty to 4.1.44 87/86687/3
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 3 Jan 2020 13:02:54 +0000 (14:02 +0100)
committerStephen Kitt <skitt@redhat.com>
Mon, 6 Jan 2020 10:27:43 +0000 (10:27 +0000)
https://netty.io/news/2019/10/24/4-1-43-Final.html
https://netty.io/news/2019/12/18/4-1-44-Final.html

Change-Id: If5425f212e036f8d193a6a508a3e5232710fbc08
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-netty-4/src/main/history/dependencies.xml
odlparent/pom.xml

index 0d815accda505974762de758beee9f64a1b9adf8..aa4c3a5fb5a33d8ee80c66a23519f8f668177241 100644 (file)
@@ -2,14 +2,14 @@
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="odl-netty-4">
     <feature version="0.0.0">
         <feature>odl-javassist-3</feature>
-        <bundle>mvn:io.netty/netty-buffer/4.1.42.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.42.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.42.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.42.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.42.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.42.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.42.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.42.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.42.Final</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.44.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.44.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.44.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.44.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.44.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.44.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.44.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.44.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.44.Final</bundle>
     </feature>
 </features>
index 2b61fd82e9363e5a6d1acb55c112454ee4a3da99..ca4bca77635374fc8d31baa990836dab883e590f 100644 (file)
         <artifactId>netty-all</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.42.Final</version>
+        <version>4.1.44.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-buffer</artifactId>
-        <version>4.1.42.Final</version>
+        <version>4.1.44.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-codec</artifactId>
-        <version>4.1.42.Final</version>
+        <version>4.1.44.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-codec-http</artifactId>
-        <version>4.1.42.Final</version>
+        <version>4.1.44.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-common</artifactId>
-        <version>4.1.42.Final</version>
+        <version>4.1.44.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-handler</artifactId>
-        <version>4.1.42.Final</version>
+        <version>4.1.44.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-transport</artifactId>
-        <version>4.1.42.Final</version>
+        <version>4.1.44.Final</version>
       </dependency>
       <!-- Here we need to define all available native epoll implementations; we can't limit ourselves to the build
       platform and we can't require the build platform to have an implementation (e.g. OS X) -->
         <groupId>io.netty</groupId>
         <artifactId>netty-transport-native-epoll</artifactId>
         <classifier>linux-x86_64</classifier>
-        <version>4.1.42.Final</version>
+        <version>4.1.44.Final</version>
       </dependency>
       <dependency>
         <groupId>javax.ws.rs</groupId>