You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/08/22 21:07:59 UTC

[maven-jarsigner-plugin] 01/01: [sec] Upgrade plexus to 3.3.0

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

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

commit de489af8d6b8a56215adec7238ff303ae0b3bef8
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Mar 14 17:25:08 2020 +0100

    [sec] Upgrade plexus to 3.3.0
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0eea10d..1f0e7ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,15 @@ under the License.
     <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-utils</artifactId>
+        <version>3.3.0</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>