From b4385334f155f4f00a409572aaec2731d9b6d2fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:50:16 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.2.14.Final to 4.2.15.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.2.14.Final to 4.2.15.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.14.Final...netty-4.2.15.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.15.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 b00cc0f..84fc580 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ awssdkS3 = "2.44.12" jackson = "2.21.3" nettyHttpRouter = "1.15" apacheCommonsCodec = "1.22.0" -netty = "4.2.14.Final" +netty = "4.2.15.Final" apacheCommonsCollections4 = "4.5.0" commonsIo = "2.22.0" apacheCommonsLang3 = "3.20.0"