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:24 UTC

[maven] branch MNG-6872 updated (cc7892b -> 9e92a93)

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

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


 discard cc7892b  MNG-6872 (tests) update plexus-utils to 3.3.0
     add d204f02  [MNG-6874] - Upgrade Maven Parent to 34
     new 9e92a93  [MNG-6872] - Found CVEs in your dependencies - plexus-utils (tests)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cc7892b)
            \
             N -- N -- N   refs/heads/MNG-6872 (9e92a93)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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

Posted by kh...@apache.org.
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>