You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2016/05/24 09:31:42 UTC

[2/2] marmotta git commit: upgraded to xercesImpl 2.11.0 to fix CVE-2013-4002

upgraded to xercesImpl 2.11.0 to fix CVE-2013-4002


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/d71cf790
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/d71cf790
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/d71cf790

Branch: refs/heads/develop
Commit: d71cf7907ccbec406ae6598d5a8204d610666ef4
Parents: 48c290e
Author: Sergio Fern�ndez <wi...@apache.org>
Authored: Tue May 24 11:23:20 2016 +0200
Committer: Sergio Fern�ndez <wi...@apache.org>
Committed: Tue May 24 11:23:20 2016 +0200

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/d71cf790/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 409a145..573c0c3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -753,7 +753,7 @@
             <dependency>
                 <groupId>xerces</groupId>
                 <artifactId>xercesImpl</artifactId>
-                <version>2.10.0</version>
+                <version>2.11.0</version>
             </dependency>
             <dependency>
                 <groupId>xml-apis</groupId>