From b4c8f5a64050ced0aef9d2739bbd70d2960bf939 Mon Sep 17 00:00:00 2001 From: Aayush Atharva Date: Fri, 7 Aug 2026 02:08:56 +0530 Subject: [PATCH] Release v3.0.12 --- 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 bf66fe2e7..b19bef162 100644 --- a/README.md +++ b/README.md @@ -53,14 +53,14 @@ Java 11+ org.asynchttpclient async-http-client - 3.0.11 + 3.0.12 ``` **Gradle:** ```groovy -implementation 'org.asynchttpclient:async-http-client:3.0.11' +implementation 'org.asynchttpclient:async-http-client:3.0.12' ```
diff --git a/client/pom.xml b/client/pom.xml index 8557a84f1..117eb725c 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -19,7 +19,7 @@ org.asynchttpclient async-http-client-project - 3.0.12-SNAPSHOT + 3.0.12 4.0.0 diff --git a/pom.xml b/pom.xml index 4b46ada15..1f1a1c077 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.asynchttpclient async-http-client-project - 3.0.12-SNAPSHOT + 3.0.12 pom AHC/Project