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 <[email protected]> Authored: Tue Mar 15 09:35:15 2016 +0100 Committer: Sergio Fernández <[email protected]> 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>
