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/16 19:34:51 UTC

[maven-site-plugin] branch master updated: [MSITE-889] Upgrade Plexus Utils to 3.3.1

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 522eddd7 [MSITE-889] Upgrade Plexus Utils to 3.3.1
522eddd7 is described below

commit 522eddd70e4b822d8a14eba845c94b3f88edef7e
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Apr 16 21:34:29 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index ece8805a..31d4173c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,7 +318,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.3.0</version>
+      <version>3.3.1</version>
     </dependency>
 
     <!-- Doxia -->