Bump Netty to 4.1.95 89/106989/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 24 Jul 2023 12:04:02 +0000 (14:04 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 24 Jul 2023 12:04:02 +0000 (14:04 +0200)
https://netty.io/news/2023/07/20/4-1-95-Final.html

Change-Id: I0383fd47088eafc2d6acce699316659a7601a41d
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 54a879921279a8203e62dcadd31a4390619e77ed..23992a66ea3d34cf153293ae52d93006287d81df 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.94.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.94.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.94.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.94.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.94.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.94.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.94.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.94.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.94.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.94.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.94.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.95.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.95.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.95.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.95.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.95.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.95.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.95.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.95.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.95.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.95.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.95.Final/jar/linux-x86_64</bundle>
     </feature>
 </features>
index ca57b1eed660e7ef863e868b97db6e346d670f00..d4ccef31c11e4f6cc138bca633491e50b71adcde 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-bom</artifactId>
             <type>pom</type>
-            <version>4.1.94.Final</version>
+            <version>4.1.95.Final</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
index eb427fea1d1d5db16bd205ecf9071d5629416a00..00cd981bd4bbb533eb9d0f349b1ea9aff3010bf3 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.94.Final</version>
+        <version>4.1.95.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>