Skip to content

Commit

Permalink
Bump Netty to 4.1.117.Final
Browse files Browse the repository at this point in the history
https://netty.io/news/2025/01/14/4-1-117-Final.html

Change-Id: I1cfb68fe97a5a6a6f387363f2a8d271952968cf0
Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Jan 16, 2025
1 parent 9cb0b05 commit 82e05e5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions features/odl-netty-4/src/main/history/dependencies.xml
Original file line number Diff line number Diff line change
@@ -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.116.Final</bundle>
<bundle>mvn:io.netty/netty-codec/4.1.116.Final</bundle>
<bundle>mvn:io.netty/netty-codec-http/4.1.116.Final</bundle>
<bundle>mvn:io.netty/netty-codec-http2/4.1.116.Final</bundle>
<bundle>mvn:io.netty/netty-common/4.1.116.Final</bundle>
<bundle>mvn:io.netty/netty-handler/4.1.116.Final</bundle>
<bundle>mvn:io.netty/netty-resolver/4.1.116.Final</bundle>
<bundle>mvn:io.netty/netty-transport/4.1.116.Final</bundle>
<bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.116.Final</bundle>
<bundle>mvn:io.netty/netty-transport-native-epoll/4.1.116.Final/jar/linux-x86_64</bundle>
<bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.116.Final</bundle>
<bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.116.Final/jar/linux-x86_64</bundle>
<bundle>mvn:io.netty/netty-buffer/4.1.117.Final</bundle>
<bundle>mvn:io.netty/netty-codec/4.1.117.Final</bundle>
<bundle>mvn:io.netty/netty-codec-http/4.1.117.Final</bundle>
<bundle>mvn:io.netty/netty-codec-http2/4.1.117.Final</bundle>
<bundle>mvn:io.netty/netty-common/4.1.117.Final</bundle>
<bundle>mvn:io.netty/netty-handler/4.1.117.Final</bundle>
<bundle>mvn:io.netty/netty-resolver/4.1.117.Final</bundle>
<bundle>mvn:io.netty/netty-transport/4.1.117.Final</bundle>
<bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.117.Final</bundle>
<bundle>mvn:io.netty/netty-transport-native-epoll/4.1.117.Final/jar/linux-x86_64</bundle>
<bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.117.Final</bundle>
<bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.117.Final/jar/linux-x86_64</bundle>
</feature>
</features>
2 changes: 1 addition & 1 deletion odlparent-dependency-check/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<type>pom</type>
<version>4.1.116.Final</version>
<version>4.1.117.Final</version>
</dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion odlparent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
<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.116.Final</version>
<version>4.1.117.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 82e05e5

Please sign in to comment.