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 2022/11/27 21:31:19 UTC

[maven-dependency-plugin] branch dependabot/maven/src/it/projects/tree-verbose-small/junit-junit-4.13.2 updated (d7bbed63 -> e31483bb)

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

slachiewicz pushed a change to branch dependabot/maven/src/it/projects/tree-verbose-small/junit-junit-4.13.2
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


 discard d7bbed63 Bump junit from 4.13 to 4.13.3 in /src/it/projects/tree-verbose-small
     new e31483bb Bump junit from 4.13 to 4.13.2 in /src/it/projects/tree-verbose-small

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   (d7bbed63)
            \
             N -- N -- N   refs/heads/dependabot/maven/src/it/projects/tree-verbose-small/junit-junit-4.13.2 (e31483bb)

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:


[maven-dependency-plugin] 01/01: Bump junit from 4.13 to 4.13.2 in /src/it/projects/tree-verbose-small

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch dependabot/maven/src/it/projects/tree-verbose-small/junit-junit-4.13.2
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit e31483bb4814b7708c35846e74079e82f2f1e007
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Nov 27 22:29:39 2022 +0100

    Bump junit from 4.13 to 4.13.2 in /src/it/projects/tree-verbose-small
---
 src/it/projects/tree-verbose-small/expected.txt | 2 +-
 src/it/projects/tree-verbose-small/pom.xml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/it/projects/tree-verbose-small/expected.txt b/src/it/projects/tree-verbose-small/expected.txt
index 4d0120c3..611614c1 100644
--- a/src/it/projects/tree-verbose-small/expected.txt
+++ b/src/it/projects/tree-verbose-small/expected.txt
@@ -1,4 +1,4 @@
 org.apache.maven.its.dependency:tree-verbose2:jar:1.0-SNAPSHOT
 +- commons-logging:commons-logging:jar:1.2:compile
-\- junit:junit:jar:4.13:test
+\- junit:junit:jar:4.13.2:test
    \- org.hamcrest:hamcrest-core:jar:1.3:test
diff --git a/src/it/projects/tree-verbose-small/pom.xml b/src/it/projects/tree-verbose-small/pom.xml
index 838977a7..10487939 100644
--- a/src/it/projects/tree-verbose-small/pom.xml
+++ b/src/it/projects/tree-verbose-small/pom.xml
@@ -45,7 +45,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>