From 53794cc91dde14792e7eb76864476f507208015f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 16:38:01 +0000 Subject: [PATCH] Bump netty from 4.1.125.Final to 4.2.6.Final Bumps `netty` from 4.1.125.Final to 4.2.6.Final. Updates `io.netty:netty-codec` from 4.1.125.Final to 4.2.6.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.125.Final...netty-4.2.6.Final) Updates `io.netty:netty-codec-http` from 4.1.125.Final to 4.2.6.Final - [Commits](https://github.com/netty/netty/compare/netty-4.1.125.Final...netty-4.2.6.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec dependency-version: 4.2.6.Final dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.netty:netty-codec-http dependency-version: 4.2.6.Final dependency-type: direct:production update-type: version-update:semver-minor ... 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 178691a78..9e384b7cc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] spring-boot = '3.5.5' nimbus-jose-jwt = '10.0.2' -netty = '4.1.125.Final' +netty = '4.2.6.Final' aws-msk-auth = '2.3.0' azure-identity = '1.15.4'