From 09771c181be4ed80ebecc8f437afe77c7abbb688 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:26:55 +0000 Subject: [PATCH] chore(deps): update dependency org.asynchttpclient:async-http-client to v3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0af273e..d7f3e59 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'commons-codec:commons-codec:1.17.1' implementation 'io.netty:netty-codec-http:4.1.115.Final' implementation 'io.netty:netty-handler:4.1.115.Final' - implementation 'org.asynchttpclient:async-http-client:2.12.3' + implementation 'org.asynchttpclient:async-http-client:3.0.1' implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2' implementation 'org.bitbucket.b_c:jose4j:0.9.6' }