mirror of https://github.com/apache/lucene.git
SOLR-11209: Upgrade HttpClient to 4.5.3.
This commit is contained in:
parent
47e7fbc4dc
commit
db87e55750
|
@ -147,9 +147,9 @@ org.apache.hadoop.version = 2.7.4
|
|||
|
||||
# The httpcore version is often different from the httpclient and httpmime versions,
|
||||
# so the httpcore version value should not share the same symbolic name with them.
|
||||
/org.apache.httpcomponents/httpclient = 4.4.1
|
||||
/org.apache.httpcomponents/httpcore = 4.4.1
|
||||
/org.apache.httpcomponents/httpmime = 4.4.1
|
||||
/org.apache.httpcomponents/httpclient = 4.5.3
|
||||
/org.apache.httpcomponents/httpcore = 4.4.6
|
||||
/org.apache.httpcomponents/httpmime = 4.5.3
|
||||
|
||||
/org.apache.ivy/ivy = 2.3.0
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
016d0bc512222f1253ee6b64d389c84e22f697f0
|
|
@ -0,0 +1 @@
|
|||
d1577ae15f01ef5438c5afc62162457c00a34713
|
|
@ -1 +0,0 @@
|
|||
f5aa318bda4c6c8d688c9d00b90681dcd82ce636
|
|
@ -0,0 +1 @@
|
|||
e3fd8ced1f52c7574af952e2e6da0df8df08eb82
|
|
@ -173,6 +173,8 @@ Other Changes
|
|||
|
||||
* SOLR-11254: Add score-less (abstract) DocTransformer.transform method. (Christine Poerschke)
|
||||
|
||||
* SOLR-11209: Upgrade HttpClient to 4.5.3. (Hrishikesh Gadre via Mark Miller)
|
||||
|
||||
================== 7.0.0 ==================
|
||||
|
||||
Versions of Major Components
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
016d0bc512222f1253ee6b64d389c84e22f697f0
|
|
@ -0,0 +1 @@
|
|||
d1577ae15f01ef5438c5afc62162457c00a34713
|
|
@ -1 +0,0 @@
|
|||
f5aa318bda4c6c8d688c9d00b90681dcd82ce636
|
|
@ -0,0 +1 @@
|
|||
e3fd8ced1f52c7574af952e2e6da0df8df08eb82
|
|
@ -1 +0,0 @@
|
|||
2f8757f5ac5e38f46c794e5229d1f3c522e9b1df
|
|
@ -0,0 +1 @@
|
|||
889fd6d061bb63b99dd5c6aba35a555ae863de52
|
Loading…
Reference in New Issue