From e92ee2320b3e4ceb2f81e2f6c0cd9f60c68c4d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 05:51:15 +0000 Subject: [PATCH] Bump io.netty:netty-codec-http from 4.2.15.Final to 4.2.16.Final Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) 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-codec-http dependency-version: 4.2.16.Final dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- commercetools/commercetools-async-http-client/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commercetools/commercetools-async-http-client/build.gradle b/commercetools/commercetools-async-http-client/build.gradle index 25113bf3f0..6d5621a00b 100644 --- a/commercetools/commercetools-async-http-client/build.gradle +++ b/commercetools/commercetools-async-http-client/build.gradle @@ -4,9 +4,9 @@ dependencies { api "org.asynchttpclient:async-http-client:2.16.0" api commons.io version commons.io_version api "io.netty:netty-codec:4.2.16.Final" - api "io.netty:netty-codec-http:4.2.15.Final" + api "io.netty:netty-codec-http:4.2.16.Final" api "io.netty:netty-codec-socks:4.2.16.Final" api "io.netty:netty-handler-proxy:4.2.16.Final" - api "io.netty:netty-handler:4.2.15.Final" + api "io.netty:netty-handler:4.2.16.Final" implementation javax.validation }