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 2015/11/17 18:48:17 UTC

marmotta git commit: upgraded to commons-collections version that fixes the java deserialization vulnerability

Repository: marmotta
Updated Branches:
  refs/heads/develop 501ab257f -> c008f95de


upgraded to commons-collections version that fixes the java deserialization vulnerability


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

Branch: refs/heads/develop
Commit: c008f95de8dda3c60d38d64cfe34ef61f7585570
Parents: 501ab25
Author: Sergio Fernández <wi...@apache.org>
Authored: Tue Nov 17 18:47:57 2015 +0100
Committer: Sergio Fernández <wi...@apache.org>
Committed: Tue Nov 17 18:47:57 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/marmotta/blob/c008f95d/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 4848096..5366e41 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -650,7 +650,7 @@
             <dependency>
                 <groupId>commons-collections</groupId>
                 <artifactId>commons-collections</artifactId>
-                <version>3.2.1</version>
+                <version>3.2.2</version>
             </dependency>
             <dependency>
                 <groupId>commons-codec</groupId>