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/04/17 11:46:17 UTC

[maven-reporting-impl] branch master updated: [MSHARED-1058] Upgrade components

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-impl.git


The following commit(s) were added to refs/heads/master by this push:
     new 60517dd  [MSHARED-1058] Upgrade components
60517dd is described below

commit 60517ddcc5d6ae3098f454d35f3da252c6a9c05e
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 10:27:52 2022 +0200

    [MSHARED-1058] Upgrade components
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e45e8fc..c959d2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>3.3.3</version>
+      <version>3.3.4</version>
     </dependency>
 
     <!-- Doxia -->
@@ -130,7 +130,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.24</version>
+      <version>3.3.1</version>
     </dependency>
 
     <!-- test -->