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/07/23 04:20:44 UTC

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

Author: woonsan
Date: Wed Jul 23 02:20:44 2014
New Revision: 1612747

URL: http://svn.apache.org/r1612747
Log:
APA-65: upgrading http core/client deps. also upgrading commons-lang, commons-io and commons-beanutils.

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=1612747&r1=1612746&r2=1612747&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/pom.xml (original)
+++ portals/applications/webcontent/trunk/pom.xml Wed Jul 23 02:20:44 2014
@@ -41,12 +41,12 @@
     <junit.version>4.11</junit.version>
     <easymock.version>3.2</easymock.version>
     <htmlcleaner.version>2.8</htmlcleaner.version>
-    <httpcomponents-httpcore.version>4.0.1</httpcomponents-httpcore.version>
-    <httpcomponents-httpclient.version>4.0</httpcomponents-httpclient.version>
+    <httpcomponents-httpcore.version>4.3.2</httpcomponents-httpcore.version>
+    <httpcomponents-httpclient.version>4.3.4</httpcomponents-httpclient.version>
     <jcip-annotations.version>1.0</jcip-annotations.version>
-    <commons-lang.version>2.4</commons-lang.version>
-    <commons-io.version>1.4</commons-io.version>
-    <commons-beanutils.version>1.8.0</commons-beanutils.version>
+    <commons-lang.version>2.6</commons-lang.version>
+    <commons-io.version>2.4</commons-io.version>
+    <commons-beanutils.version>1.9.2</commons-beanutils.version>
     <commons-chain.version>1.2</commons-chain.version>
     <velocity.version>1.6.3</velocity.version>
     <velocity-tools.version>1.3</velocity-tools.version>