diff --git a/README.md b/README.md index 1829a120e..9451a35ab 100644 --- a/README.md +++ b/README.md @@ -53,14 +53,14 @@ Java 11+ org.asynchttpclient async-http-client - 3.0.7 + 3.0.8 ``` **Gradle:** ```groovy -implementation 'org.asynchttpclient:async-http-client:3.0.7' +implementation 'org.asynchttpclient:async-http-client:3.0.8' ```
diff --git a/client/pom.xml b/client/pom.xml index 167a5a466..181dcd2e6 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -19,7 +19,7 @@ org.asynchttpclient async-http-client-project - 3.0.7 + 3.0.8 4.0.0 diff --git a/pom.xml b/pom.xml index c102d8a67..919b27a7c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.asynchttpclient async-http-client-project - 3.0.7 + 3.0.8 pom AHC/Project