You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/11/14 13:24:51 UTC

[maven-apache-parent] branch master updated: [MPOM-363] Bump maven-project-info-reports-plugin from 3.3.0 to 3.4.1 (#103)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 177dffb  [MPOM-363] Bump maven-project-info-reports-plugin from 3.3.0 to 3.4.1 (#103)
177dffb is described below

commit 177dffb42dd03b5a509b8bea07f61c7359775dd8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 14 14:24:46 2022 +0100

    [MPOM-363] Bump maven-project-info-reports-plugin from 3.3.0 to 3.4.1 (#103)
    
    Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.3.0 to 3.4.1.
    - [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.3.0...maven-project-info-reports-plugin-3.4.1)
    
    ---
    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>
    
    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 49d9ff4..7c461bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.4.1</version>
           <configuration>
             <pluginManagementExcludes>
               <exclude>org.eclipse.m2e:lifecycle-mapping</exclude>