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/05/18 08:09:26 UTC

[maven-site-plugin] branch master updated: [MSITE-902] Upgrade Plexus Utils to 3.4.2

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-site-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 65a80522 [MSITE-902] Upgrade Plexus Utils to 3.4.2
65a80522 is described below

commit 65a8052261a6e4cccccf2c34da44ce3186faa4e9
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed May 18 10:08:38 2022 +0200

    [MSITE-902] Upgrade Plexus Utils to 3.4.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index da91fa96..8117e7ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -325,7 +325,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.2</version>
     </dependency>
 
     <!-- Doxia -->