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 8dfb54f commit 14916c3Copy full SHA for 14916c3
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