This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MNG-6492 in repository https://gitbox.apache.org/repos/asf/maven.git
commit 59a8121ebadf15626417859104db5a2950e3882e Author: Sylwester Lachiewicz <slachiew...@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>