From 19e316830bd1ebea12c69020c5e0b96d7ac5e222 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 19:08:07 +0000 Subject: [PATCH] Bump org.asynchttpclient:async-http-client from 2.12.4 to 2.15.0 Bumps [org.asynchttpclient:async-http-client](https://github.com/AsyncHttpClient/async-http-client) from 2.12.4 to 2.15.0. - [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-2.15.0) --- updated-dependencies: - dependency-name: org.asynchttpclient:async-http-client dependency-version: 2.15.0 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 ccf30c4faa..c834dc8526 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:2.15.0" api commons.io version commons.io_version api "io.netty:netty-codec:4.2.13.Final" api "io.netty:netty-codec-http:4.2.2.Final"