This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new bd3ffab DRILL-7942 Update Mockito to latest 3.x (#2245)
bd3ffab is described below
commit bd3ffabc533bf673db2779314f036479d78b2eee
Author: Martin Grigorov <[email protected]>
AuthorDate: Fri Jun 11 00:51:19 2021 +0300
DRILL-7942 Update Mockito to latest 3.x (#2245)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e567330..c6a737e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
<wiremock.standalone.version>2.23.2</wiremock.standalone.version>
<jmockit.version>1.47</jmockit.version>
<logback.version>1.2.3</logback.version>
- <mockito.version>2.28.2</mockito.version>
+ <mockito.version>3.11.0</mockito.version>
<!--
Currently Hive storage plugin only supports Apache Hive 3.1.2 or vendor
specific variants of the
Apache Hive 2.3.2. If the version is changed, make sure the jars and
their dependencies are updated,