Bump Netty to 4.1.60 70/95570/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 26 Mar 2021 08:06:18 +0000 (09:06 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 26 Mar 2021 08:06:18 +0000 (09:06 +0100)
https://netty.io/news/2021/03/09/4-1-60-Final.html

Change-Id: I67989dee92d4ae6ce977eea0d79622c47448a157
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 28fc3e96b963ffd89e8efe2d59e3c671dcfaa45e..685867d74a05981db79af1721a15a1f130dd32d4 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.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>
+        <bundle>mvn:io.netty/netty-buffer/4.1.60.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.60.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.60.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.60.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.60.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.60.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.60.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.60.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.60.Final</bundle>
     </feature>
 </features>
index 22fe46cfd52c4aba164e7b13c24fafc2549dc2d4..0da51751d07d4f37d01ec293bad88cd23902b8f8 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-bom</artifactId>
             <type>pom</type>
-            <version>4.1.59.Final</version>
+            <version>4.1.60.Final</version>
         </dependency>
         <dependency>
             <groupId>jakarta.activation</groupId>
index 56314e40e5c49162d106bb77596fea36f5e8cf95..c488413cb7268f569fb19bf01eab394ab80fa34f 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.59.Final</version>
+        <version>4.1.60.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>