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/30 09:32:44 UTC

[maven-site-plugin] 02/02: [MSITE-915] 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-site-plugin.git

commit c9b984bbd27c85a4f011f01b30ff7541ad6ca927
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Nov 30 10:31:12 2022 +0100

    [MSITE-915] 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 99742dcf..7a9506b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -326,7 +326,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.4.2</version>
+      <version>3.5.0</version>
     </dependency>
 
     <!-- Doxia -->