You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/08/31 14:33:44 UTC

[plc4x] branch develop updated: build(deps): bump maven-dependency-tree from 3.1.1 to 3.2.0 (#480)

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new ed563336a build(deps): bump maven-dependency-tree from 3.1.1 to 3.2.0 (#480)
ed563336a is described below

commit ed563336a1aeac28bf913b95cd36c1e8a1bcd92c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 31 16:33:40 2022 +0200

    build(deps): bump maven-dependency-tree from 3.1.1 to 3.2.0 (#480)
    
    Bumps [maven-dependency-tree](https://github.com/apache/maven-dependency-tree) from 3.1.1 to 3.2.0.
    - [Release notes](https://github.com/apache/maven-dependency-tree/releases)
    - [Commits](https://github.com/apache/maven-dependency-tree/compare/maven-dependency-tree-3.1.1...maven-dependency-tree-3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.shared:maven-dependency-tree
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    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 61f2f19ff..2925797f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -970,7 +970,7 @@
           <dependency>
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-dependency-tree</artifactId>
-            <version>3.1.1</version>
+            <version>3.2.0</version>
           </dependency>
         </dependencies>
       </plugin>