Bump netty to 4.1.13 02/54602/8
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 10 Apr 2017 14:01:20 +0000 (16:01 +0200)
committerStephen Kitt <skitt@redhat.com>
Mon, 17 Jul 2017 13:05:01 +0000 (13:05 +0000)
http://netty.io/news/2017/03/10/4-0-45-Final-4-1-9-Final.html
http://netty.io/news/2017/04/30/4-0-46-Final-4-1-10-Final.html
http://netty.io/news/2017/05/12/4-0-47-Final-4-1-11-Final.html
http://netty.io/news/2017/06/09/4-0-48-Final-4-1-12-Final.html
http://netty.io/news/2017/07/06/4-0-49-Final-4-1-13-Final.html

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

index ce8fa7c7f755b0ea4d8e67157e8163e17413da9e..d70275e8f240f347b3ba4ceae41b81eebbdb8de4 100644 (file)
@@ -1,13 +1,14 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-netty-4">
     <feature version="0.0.0">
-        <bundle>mvn:io.netty/netty-buffer/4.1.8.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.8.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.8.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.8.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.8.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.8.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.8.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.8.Final</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.13.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.13.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.13.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.13.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.13.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.13.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.13.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.13.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.13.Final</bundle>
     </feature>
 </features>
index 920c741f6731cf477ecda3fffc46a170275cf84f..6d69b1d286e17a4805e28f68c8070c9c400d4a12 100644 (file)
         <groupId>io.netty</groupId>
         <artifactId>netty-all</artifactId>
         <!-- If these are updated, the version in features.xml needs to be changed too -->
-        <version>4.1.8.Final</version>
+        <version>4.1.13.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-buffer</artifactId>
-        <version>4.1.8.Final</version>
+        <version>4.1.13.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-codec</artifactId>
-        <version>4.1.8.Final</version>
+        <version>4.1.13.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-codec-http</artifactId>
-        <version>4.1.8.Final</version>
+        <version>4.1.13.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-common</artifactId>
-        <version>4.1.8.Final</version>
+        <version>4.1.13.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-handler</artifactId>
-        <version>4.1.8.Final</version>
+        <version>4.1.13.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-transport</artifactId>
-        <version>4.1.8.Final</version>
+        <version>4.1.13.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.8.Final</version>
+        <version>4.1.13.Final</version>
       </dependency>
       <dependency>
         <groupId>javax.ws.rs</groupId>