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/05/07 16:44:47 UTC

[maven-resolver] branch MRESOLVER-108 updated (2bc21a0 -> 8b22c4a)

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

slachiewicz pushed a change to branch MRESOLVER-108
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git.


 discard 2bc21a0  [MRESOLVER-108] - Update mockito-core to 2.28.2
     new 8b22c4a  [MRESOLVER-108] - Update mockito-core to 2.28.2

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   (2bc21a0)
            \
             N -- N -- N   refs/heads/MRESOLVER-108 (8b22c4a)

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-resolver] 01/01: [MRESOLVER-108] - Update mockito-core to 2.28.2

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

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

commit 8b22c4af2360cc7f6ff62b1c839198049f7312c8
Author: jonvolfson <jo...@yahoo.com>
AuthorDate: Thu May 7 12:07:20 2020 -0400

    [MRESOLVER-108] - Update mockito-core to 2.28.2
    
    Closes #50
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f8a62d9..983e264 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>2.23.0</version>
+        <version>2.28.2</version>
         <scope>test</scope>
       </dependency>