You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/03/07 22:16:05 UTC

[maven] 01/01: MNG-6872 (tests) update plexus-utils to 3.3.0

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MNG-6872
in repository https://gitbox.apache.org/repos/asf/maven.git

commit cc7892bd83d3485c9ddb6383f49f685fc2b59694
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Mar 7 23:15:45 2020 +0100

    MNG-6872 (tests) update plexus-utils to 3.3.0
---
 maven-core/src/test/resources-project-builder/micromailer/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-core/src/test/resources-project-builder/micromailer/pom.xml b/maven-core/src/test/resources-project-builder/micromailer/pom.xml
index a132954..44f1cd9 100644
--- a/maven-core/src/test/resources-project-builder/micromailer/pom.xml
+++ b/maven-core/src/test/resources-project-builder/micromailer/pom.xml
@@ -48,7 +48,7 @@
 		<dependency>
 			<groupId>org.codehaus.plexus</groupId>
 			<artifactId>plexus-utils</artifactId>
-			<version>1.5.5</version>
+			<version>3.3.0</version>
 			<type>jar</type>
 			<scope>compile</scope>
 		</dependency>