diff --git a/commercetools/commercetools-async-http-client/build.gradle b/commercetools/commercetools-async-http-client/build.gradle index 16fde402437..35609ca353c 100644 --- a/commercetools/commercetools-async-http-client/build.gradle +++ b/commercetools/commercetools-async-http-client/build.gradle @@ -1,7 +1,7 @@ dependencies { api project(":rmf:rmf-java-base") - api "org.asynchttpclient:async-http-client:2.12.3" + api "org.asynchttpclient:async-http-client:3.0.0" api commons.io version commons.io_version api "io.netty:netty-codec-http:${netty.version}" api "io.netty:netty-codec-socks:${netty.version}"