From b986ad9f74581d602c324851a4047b9aa64b8a79 Mon Sep 17 00:00:00 2001 From: Aayush Atharva Date: Thu, 1 Jan 2026 04:57:53 +0530 Subject: [PATCH] Release v3.0.6 --- 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 409d34813..f58fc4d67 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Maven: org.asynchttpclient async-http-client - 3.0.5 + 3.0.6 ``` @@ -28,7 +28,7 @@ Maven: Gradle: ```groovy dependencies { - implementation 'org.asynchttpclient:async-http-client:3.0.5' + implementation 'org.asynchttpclient:async-http-client:3.0.6' } ``` diff --git a/client/pom.xml b/client/pom.xml index a1a6ccf2a..bcd1172a2 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -19,7 +19,7 @@ org.asynchttpclient async-http-client-project - 3.0.5 + 3.0.6 4.0.0 diff --git a/pom.xml b/pom.xml index 179a75092..a4a428c36 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.asynchttpclient async-http-client-project - 3.0.5 + 3.0.6 pom AHC/Project