Update to httpclient 4.5.7

Fixes: gh-6534
This commit is contained in:
Josh Cummings 2019-02-13 09:40:57 -07:00
parent 54e7aace6d
commit e23e738cfe
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443

View File

@ -127,7 +127,7 @@ dependencyManagement {
dependency 'org.apache.directory.shared:shared-cursor:0.9.15'
dependency 'org.apache.directory.shared:shared-ldap-constants:0.9.15'
dependency 'org.apache.directory.shared:shared-ldap:0.9.15'
dependency 'org.apache.httpcomponents:httpclient:4.5.6'
dependency 'org.apache.httpcomponents:httpclient:4.5.7'
dependency 'org.apache.httpcomponents:httpcore:4.4.8'
dependency 'org.apache.httpcomponents:httpmime:4.5.3'
dependency 'org.apache.mina:mina-core:2.0.0-M6'