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

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


The following commit(s) were added to refs/heads/master by this push:
     new 31d5444  [MJARSIGNER-71] upgrade plexus-utils to 4.0.0
31d5444 is described below

commit 31d5444bfc297d7de626db0f558c96e065478dc6
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sun Sep 10 12:58:37 2023 +0200

    [MJARSIGNER-71] upgrade plexus-utils to 4.0.0
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 04453d4..baca161 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.3.0</version>
+        <version>4.0.0</version>
       </dependency>
     </dependencies>
   </dependencyManagement>
@@ -118,6 +118,11 @@ under the License.
       <artifactId>maven-shared-utils</artifactId>
       <version>3.3.3</version>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-xml</artifactId>
+      <version>3.0.0</version>
+    </dependency>
     <dependency>
       <groupId>org.sonatype.plexus</groupId>
       <artifactId>plexus-sec-dispatcher</artifactId>

Reply via email to