From 35e6bc445b0c4ff85ea0f14b562be64a09565d7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 01:36:06 +0800 Subject: [PATCH] Bump org.asynchttpclient:async-http-client from 2.12.0 to 2.12.3 (#4970) Bumps [org.asynchttpclient:async-http-client](https://github.com/AsyncHttpClient/async-http-client) from 2.12.0 to 2.12.3. - [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.0...async-http-client-project-2.12.3) --- updated-dependencies: - dependency-name: org.asynchttpclient:async-http-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 414a0ef985..4c82d44c50 100644 --- a/build.gradle +++ b/build.gradle @@ -685,7 +685,7 @@ subprojects { dependency "com.squareup.okhttp3:okhttp:3.14.9" - dependency "org.asynchttpclient:async-http-client:2.12.0" + dependency "org.asynchttpclient:async-http-client:2.12.3" dependency "org.apache.httpcomponents:httpclient:4.5.14" dependency "io.netty:netty-all:4.1.79.Final"