From 34c74333c663aa7a2fca128316dc0db39d1a4230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:11:11 +0000 Subject: [PATCH] Bump org.asynchttpclient:async-http-client from 2.12.4 to 3.0.9 Bumps [org.asynchttpclient:async-http-client](https://github.com/AsyncHttpClient/async-http-client) from 2.12.4 to 3.0.9. - [Release notes](https://github.com/AsyncHttpClient/async-http-client/releases) - [Commits](https://github.com/AsyncHttpClient/async-http-client/compare/async-http-client-project-2.12.4...async-http-client-project-3.0.9) --- updated-dependencies: - dependency-name: org.asynchttpclient:async-http-client dependency-version: 3.0.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 d2477d3c596..e740ae1ee5e 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.9" api commons.io version commons.io_version api "io.netty:netty-codec:4.2.2.Final" api "io.netty:netty-codec-http:4.2.2.Final"