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/02 11:50:13 UTC

[36/50] [abbrv] marmotta git commit: upgraded jsoup to avoid the reported vulnerabilities

upgraded jsoup to avoid the reported vulnerabilities


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

Branch: refs/heads/MARMOTTA-584
Commit: 2932ecf20c1707f0745516fb4be312b0bad05ad3
Parents: 503cbc8
Author: Sergio Fern�ndez <wi...@apache.org>
Authored: Tue Mar 15 09:35:15 2016 +0100
Committer: Sergio Fern�ndez <wi...@apache.org>
Committed: Tue Mar 15 09:35:15 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/marmotta/blob/2932ecf2/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 5366e41..81750b9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1711,7 +1711,7 @@
             <dependency>
                 <groupId>org.jsoup</groupId>
                 <artifactId>jsoup</artifactId>
-                <version>1.7.2</version>
+                <version>1.8.3</version>
             </dependency>
 
             <dependency>