[jboss-cvs] JBossAS SVN: r94429 - branches/JBPAPP_5_0/component-matrix.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Oct 6 14:36:35 EDT 2009
Author: permaine
Date: 2009-10-06 14:36:35 -0400 (Tue, 06 Oct 2009)
New Revision: 94429
Modified:
branches/JBPAPP_5_0/component-matrix/pom.xml
Log:
JBPAPP-2859: CVE-2009-2625 xerces-j2 Denial of Service vulnerability (moderate)
Modified: branches/JBPAPP_5_0/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_0/component-matrix/pom.xml 2009-10-06 18:34:16 UTC (rev 94428)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml 2009-10-06 18:36:35 UTC (rev 94429)
@@ -258,13 +258,13 @@
<dependency>
<groupId>apache-xerces</groupId>
<artifactId>resolver</artifactId>
- <version>2.9.1</version>
+ <version>2.9.1-patch-01</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
- <version>2.9.1</version>
+ <version>2.9.1-patch-01</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
@@ -276,7 +276,7 @@
<dependency>
<groupId>apache-xerces</groupId>
<artifactId>xml-apis</artifactId>
- <version>2.9.1</version>
+ <version>2.9.1-patch-01</version>
</dependency>
<dependency>
More information about the jboss-cvs-commits
mailing list