Skip to content

Commit 2a33e41

Browse files
committed
Bump Netty to 4.1.118.Final
https://netty.io/news/2025/02/10/4-1-118-Final.html Change-Id: I95942db02c9a43a2ab5d348ef4e28893c2b251f7 Signed-off-by: Ivan Hrasko <[email protected]>
1 parent f9f2776 commit 2a33e41

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="odl-netty-4">
33
<feature version="0.0.0">
4-
<bundle>mvn:io.netty/netty-buffer/4.1.117.Final</bundle>
5-
<bundle>mvn:io.netty/netty-codec/4.1.117.Final</bundle>
6-
<bundle>mvn:io.netty/netty-codec-http/4.1.117.Final</bundle>
7-
<bundle>mvn:io.netty/netty-codec-http2/4.1.117.Final</bundle>
8-
<bundle>mvn:io.netty/netty-common/4.1.117.Final</bundle>
9-
<bundle>mvn:io.netty/netty-handler/4.1.117.Final</bundle>
10-
<bundle>mvn:io.netty/netty-resolver/4.1.117.Final</bundle>
11-
<bundle>mvn:io.netty/netty-transport/4.1.117.Final</bundle>
12-
<bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.117.Final</bundle>
13-
<bundle>mvn:io.netty/netty-transport-native-epoll/4.1.117.Final/jar/linux-x86_64</bundle>
14-
<bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.117.Final</bundle>
15-
<bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.117.Final/jar/linux-x86_64</bundle>
4+
<bundle>mvn:io.netty/netty-buffer/4.1.118.Final</bundle>
5+
<bundle>mvn:io.netty/netty-codec/4.1.118.Final</bundle>
6+
<bundle>mvn:io.netty/netty-codec-http/4.1.118.Final</bundle>
7+
<bundle>mvn:io.netty/netty-codec-http2/4.1.118.Final</bundle>
8+
<bundle>mvn:io.netty/netty-common/4.1.118.Final</bundle>
9+
<bundle>mvn:io.netty/netty-handler/4.1.118.Final</bundle>
10+
<bundle>mvn:io.netty/netty-resolver/4.1.118.Final</bundle>
11+
<bundle>mvn:io.netty/netty-transport/4.1.118.Final</bundle>
12+
<bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.118.Final</bundle>
13+
<bundle>mvn:io.netty/netty-transport-native-epoll/4.1.118.Final/jar/linux-x86_64</bundle>
14+
<bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.118.Final</bundle>
15+
<bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.118.Final/jar/linux-x86_64</bundle>
1616
</feature>
1717
</features>

odlparent-dependency-check/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<groupId>io.netty</groupId>
103103
<artifactId>netty-bom</artifactId>
104104
<type>pom</type>
105-
<version>4.1.117.Final</version>
105+
<version>4.1.118.Final</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>jakarta.ws.rs</groupId>

odlparent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@
420420
<groupId>io.netty</groupId>
421421
<artifactId>netty-bom</artifactId>
422422
<!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite -->
423-
<version>4.1.117.Final</version>
423+
<version>4.1.118.Final</version>
424424
<type>pom</type>
425425
<scope>import</scope>
426426
</dependency>

0 commit comments

Comments
 (0)