You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/11/26 14:30:00 UTC

[maven-reporting-exec] 01/02: [MSHARED-1166] Upgrade Plexus Utils to 3.5.0

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git

commit a153cb1e1f801f12b34bf83f127b0a83ae863306
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Nov 26 15:26:44 2022 +0100

    [MSHARED-1166] Upgrade Plexus Utils to 3.5.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4245842..5596ec7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.4.2</version>
+      <version>3.5.0</version>
     </dependency>
 
     <dependency>