You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2021/06/17 20:53:03 UTC

[maven-dependency-analyzer] branch master updated: Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2 (#32)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ee65fca  Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2 (#32)
ee65fca is described below

commit ee65fca28f5a3fa2837bbe3e79e8e0c64412f545
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jun 17 20:52:56 2021 +0000

    Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2 (#32)
    
    Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.1.1 to 3.1.2.
    - [Release notes](https://github.com/apache/maven-project-info-reports-plugin/releases)
    - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.1.1...maven-project-info-reports-plugin-3.1.2)
    
    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 919a8e7..c632408 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>3.1.1</version>
+          <version>3.1.2</version>
         </plugin>
       </plugins>
     </pluginManagement>