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:13:28 UTC

[maven-site-plugin] branch maven-site-plugin-3.x 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 maven-site-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/maven-site-plugin-3.x by this push:
     new b99c0ef3 [MSITE-902] Upgrade Plexus Utils to 3.4.2
b99c0ef3 is described below

commit b99c0ef371774a414ade764f2921bdfe8918ed60
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 9fbf6435..ae143c27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -324,7 +324,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 -->