Skip to content

Commit 9fc0992

Browse files
authored
Merge pull request #181 from web-push-libs/renovate/org.apache.httpcomponents-httpasyncclient-4.x
Update dependency org.apache.httpcomponents:httpasyncclient to v4.1.5
2 parents 8dfb54f + 14916c3 commit 9fc0992

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
@@ -24,7 +24,7 @@ dependencies {
2424
implementation group: 'com.beust', name: 'jcommander', version: '1.78'
2525

2626
// For making HTTP requests
27-
implementation group: 'org.apache.httpcomponents', name: 'httpasyncclient', version: '4.1.4'
27+
implementation group: 'org.apache.httpcomponents', name: 'httpasyncclient', version: '4.1.5'
2828

2929
// For making async HTTP requests
3030
implementation group: 'org.asynchttpclient', name: 'async-http-client', version: '2.12.2'

0 commit comments

Comments
 (0)