We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8382de commit 7be07d9Copy full SHA for 7be07d9
build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
compile group: 'org.apache.httpcomponents', name: 'httpasyncclient', version: '4.1.4'
28
29
// For making async HTTP requests
30
- compile group: 'org.asynchttpclient', name: 'async-http-client', version: '2.10.4'
+ compile group: 'org.asynchttpclient', name: 'async-http-client', version: '2.12.2'
31
32
// For cryptographic operations
33
shadow group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.64'
0 commit comments