You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/02/20 17:34:11 UTC

[myfaces-tobago] branch main updated: build(deps): bump jsoup from 1.15.3 to 1.15.4

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

hnoeth 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 9828589d20 build(deps): bump jsoup from 1.15.3 to 1.15.4
9828589d20 is described below

commit 9828589d20a3729d56c68507fd66f75ddab4e816
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 20 16:59:39 2023 +0000

    build(deps): bump jsoup from 1.15.3 to 1.15.4
    
    Bumps [jsoup](https://github.com/jhy/jsoup) from 1.15.3 to 1.15.4.
    - [Release notes](https://github.com/jhy/jsoup/releases)
    - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES)
    - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.15.3...jsoup-1.15.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.jsoup:jsoup
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b8157f4ede..00c642e935 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,7 +263,7 @@
         <!-- jsoup HTML parser library -->
         <groupId>org.jsoup</groupId>
         <artifactId>jsoup</artifactId>
-        <version>1.15.3</version>
+        <version>1.15.4</version>
       </dependency>
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>