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/08/31 12:15:43 UTC

[plc4x] branch develop updated: build(deps): bump exec-maven-plugin from 3.0.0 to 3.1.0 (#469)

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


The following commit(s) were added to refs/heads/develop by this push:
     new 64f3bd5ca build(deps): bump exec-maven-plugin from 3.0.0 to 3.1.0 (#469)
64f3bd5ca is described below

commit 64f3bd5ca7d240257f314c7cfbb28bd69535e2e0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 31 14:15:37 2022 +0200

    build(deps): bump exec-maven-plugin from 3.0.0 to 3.1.0 (#469)
    
    Bumps [exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
    - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/exec-maven-plugin-3.0.0...exec-maven-plugin-3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:exec-maven-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 8ca674cb1..c38ec006c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1331,7 +1331,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>exec-maven-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.1.0</version>
         </plugin>
 
         <plugin>