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 2019/12/09 18:17:41 UTC

[maven] branch MNG-6817 created (now 5750857)

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

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


      at 5750857  [MNG-6817] - Upgrade mockito to 3.2.0

This branch includes the following new commits:

     new 5750857  [MNG-6817] - Upgrade mockito to 3.2.0

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.



[maven] 01/01: [MNG-6817] - Upgrade mockito to 3.2.0

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

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

commit 57508579bbcee62f4450eda086bd2bace8c70de4
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Dec 9 19:17:30 2019 +0100

    [MNG-6817] - Upgrade mockito to 3.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cda615c..d36ad7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@ under the License.
     <commonsCliVersion>1.4</commonsCliVersion>
     <commonsLangVersion>3.8.1</commonsLangVersion>
     <junitVersion>4.12</junitVersion>
-    <mockitoVersion>2.21.0</mockitoVersion>
+    <mockitoVersion>3.2.0</mockitoVersion>
     <plexusVersion>2.1.0</plexusVersion>
     <plexusInterpolationVersion>1.25</plexusInterpolationVersion>
     <plexusUtilsVersion>3.2.1</plexusUtilsVersion>