You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2022/05/19 22:43:47 UTC

[any23] branch master updated: Bump jsoup from 1.14.3 to 1.15.1 (#289)

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

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e2b0cda Bump jsoup from 1.14.3 to 1.15.1 (#289)
8e2b0cda is described below

commit 8e2b0cda7aa725c1c8989765d2a51348e1294776
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu May 19 15:43:42 2022 -0700

    Bump jsoup from 1.14.3 to 1.15.1 (#289)
    
    Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.3 to 1.15.1.
    - [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.3...jsoup-1.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.jsoup:jsoup
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 374e7950..0bddf0a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,7 +389,7 @@
       <dependency>
         <groupId>org.jsoup</groupId>
         <artifactId>jsoup</artifactId>
-        <version>1.14.3</version>
+        <version>1.15.1</version>
       </dependency>
       <dependency>
         <groupId>net.sf.biweekly</groupId>