This is an automated email from the ASF dual-hosted git repository.
eolivelli 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 1f0bc8c Upgrade Mockito to 2.22.0 in order to support build on JDK11
1f0bc8c is described below
commit 1f0bc8cabd7fd25af142f4963310b5205b146ceb
Author: Enrico Olivelli <[email protected]>
AuthorDate: Thu Sep 27 10:56:58 2018 +0200
Upgrade Mockito to 2.22.0 in order to support build on JDK11
Descriptions of the changes in this PR:
### Motivation
Running tests on JDK11 requires a new version of Mockito, because in JDK11
they dropped Unsafe.defineClass.
### Changes
Upgrade Mockito
Master Issue: #1710
Author: Enrico Olivelli <[email protected]>
Reviewers: Sijie Guo <[email protected]>
This closes #1711 from eolivelli/fix/upgrade-mockito
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5570259..4257302 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
<libthrift9.version>0.9.3</libthrift9.version>
<lombok.version>1.16.22</lombok.version>
<lz4.version>1.3.0</lz4.version>
- <mockito.version>2.13.0</mockito.version>
+ <mockito.version>2.22.0</mockito.version>
<netty.version>4.1.22.Final</netty.version>
<netty-boringssl.version>2.0.7.Final</netty-boringssl.version>
<ostrich.version>9.1.3</ostrich.version>