From c16de6e30594f05f342a5215808764c8b01d6eff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 14:41:05 +0000 Subject: [PATCH] Bump netty from 4.2.15.Final to 4.2.16.Final Bumps `netty` from 4.2.15.Final to 4.2.16.Final. Updates `io.netty:netty-bom` from 4.2.15.Final to 4.2.16.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.15.Final...netty-4.2.16.Final) Updates `io.netty:netty-codec-http` from 4.2.15.Final to 4.2.16.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.15.Final...netty-4.2.16.Final) Updates `io.netty:netty-handler` from 4.2.15.Final to 4.2.16.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.15.Final...netty-4.2.16.Final) Updates `io.netty:netty-transport-classes-epoll` from 4.2.15.Final to 4.2.16.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.15.Final...netty-4.2.16.Final) Updates `io.netty:netty-transport-native-epoll` from 4.2.15.Final to 4.2.16.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.15.Final...netty-4.2.16.Final) --- updated-dependencies: - dependency-name: io.netty:netty-bom dependency-version: 4.2.16.Final dependency-type: direct:production - dependency-name: io.netty:netty-codec-http dependency-version: 4.2.16.Final dependency-type: direct:production - dependency-name: io.netty:netty-handler dependency-version: 4.2.16.Final dependency-type: direct:production - dependency-name: io.netty:netty-transport-classes-epoll dependency-version: 4.2.16.Final dependency-type: direct:production - dependency-name: io.netty:netty-transport-native-epoll dependency-version: 4.2.16.Final dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e8a77111618..3a5da5c075e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -164,7 +164,7 @@ mockito = "5.23.0" morethan-jmhreport = "0.9.6" mvikotlin = "4.4.0" navsecurity = "5.0.1" -netty = "4.2.15.Final" +netty = "4.2.16.Final" # @keep for version alignment netty-tcnative = "2.0.79.Final" nimbusds-josejwt = "10.9.1"