You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by me...@apache.org on 2022/05/09 11:42:36 UTC

[myfaces-master-pom] branch master updated: Bump maven-project-info-reports-plugin from 3.2.2 to 3.3.0 (#54)

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

melloware pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-master-pom.git


The following commit(s) were added to refs/heads/master by this push:
     new 82fb501  Bump maven-project-info-reports-plugin from 3.2.2 to 3.3.0 (#54)
82fb501 is described below

commit 82fb501848d25b93119a3f8793cf59eed932d7ca
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 9 07:42:33 2022 -0400

    Bump maven-project-info-reports-plugin from 3.2.2 to 3.3.0 (#54)
    
    Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.2.2 to 3.3.0.
    - [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.2.2...maven-project-info-reports-plugin-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin
      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 d44d6f2..c43d840 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1052,7 +1052,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>3.2.2</version>
+                <version>3.3.0</version>
             </plugin>
             <plugin>
                 <artifactId>maven-pmd-plugin</artifactId>