Bump netty to 4.0.36 80/37180/1
authorRobert Varga <rovarga@cisco.com>
Wed, 6 Apr 2016 10:26:17 +0000 (12:26 +0200)
committerRobert Varga <rovarga@cisco.com>
Wed, 6 Apr 2016 10:26:17 +0000 (12:26 +0200)
It includes a lot of bugfixes around leaks and TLS, let's use it.

Change-Id: Icdb6499b5b9cdf68b3dd7ef8ca1c558d07c9f011
Signed-off-by: Robert Varga <rovarga@cisco.com>
features-odlparent/src/main/features/features.xml
odlparent/pom.xml

index 03e0e1892b96858a0cba17e0f80de63e28a221a6..1778844207b4d320689e5ef5092b734b0438571f 100644 (file)
@@ -2,7 +2,7 @@
 <features name="odlparent-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
-    <feature name="odl-netty" description="OpenDaylight :: Netty" version="4.0.33.Final">
+    <feature name="odl-netty" description="OpenDaylight :: Netty" version="4.0.36.Final">
         <bundle>mvn:io.netty/netty-buffer/{{VERSION}}</bundle>
         <bundle>mvn:io.netty/netty-common/{{VERSION}}</bundle>
         <bundle>mvn:io.netty/netty-transport/{{VERSION}}</bundle>
index 16154b31d2422a4a27e8bc223528ab223adbcdbc..6e22a1b3b9db47cf3746fbbd8d8d4c14edf55d39 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.0.33.Final</version>
+        <version>4.0.36.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-buffer</artifactId>
-        <version>4.0.33.Final</version>
+        <version>4.0.36.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-codec</artifactId>
-        <version>4.0.33.Final</version>
+        <version>4.0.36.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-codec-http</artifactId>
-        <version>4.0.33.Final</version>
+        <version>4.0.36.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-common</artifactId>
-        <version>4.0.33.Final</version>
+        <version>4.0.36.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-handler</artifactId>
-        <version>4.0.33.Final</version>
+        <version>4.0.36.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-transport</artifactId>
-        <version>4.0.33.Final</version>
+        <version>4.0.36.Final</version>
       </dependency>
       <dependency>
         <groupId>javax.ws.rs</groupId>