Bump netty to 4.1.93.Final 53/106153/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 25 May 2023 11:24:12 +0000 (13:24 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 25 May 2023 11:24:12 +0000 (13:24 +0200)
https://netty.io/news/2023/05/25/4-1-93-Final.html

Change-Id: Ia9cc3f663f55df2c4dc015dfdf8f3e49d3d3beec
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 94795c28691cb61d859dd20a5bfb09b25e2375d9..1afed8e1779896d06be73b952b494f1a1381ba0c 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.92.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.92.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.92.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.92.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.92.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.92.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.92.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.92.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.92.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.92.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.92.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.93.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.93.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.93.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.93.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.93.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.93.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.93.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.93.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.93.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.93.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.93.Final/jar/linux-x86_64</bundle>
     </feature>
 </features>
index ab2b3fcdf12929c7537f24ec7fddcbfad39b73a4..f3eb54163b4166702de682aff66a0a1b46205963 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-bom</artifactId>
             <type>pom</type>
-            <version>4.1.92.Final</version>
+            <version>4.1.93.Final</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
index f362444674fc26594857da938928439ca7d850b5..2907945b5abb90fdadfd29a91e85fa4cc5f828e4 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.92.Final</version>
+        <version>4.1.93.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>