Update to httpcomponents:httpclient:4.2.5

Fixes gh-5818
This commit is contained in:
Joe Grandja 2018-09-07 16:30:16 -04:00
parent 35dbc0e6a8
commit 96acf33019

View File

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