HADOOP-17223 update org.apache.httpcomponents:httpclient to 4.5.13 and httpcore to 4.4.13 (#2242)

* update org.apache.httpcomponents:httpclient from 4.5.6 to 4.5.13
* update org.apache.httpcomponents:httpcore from 4.4.10 to 4.4.13
This commit is contained in:
Pranav Bheda 2020-10-13 01:54:41 -07:00 committed by GitHub
parent 42358169f6
commit be3edd0532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,8 +75,8 @@
<jackson2.databind.version>2.10.3</jackson2.databind.version> <jackson2.databind.version>2.10.3</jackson2.databind.version>
<!-- httpcomponents versions --> <!-- httpcomponents versions -->
<httpclient.version>4.5.6</httpclient.version> <httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.10</httpcore.version> <httpcore.version>4.4.13</httpcore.version>
<!-- SLF4J/LOG4J version --> <!-- SLF4J/LOG4J version -->
<slf4j.version>1.7.30</slf4j.version> <slf4j.version>1.7.30</slf4j.version>