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/07/05 07:42:46 UTC

[plc4x] branch develop updated: build(deps): bump maven-jar-plugin from 3.2.0 to 3.2.2 (#420)

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 38725e121 build(deps): bump maven-jar-plugin from 3.2.0 to 3.2.2 (#420)
38725e121 is described below

commit 38725e121d6d67942aca6204bc5d8d1691580f6c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jul 5 09:42:41 2022 +0200

    build(deps): bump maven-jar-plugin from 3.2.0 to 3.2.2 (#420)
    
    Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.0 to 3.2.2.
    - [Release notes](https://github.com/apache/maven-jar-plugin/releases)
    - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.2.0...maven-jar-plugin-3.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-jar-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 bb0b5102e..227367e34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1158,7 +1158,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.2.2</version>
         </plugin>
 
         <plugin>