Skip to content

Commit 9ea7e2a

Browse files
authored
Merge pull request #215 from unblu/patch-1
Update org.asynchttpclient:async-http-client to 2.12.4
2 parents b7e0e39 + 95d0140 commit 9ea7e2a

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
implementation group: 'org.apache.httpcomponents', name: 'httpasyncclient', version: '4.1.5'
2828

2929
// For making async HTTP requests
30-
implementation group: 'org.asynchttpclient', name: 'async-http-client', version: '2.12.3'
30+
implementation group: 'org.asynchttpclient', name: 'async-http-client', version: '2.12.4'
3131

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

0 commit comments

Comments
 (0)