Skip to content

Commit bc27ae9

Browse files
Update dependency org.asynchttpclient:async-http-client to v3
1 parent b4851e6 commit bc27ae9

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.4'
30+
implementation group: 'org.asynchttpclient', name: 'async-http-client', version: '3.0.2'
3131

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

0 commit comments

Comments
 (0)