You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/08/27 11:59:58 UTC

[maven-dependency-plugin] branch master updated: Bump jsoup from 1.15.2 to 1.15.3

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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a1057ca Bump jsoup from 1.15.2 to 1.15.3
7a1057ca is described below

commit 7a1057ca704d88829a0fb0d3041bfb76bc7b2ce2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 26 07:42:50 2022 +0000

    Bump jsoup from 1.15.2 to 1.15.3
    
    Bumps [jsoup](https://github.com/jhy/jsoup) from 1.15.2 to 1.15.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.15.2...jsoup-1.15.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 6f06c2c0..d9e32b86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@ under the License.
               <dependency>
                 <groupId>org.jsoup</groupId>
                 <artifactId>jsoup</artifactId>
-                <version>1.15.2</version>
+                <version>1.15.3</version>
               </dependency>
             </dependencies>
           </plugin>