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 2021/10/06 06:44:20 UTC

[myfaces-tobago] branch tobago-4.x updated: build(deps): bump jsoup from 1.14.2 to 1.14.3

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

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


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new 803ee05  build(deps): bump jsoup from 1.14.2 to 1.14.3
803ee05 is described below

commit 803ee050eafc41dbb319fe24dafd1ecf41ceba1d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 5 16:42:08 2021 +0000

    build(deps): bump jsoup from 1.14.2 to 1.14.3
    
    Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.2 to 1.14.3.
    - [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.14.2...jsoup-1.14.3)
    
    ---
    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 15a0406..8931921 100644
--- a/pom.xml
+++ b/pom.xml
@@ -479,7 +479,7 @@
         <!-- jsoup HTML parser library -->
         <groupId>org.jsoup</groupId>
         <artifactId>jsoup</artifactId>
-        <version>1.14.2</version>
+        <version>1.14.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.myfaces.test</groupId>