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 2023/01/16 12:42:14 UTC

[myfaces-master-pom] branch main updated: Bump maven-project-info-reports-plugin from 3.4.1 to 3.4.2 (#73)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9674570  Bump maven-project-info-reports-plugin from 3.4.1 to 3.4.2 (#73)
9674570 is described below

commit 9674570fb0c0208b3b0601122d7acbe932804fbc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 16 07:42:09 2023 -0500

    Bump maven-project-info-reports-plugin from 3.4.1 to 3.4.2 (#73)
    
    Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.4.1 to 3.4.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.4.1...maven-project-info-reports-plugin-3.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 a8fb631..e5c19f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1052,7 +1052,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>3.4.1</version>
+                <version>3.4.2</version>
             </plugin>
             <plugin>
                 <artifactId>maven-pmd-plugin</artifactId>