You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/01/04 16:31:36 UTC

[myfaces-tobago] branch tobago-3.0.x updated: TOBAGO-1839: Cross-site scripting (XSS) vulnerability in jsoup before 1.8.3 - CVE-2015-6748

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch tobago-3.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-3.0.x by this push:
     new 01b94fd  TOBAGO-1839: Cross-site scripting (XSS) vulnerability in jsoup before 1.8.3 - CVE-2015-6748
01b94fd is described below

commit 01b94fd5228178b52ac48e7cbd960b872a5662fe
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Jan 4 17:31:26 2018 +0100

    TOBAGO-1839: Cross-site scripting (XSS) vulnerability in jsoup before 1.8.3 - CVE-2015-6748
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4719d20..e77a597 100644
--- a/pom.xml
+++ b/pom.xml
@@ -482,7 +482,7 @@
         <!-- jsoup HTML parser library -->
         <groupId>org.jsoup</groupId>
         <artifactId>jsoup</artifactId>
-        <version>1.8.2</version>
+        <version>1.11.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.myfaces.test</groupId>

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].