Bump Netty to 4.1.109.Final 48/111448/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 18 Apr 2024 13:04:32 +0000 (15:04 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 18 Apr 2024 13:04:32 +0000 (15:04 +0200)
https://netty.io/news/2024/04/15/4-1-109-Final.html

Change-Id: I9155efb2e4fb7df2b128cd306b3aad1132122977
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 3a164b63e50c61ebbf5e5f95e8039b53a0e1ba32..788a8188c05f69b3d5351a640ad597623a9cf6bd 100644 (file)
@@ -1,17 +1,17 @@
 <?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.108.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.108.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.108.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http2/4.1.108.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.108.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.108.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.108.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.108.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.108.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.108.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.108.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.108.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.109.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.109.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.109.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http2/4.1.109.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.109.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.109.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.109.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.109.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.109.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.109.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.109.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.109.Final/jar/linux-x86_64</bundle>
     </feature>
 </features>
index cd79605450a44d13929b6efc550f87d31818cbda..d7396c93fdf2aca1a6fafa1aeccfaa0ef338e43b 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-bom</artifactId>
             <type>pom</type>
-            <version>4.1.108.Final</version>
+            <version>4.1.109.Final</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
index 1bcdd57a25db9bcfd9a3fa1d843f63eae877e4ae..b5f082912204c83afa59afc56a0b9d4289be143f 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.108.Final</version>
+        <version>4.1.109.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>