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/02/23 09:35:45 UTC

[plc4x] branch develop updated: build(deps): bump maven-assembly-plugin from 3.4.2 to 3.5.0 (#819)

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 795454c829 build(deps): bump maven-assembly-plugin from 3.4.2 to 3.5.0 (#819)
795454c829 is described below

commit 795454c8292e301c1e188482a131cc3d46679637
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 23 10:35:40 2023 +0100

    build(deps): bump maven-assembly-plugin from 3.4.2 to 3.5.0 (#819)
    
    Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.4.2 to 3.5.0.
    - [Release notes](https://github.com/apache/maven-assembly-plugin/releases)
    - [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.4.2...maven-assembly-plugin-3.5.0)
    
    ---
    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>
    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 c6b44aaecb..1485e3f01f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1199,7 +1199,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.4.2</version>
+          <version>3.5.0</version>
           <configuration>
             <finalName>apache-plc4x-${project.version}</finalName>
           </configuration>