From 9e552ee01c9e6103471c4fc8a9d4d148222a9165 Mon Sep 17 00:00:00 2001 From: Aayush Atharva Date: Mon, 15 Jun 2026 03:46:35 +0530 Subject: [PATCH] Release v3.0.11 --- README.md | 4 ++-- client/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4802f15d5..bf66fe2e7 100644 --- a/README.md +++ b/README.md @@ -53,14 +53,14 @@ Java 11+ org.asynchttpclient async-http-client - 3.0.10 + 3.0.11 ``` **Gradle:** ```groovy -implementation 'org.asynchttpclient:async-http-client:3.0.10' +implementation 'org.asynchttpclient:async-http-client:3.0.11' ```
diff --git a/client/pom.xml b/client/pom.xml index ed1b052f9..acabd23c3 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -19,7 +19,7 @@ org.asynchttpclient async-http-client-project - 3.0.10 + 3.0.11 4.0.0 diff --git a/pom.xml b/pom.xml index 87c9bc078..c06a3f80e 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.asynchttpclient async-http-client-project - 3.0.10 + 3.0.11 pom AHC/Project