From e92dea7ad366cb9a41f77158813023247be8e451 Mon Sep 17 00:00:00 2001 From: Jens Schulze Date: Fri, 20 Dec 2024 09:36:16 +0100 Subject: [PATCH] update netty packages to latest version --- .../commercetools-async-http-client/build.gradle | 10 +++++----- commercetools/commercetools-sdk-compat-v1/build.gradle | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/commercetools/commercetools-async-http-client/build.gradle b/commercetools/commercetools-async-http-client/build.gradle index 8fd78180e9..75e53993b0 100644 --- a/commercetools/commercetools-async-http-client/build.gradle +++ b/commercetools/commercetools-async-http-client/build.gradle @@ -3,10 +3,10 @@ dependencies { api project(":rmf:rmf-java-base") api "org.asynchttpclient:async-http-client:2.12.4" api commons.io version commons.io_version - api "io.netty:netty-codec:4.1.115.Final" - api "io.netty:netty-codec-http:4.1.115.Final" - api "io.netty:netty-codec-socks:4.1.115.Final" - api "io.netty:netty-handler-proxy:4.1.115.Final" - api "io.netty:netty-handler:4.1.115.Final" + api "io.netty:netty-codec:4.1.116.Final" + api "io.netty:netty-codec-http:4.1.116.Final" + api "io.netty:netty-codec-socks:4.1.116.Final" + api "io.netty:netty-handler-proxy:4.1.116.Final" + api "io.netty:netty-handler:4.1.116.Final" implementation javax.validation } diff --git a/commercetools/commercetools-sdk-compat-v1/build.gradle b/commercetools/commercetools-sdk-compat-v1/build.gradle index 7125ef36bb..69e51d9ef9 100644 --- a/commercetools/commercetools-sdk-compat-v1/build.gradle +++ b/commercetools/commercetools-sdk-compat-v1/build.gradle @@ -21,8 +21,8 @@ dependencies { api project(':commercetools:commercetools-sdk-java-api') api ctsdkv1.client version ctsdkv1.version api ctsdkv1.models version ctsdkv1.version - api "io.netty:netty-codec:4.1.115.Final" - api "io.netty:netty-codec-http:4.1.115.Final" + api "io.netty:netty-codec:4.1.116.Final" + api "io.netty:netty-codec-http:4.1.116.Final" jmhImplementation project(':commercetools:commercetools-async-http-client') jmhImplementation project(':commercetools:commercetools-apachehttp-client')