Skip to content

Commit 7be07d9

Browse files
committed
Update dependency org.asynchttpclient:async-http-client to v2.12.2
1 parent d8382de commit 7be07d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
compile group: 'org.apache.httpcomponents', name: 'httpasyncclient', version: '4.1.4'
2828

2929
// For making async HTTP requests
30-
compile group: 'org.asynchttpclient', name: 'async-http-client', version: '2.10.4'
30+
compile group: 'org.asynchttpclient', name: 'async-http-client', version: '2.12.2'
3131

3232
// For cryptographic operations
3333
shadow group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.64'

0 commit comments

Comments
 (0)