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/14 08:14:48 UTC

[plc4x-build-tools] branch develop updated: chore(deps): bump maven-assembly-plugin from 3.3.0 to 3.4.2 (#38)

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 caaf6df  chore(deps): bump maven-assembly-plugin from 3.3.0 to 3.4.2 (#38)
caaf6df is described below

commit caaf6df6762acfd92f5dc6f7724684c3fa1f45b1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 14 10:14:44 2022 +0200

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

diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index d638dc1..0ff0b5a 100644
--- a/code-generation/pom.xml
+++ b/code-generation/pom.xml
@@ -145,7 +145,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.4.2</version>
           <configuration>
             <finalName>apache-plc4x-code-generation-${project.version}</finalName>
           </configuration>
diff --git a/plc4x-site-skin/pom.xml b/plc4x-site-skin/pom.xml
index 99edd80..7420763 100644
--- a/plc4x-site-skin/pom.xml
+++ b/plc4x-site-skin/pom.xml
@@ -288,7 +288,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.4.2</version>
           <configuration>
             <finalName>apache-plc4x-site-skin-${project.version}</finalName>
           </configuration>