You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by we...@apache.org on 2019/08/06 19:18:32 UTC

[hadoop] branch trunk updated: HADOOP-16275. Upgrade Mockito to the latest version. Contributed by kevin su.

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

weichiu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b77761b  HADOOP-16275. Upgrade Mockito to the latest version. Contributed by kevin su.
b77761b is described below

commit b77761b0e37703beb2c033029e4c0d5ad1dce794
Author: HUAN-PING SU <pi...@gmail.com>
AuthorDate: Tue Aug 6 12:17:40 2019 -0700

    HADOOP-16275. Upgrade Mockito to the latest version. Contributed by kevin su.
    
    Signed-off-by: Wei-Chiu Chuang <we...@apache.org>
---
 LICENSE.txt            | 2 +-
 hadoop-project/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
index e100d26..5d12a82 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -667,7 +667,7 @@ spin.js v2.3.2
 Azure Data Lake Store - Java client SDK 2.0.11
 JCodings 1.0.8
 Joni 2.1.2
-Mockito 2.23.4
+Mockito 2.28.2
 JUL to SLF4J bridge 1.7.25
 SLF4J API Module 1.7.25
 SLF4J LOG4J-12 Binding 1.7.25
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 7dc7d6a..7512260 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1099,7 +1099,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>2.23.4</version>
+        <version>2.28.2</version>
       </dependency>
       <dependency>
         <groupId>org.mockito</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org