Skip to content

Commit 3966785

Browse files
authored
Merge pull request #165 from web-push-libs/renovate/org.asynchttpclient-async-http-client-2.x
Update dependency org.asynchttpclient:async-http-client to v2.12.3
2 parents d2ef25d + 61168c1 commit 3966785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

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

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

0 commit comments

Comments
 (0)