This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cbe968  Bump maven-jar-plugin from 3.2.0 to 3.2.2
1cbe968 is described below

commit 1cbe968b4b848870aac2dc13d440e9f7fc0ef029
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 5 21:21:15 2022 +0000

    Bump maven-jar-plugin from 3.2.0 to 3.2.2
    
    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] <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9efab7b..c549118 100644
--- a/pom.xml
+++ b/pom.xml
@@ -485,7 +485,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-jar-plugin</artifactId>
-                                       <version>3.2.0</version>
+                                       <version>3.2.2</version>
                                        <configuration>
                                                <archive>
                                                        
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>

Reply via email to