You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by hi...@apache.org on 2016/05/27 19:14:34 UTC

svn commit: r1745802 - /synapse/trunk/java/pom.xml

Author: hiranya
Date: Fri May 27 19:14:34 2016
New Revision: 1745802

URL: http://svn.apache.org/viewvc?rev=1745802&view=rev
Log:
Upgrading HTTP Core and HTTP Client versions; As suggested in SYNAPSE-1014

Modified:
    synapse/trunk/java/pom.xml

Modified: synapse/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=1745802&r1=1745801&r2=1745802&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Fri May 27 19:14:34 2016
@@ -1093,8 +1093,8 @@
         <truezip.version>6.6</truezip.version>
         <jsch.version>0.1.31</jsch.version>
         <jms-1.1-spec.version>1.1</jms-1.1-spec.version>
-        <httpcore.nio.version>4.3</httpcore.nio.version>
-        <http.client.version>4.3.1</http.client.version>
+        <httpcore.nio.version>4.3.3</httpcore.nio.version>
+        <http.client.version>4.3.6</http.client.version>
         <aspectj.version>1.8.2</aspectj.version>
         <qfj.version>1.4.0</qfj.version>
         <wso2uri-template.version>1.0.0</wso2uri-template.version>