You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by wo...@apache.org on 2014/12/24 14:00:17 UTC

svn commit: r1647772 - /portals/applications/webcontent/trunk/pom.xml

Author: woonsan
Date: Wed Dec 24 13:00:17 2014
New Revision: 1647772

URL: http://svn.apache.org/r1647772
Log:
APA-67: upgrade HttpComponents core and client dependencies

Modified:
    portals/applications/webcontent/trunk/pom.xml

Modified: portals/applications/webcontent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/pom.xml?rev=1647772&r1=1647771&r2=1647772&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/pom.xml (original)
+++ portals/applications/webcontent/trunk/pom.xml Wed Dec 24 13:00:17 2014
@@ -41,8 +41,8 @@
     <junit.version>4.11</junit.version>
     <easymock.version>3.2</easymock.version>
     <htmlcleaner.version>2.8</htmlcleaner.version>
-    <httpcomponents-httpcore.version>4.3.2</httpcomponents-httpcore.version>
-    <httpcomponents-httpclient.version>4.3.5</httpcomponents-httpclient.version>
+    <httpcomponents-httpcore.version>4.4</httpcomponents-httpcore.version>
+    <httpcomponents-httpclient.version>4.3.6</httpcomponents-httpclient.version>
     <jcip-annotations.version>1.0</jcip-annotations.version>
     <commons-lang.version>2.6</commons-lang.version>
     <commons-io.version>2.4</commons-io.version>