We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2ef25d + 61168c1 commit 3966785Copy full SHA for 3966785
build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
implementation group: 'org.apache.httpcomponents', name: 'httpasyncclient', version: '4.1.5'
28
29
// For making async HTTP requests
30
- implementation group: 'org.asynchttpclient', name: 'async-http-client', version: '2.12.2'
+ implementation group: 'org.asynchttpclient', name: 'async-http-client', version: '2.12.3'
31
32
// For cryptographic operations
33
shadow group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.70'
0 commit comments