You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2018/09/10 02:16:37 UTC

[maven] branch master updated: [MNG-6473] Update Mockito to 2.21.0 (#181)

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new e0db90a  [MNG-6473] Update Mockito to 2.21.0 (#181)
e0db90a is described below

commit e0db90a94ccfa2a7749f5420bf67b28497afeb19
Author: Sylwester Lachiewicz <sl...@gmail.com>
AuthorDate: Mon Sep 10 04:16:34 2018 +0200

    [MNG-6473] Update Mockito to 2.21.0 (#181)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9946676a..0143254 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -53,7 +53,7 @@ under the License.
     <commonsCliVersion>1.4</commonsCliVersion>
     <commonsLangVersion>3.5</commonsLangVersion>
     <junitVersion>4.12</junitVersion>
-    <mockitoVersion>2.12.0</mockitoVersion>
+    <mockitoVersion>2.21.0</mockitoVersion>
     <plexusVersion>1.7.1</plexusVersion>
     <plexusInterpolationVersion>1.25</plexusInterpolationVersion>
     <plexusUtilsVersion>3.1.0</plexusUtilsVersion>