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 2022/09/12 08:43:02 UTC

[plc4x-build-tools] branch develop updated: chore(deps): bump maven-invoker-plugin from 3.2.2 to 3.3.0 (#31)

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 dd53643  chore(deps): bump maven-invoker-plugin from 3.2.2 to 3.3.0 (#31)
dd53643 is described below

commit dd53643dd89f66b5c1a98912f40daea4bbf9b38d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 12 10:42:58 2022 +0200

    chore(deps): bump maven-invoker-plugin from 3.2.2 to 3.3.0 (#31)
    
    Bumps [maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.2.2 to 3.3.0.
    - [Release notes](https://github.com/apache/maven-invoker-plugin/releases)
    - [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.2.2...maven-invoker-plugin-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-invoker-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>
---
 code-generation/plc4x-maven-plugin/pom.xml | 2 +-
 code-generation/pom.xml                    | 2 +-
 plc4x-site-skin/pom.xml                    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/code-generation/plc4x-maven-plugin/pom.xml b/code-generation/plc4x-maven-plugin/pom.xml
index 425b476..26b0488 100644
--- a/code-generation/plc4x-maven-plugin/pom.xml
+++ b/code-generation/plc4x-maven-plugin/pom.xml
@@ -153,7 +153,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>3.1.0</version>
+            <version>3.3.0</version>
             <configuration>
               <debug>true</debug>
               <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index 155315b..f560f73 100644
--- a/code-generation/pom.xml
+++ b/code-generation/pom.xml
@@ -164,7 +164,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-invoker-plugin</artifactId>
-          <version>3.2.2</version>
+          <version>3.3.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
diff --git a/plc4x-site-skin/pom.xml b/plc4x-site-skin/pom.xml
index 90380c3..23ee85e 100644
--- a/plc4x-site-skin/pom.xml
+++ b/plc4x-site-skin/pom.xml
@@ -253,7 +253,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-invoker-plugin</artifactId>
-          <version>3.2.2</version>
+          <version>3.3.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>