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 2023/01/24 12:35:56 UTC

[plc4x-build-tools] branch develop updated: chore(deps): bump maven-project-info-reports-plugin from 3.4.1 to 3.4.2 (#51)

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-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6150fcd  chore(deps): bump maven-project-info-reports-plugin from 3.4.1 to 3.4.2 (#51)
6150fcd is described below

commit 6150fcd6f4a4f155a63210eebb37aeb79d371d95
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 24 13:35:51 2023 +0100

    chore(deps): bump maven-project-info-reports-plugin from 3.4.1 to 3.4.2 (#51)
    
    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>
---
 code-generation/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index 33416b0..4ecefa8 100644
--- a/code-generation/pom.xml
+++ b/code-generation/pom.xml
@@ -184,7 +184,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>3.4.1</version>
+          <version>3.4.2</version>
         </plugin>
 
         <plugin>