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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 1204127  [MJAR-290] - Update Plexus Utils to 3.4.2
1204127 is described below

commit 120412767b4677acf93243b1aa01e34799df5409
Author: Jorge Solórzano <jor...@gmail.com>
AuthorDate: Thu Aug 18 11:43:03 2022 +0200

    [MJAR-290] - Update Plexus Utils to 3.4.2
    
    Signed-off-by: Jorge Solórzano <jor...@gmail.com>
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 19de695..ca35e0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,6 +115,11 @@
       <artifactId>maven-archiver</artifactId>
       <version>3.6.0</version>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>3.4.2</version>
+    </dependency>
     <!-- dependencies to annotations -->
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>

Reply via email to