Update to httpclient:4.2.6

Fixes gh-8268
This commit is contained in:
Josh Cummings 2020-03-31 22:53:23 -06:00
parent ac657a32a6
commit e3a1fa2f86
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443

View File

@ -19,6 +19,6 @@ dependencies {
provided "javax.servlet:javax.servlet-api:$servletApiVersion"
runtime 'org.apache.httpcomponents:httpclient:4.2.5',
runtime 'org.apache.httpcomponents:httpclient:4.2.6',
'net.sourceforge.nekohtml:nekohtml:1.9.22'
}