Bump netty to 4.1.15 38/62838/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 7 Sep 2017 12:49:46 +0000 (14:49 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 7 Sep 2017 12:49:46 +0000 (14:49 +0200)
http://netty.io/news/2017/08/25/4-0-51-Final-4-1-15-Final.html

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

index b68e465a9455478c4025f354168940d274553edd..2fd66efb9221c7710e7703bb5f44b36749f1eb79 100644 (file)
@@ -2,14 +2,14 @@
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-netty-4">
     <feature version="0.0.0">
         <feature prerequisite="false" dependency="false">odl-javassist-3</feature>
-        <bundle>mvn:io.netty/netty-buffer/4.1.14.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.14.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.14.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.14.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.14.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.14.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.14.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.14.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.14.Final</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.15.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.15.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.15.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.15.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.15.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.15.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.15.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.15.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.15.Final</bundle>
     </feature>
 </features>
index 4dd4314ec0c97ea2602d3ef740e6c013b1f5dc5c..77f07dbd36b69014e7fd27d5572793cb698d51d5 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.14.Final</version>
+        <version>4.1.15.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-buffer</artifactId>
-        <version>4.1.14.Final</version>
+        <version>4.1.15.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-codec</artifactId>
-        <version>4.1.14.Final</version>
+        <version>4.1.15.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-codec-http</artifactId>
-        <version>4.1.14.Final</version>
+        <version>4.1.15.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-common</artifactId>
-        <version>4.1.14.Final</version>
+        <version>4.1.15.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-handler</artifactId>
-        <version>4.1.14.Final</version>
+        <version>4.1.15.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-transport</artifactId>
-        <version>4.1.14.Final</version>
+        <version>4.1.15.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.14.Final</version>
+        <version>4.1.15.Final</version>
       </dependency>
       <dependency>
         <groupId>javax.ws.rs</groupId>