You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/03/08 14:38:25 UTC

[maven] 01/01: [MNG-6872] - Found CVEs in your dependencies - plexus-utils (tests)

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

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

commit 9e92a93ab83e4fc8bc2fd9544198b735ed92d678
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Mar 8 15:38:11 2020 +0100

    [MNG-6872] - Found CVEs in your dependencies - plexus-utils (tests)
---
 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>