This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch maven-3.8.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.8.x by this push:
new 6f5c3d5 [MNG-6872] - Found CVEs in your dependencies - plexus-utils
(tests)
6f5c3d5 is described below
commit 6f5c3d57a6024a5c1f1f4e501293c8d7ce3f8431
Author: Karl Heinz Marbaise <[email protected]>
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>