This is an automated email from the ASF dual-hosted git repository.
ddiederen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 183e383 ZOOKEEPER-4048: Upgrade Mockito to 3.6.28 - allow builds on
JDK16
183e383 is described below
commit 183e38308d985981a94af16663860d7649621702
Author: Enrico Olivelli <[email protected]>
AuthorDate: Wed Jan 13 08:12:25 2021 +0000
ZOOKEEPER-4048: Upgrade Mockito to 3.6.28 - allow builds on JDK16
Author: Enrico Olivelli <[email protected]>
Reviewers: Damien Diederen <[email protected]>
Closes #1573 from eolivelli/fix/ZOOKEEPER-4048
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1c485d9..0dd3a60 100755
--- a/pom.xml
+++ b/pom.xml
@@ -434,7 +434,7 @@
<junit.version>5.6.2</junit.version>
<junit-platform.version>1.6.2</junit-platform.version>
<log4j.version>1.2.17</log4j.version>
- <mockito.version>2.28.2</mockito.version>
+ <mockito.version>3.6.28</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
<commons-cli.version>1.4</commons-cli.version>
<netty.version>4.1.50.Final</netty.version>