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

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


The following commit(s) were added to refs/heads/master by this push:
     new 67d560f  ISSUE #884: Upgrade powermock and mockito to support java 9
67d560f is described below

commit 67d560f9dc2ad71e12ebffde74def7ac1738f6f9
Author: Sijie Guo <[email protected]>
AuthorDate: Tue Dec 19 15:03:00 2017 +0800

    ISSUE #884: Upgrade powermock and mockito to support java 9
    
    Descriptions of the changes in this PR:
    
    powermock supports java9 at the new version (see powermock/powermock#783). 
this pull request upgrades the powermock and mockito versions, so we are able 
to run tests on java 9.
    
    Author: Sijie Guo <[email protected]>
    
    Reviewers: Enrico Olivelli <[email protected]>, Jia Zhai <None>
    
    This closes #885 from sijie/use_powermock2, closes #884
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5bb7f2a..fd01166 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,10 +107,10 @@
     <jmh.version>1.19</jmh.version>
     <junit.version>4.12</junit.version>
     <lombok.version>1.16.18</lombok.version>
-    <mockito-core.version>2.8.9</mockito-core.version>
+    <mockito-core.version>2.13.0</mockito-core.version>
     <netty.version>4.1.12.Final</netty.version>
     <netty-boringssl.version>2.0.3.Final</netty-boringssl.version>
-    <powermock.version>1.7.3</powermock.version>
+    <powermock.version>2.0.0-beta.5</powermock.version>
     <protobuf.version>3.4.0</protobuf.version>
     <rocksdb.version>5.8.6</rocksdb.version>
     <slf4j.version>1.7.25</slf4j.version>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to