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.
2 parents 8dfb54f + 14916c3 commit 9fc0992Copy full SHA for 9fc0992
build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
implementation group: 'com.beust', name: 'jcommander', version: '1.78'
25
26
// For making HTTP requests
27
- implementation group: 'org.apache.httpcomponents', name: 'httpasyncclient', version: '4.1.4'
+ 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'
0 commit comments