From d99bfdabcc3417730a8a6e8bf7c191379b432697 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:49:14 +0000 Subject: [PATCH] fix(deps): update dependency org.asynchttpclient:async-http-client to v3 --- commercetools/commercetools-async-http-client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commercetools/commercetools-async-http-client/build.gradle b/commercetools/commercetools-async-http-client/build.gradle index 4fe1b758fd..631e4bfc3c 100644 --- a/commercetools/commercetools-async-http-client/build.gradle +++ b/commercetools/commercetools-async-http-client/build.gradle @@ -1,7 +1,7 @@ dependencies { api project(":rmf:rmf-java-base") - api "org.asynchttpclient:async-http-client:2.12.4" + api "org.asynchttpclient:async-http-client:3.0.1" api commons.io version commons.io_version api "io.netty:netty-codec-http:${netty.version}" api "io.netty:netty-codec-socks:${netty.version}"