From bb1351dddd73ff6af70fd160a17cd7017e7634b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:36:54 +0000 Subject: [PATCH] Bump org.asynchttpclient:async-http-client from 2.12.3 to 2.12.4 Bumps [org.asynchttpclient:async-http-client](https://github.com/AsyncHttpClient/async-http-client) from 2.12.3 to 2.12.4. - [Release notes](https://github.com/AsyncHttpClient/async-http-client/releases) - [Changelog](https://github.com/AsyncHttpClient/async-http-client/blob/main/CHANGES.md) - [Commits](https://github.com/AsyncHttpClient/async-http-client/compare/async-http-client-project-2.12.3...async-http-client-project-2.12.4) --- updated-dependencies: - dependency-name: org.asynchttpclient:async-http-client 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 16fde402437..4fe1b758fd2 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.3" + api "org.asynchttpclient:async-http-client:2.12.4" api commons.io version commons.io_version api "io.netty:netty-codec-http:${netty.version}" api "io.netty:netty-codec-socks:${netty.version}"