Bump Netty to 4.1.101.Final 45/108945/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 14 Nov 2023 10:19:51 +0000 (11:19 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 14 Nov 2023 10:19:51 +0000 (11:19 +0100)
https://netty.io/news/2023/11/09/4-1-101-Final.html

Change-Id: I022c2c6118221740f24b9917beb461536b75a098
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 b90841c29cdbe1d66378e6950f443cda87fe19ec..c44de18f0c51a77c5fc207f895994c23278537f6 100644 (file)
@@ -1,16 +1,16 @@
 <?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.100.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.100.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.100.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.100.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.100.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.100.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.100.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.100.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.100.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.100.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.100.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.101.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.101.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.101.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.101.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.101.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.101.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.101.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.101.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.101.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.101.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.101.Final/jar/linux-x86_64</bundle>
     </feature>
 </features>
index ebb0efe907ae3b8f3ccc6f9c8365fc61a45931f6..fb031cb749bc9187a662e3884d8f9d55d1d203f6 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-bom</artifactId>
             <type>pom</type>
-            <version>4.1.100.Final</version>
+            <version>4.1.101.Final</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
index 046516e725bee1627ba0a907649fa39ccb13ace7..a44ef21f12c07a60b3d35d4988bb2f5eba90ec3d 100644 (file)
         <groupId>io.netty</groupId>
         <artifactId>netty-bom</artifactId>
         <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite -->
-        <version>4.1.100.Final</version>
+        <version>4.1.101.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>