From 2e9a7f5b213e29cb122693a608c3ccc7fe758d4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:28:06 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.2.9.Final to 4.2.12.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.2.9.Final to 4.2.12.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.9.Final...netty-4.2.12.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.12.Final dependency-type: direct:production update-type: version-update:semver-patch ... 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 923517f..693441c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ awssdkS3 = "2.42.18" jackson = "2.20.1" nettyHttpRouter = "1.15" apacheCommonsCodec = "1.21.0" -netty = "4.2.9.Final" +netty = "4.2.12.Final" apacheCommonsCollections4 = "4.5.0" commonsIo = "2.21.0" apacheCommonsLang3 = "3.20.0"