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:14:59 UTC

[myfaces-tobago] branch main updated: build: update jsoup because of CVE-2022-36033 (#3056)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new dbaab968c9 build: update jsoup because of CVE-2022-36033 (#3056)
dbaab968c9 is described below

commit dbaab968c9b2d220b48b09c676848889eaf02022
Author: Udo Schnurpfeil <gi...@schnurpfeil.de>
AuthorDate: Mon Aug 29 10:14:54 2022 +0200

    build: update jsoup because of CVE-2022-36033 (#3056)
    
    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 642e5b88aa..d6980c9c26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,7 +267,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.core</groupId>