[jboss-cvs] JBossAS SVN: r114744 - branches/JBPAPP_5/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 24 03:02:31 EST 2014


Author: huwang
Date: 2014-02-24 03:02:30 -0500 (Mon, 24 Feb 2014)
New Revision: 114744

Modified:
   branches/JBPAPP_5/component-matrix/pom.xml
Log:
JBPAPP-10677 CVE-2012-5783 - commons-httpclient fix (EAP 5)

Modified: branches/JBPAPP_5/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5/component-matrix/pom.xml	2014-02-24 07:47:58 UTC (rev 114743)
+++ branches/JBPAPP_5/component-matrix/pom.xml	2014-02-24 08:02:30 UTC (rev 114744)
@@ -207,7 +207,7 @@
       <dependency>
         <groupId>apache-httpclient</groupId>
         <artifactId>commons-httpclient</artifactId>
-        <version>3.1</version>
+        <version>3.1-patch-01</version>
         <scope>test</scope>
       </dependency>
       



More information about the jboss-cvs-commits mailing list