You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2016/02/17 13:49:20 UTC

svn commit: r1730825 - in /manifoldcf/trunk: build.xml pom.xml

Author: kwright
Date: Wed Feb 17 12:49:20 2016
New Revision: 1730825

URL: http://svn.apache.org/viewvc?rev=1730825&view=rev
Log:
Update to latest HttpClient

Modified:
    manifoldcf/trunk/build.xml
    manifoldcf/trunk/pom.xml

Modified: manifoldcf/trunk/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1730825&r1=1730824&r2=1730825&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Wed Feb 17 12:49:20 2016
@@ -31,9 +31,9 @@
     
     <property name="hsqldb.version" value="2.3.2"/>
     <property name="jetty.version" value="9.2.3.v20140905"/>
-    <property name="httpclient.version" value="4.4.1"/>
-    <property name="httpmime.version" value="4.4"/>
-    <property name="httpcore.version" value="4.4.1"/>
+    <property name="httpclient.version" value="4.5.1"/>
+    <property name="httpmime.version" value="4.5.1"/>
+    <property name="httpcore.version" value="4.4.4"/>
     <property name="xerces.version" value="2.10.0"/>
     <property name="zookeeper.version" value="3.4.6"/>
     <property name="mongodb.version" value="2.11.3"/>

Modified: manifoldcf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/pom.xml?rev=1730825&r1=1730824&r2=1730825&view=diff
==============================================================================
--- manifoldcf/trunk/pom.xml (original)
+++ manifoldcf/trunk/pom.xml Wed Feb 17 12:49:20 2016
@@ -61,9 +61,9 @@
     <commons-collections.version>3.2.1</commons-collections.version>
     <commons-fileupload.version>1.2.2</commons-fileupload.version>
     <commons-discovery.version>0.5</commons-discovery.version>
-    <httpcomponent.httpclient.version>4.4.1</httpcomponent.httpclient.version>
-    <httpcomponent.httpcore.version>4.4.1</httpcomponent.httpcore.version>
-    <httpcomponent.httpmime.version>4.4</httpcomponent.httpmime.version>
+    <httpcomponent.httpclient.version>4.5.1</httpcomponent.httpclient.version>
+    <httpcomponent.httpcore.version>4.4.4</httpcomponent.httpcore.version>
+    <httpcomponent.httpmime.version>4.5.1</httpcomponent.httpmime.version>
     <solr.version>5.1.0</solr.version>
     <noggit.version>0.6</noggit.version>
     <commons-el.version>1.0</commons-el.version>