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/09/12 19:34:14 UTC

[maven-dependency-plugin] branch master updated: Bump jsoup in /src/it/projects/analyze-testDependencyWithNonTestScope

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 a03a9565 Bump jsoup in /src/it/projects/analyze-testDependencyWithNonTestScope
a03a9565 is described below

commit a03a95658cf0d7185bff6d18ec6d50a05f0c7b31
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 1 23:58:20 2022 +0000

    Bump jsoup in /src/it/projects/analyze-testDependencyWithNonTestScope
    
    Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.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.14.2...jsoup-1.15.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.jsoup:jsoup
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 src/it/projects/analyze-testDependencyWithNonTestScope/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/projects/analyze-testDependencyWithNonTestScope/pom.xml b/src/it/projects/analyze-testDependencyWithNonTestScope/pom.xml
index dab86558..8e8a292c 100644
--- a/src/it/projects/analyze-testDependencyWithNonTestScope/pom.xml
+++ b/src/it/projects/analyze-testDependencyWithNonTestScope/pom.xml
@@ -64,7 +64,7 @@
     <dependency>
       <groupId>org.jsoup</groupId>
       <artifactId>jsoup</artifactId>
-      <version>1.14.2</version>
+      <version>1.15.3</version>
       <!--<scope>test</scope>-->
     </dependency>
     <dependency>