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 2022/08/29 08:21:42 UTC

[myfaces-tobago] branch tobago-5.x updated: build: update jsoup because of CVE-2022-36033 (#3055)

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

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


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new ec23341ec6 build: update jsoup because of CVE-2022-36033 (#3055)
ec23341ec6 is described below

commit ec23341ec65026e8ca9fe9628fa0f0481f5adcd8
Author: Udo Schnurpfeil <gi...@schnurpfeil.de>
AuthorDate: Mon Aug 29 10:21:37 2022 +0200

    build: update jsoup because of CVE-2022-36033 (#3055)
    
    Co-authored-by: Udo Schnurpfeil <ud...@irian.eu>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 374503c47e..41333324e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -270,7 +270,7 @@
         <!-- jsoup HTML parser library -->
         <groupId>org.jsoup</groupId>
         <artifactId>jsoup</artifactId>
-        <version>1.15.2</version>
+        <version>1.15.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.myfaces.test</groupId>