You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ab...@apache.org on 2020/04/15 07:29:26 UTC

[hive] branch master updated: HIVE-23209: ptest2 compilation failure after HIVE-21603 - upgrade mockito-core in testutils/ptest2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8694256  HIVE-23209: ptest2 compilation failure after HIVE-21603 - upgrade mockito-core in testutils/ptest2
8694256 is described below

commit 869425659ace371b6495c84c1e11e3be4c2106d3
Author: László Bodor <bo...@gmail.com>
AuthorDate: Wed Apr 15 09:27:53 2020 +0200

    HIVE-23209: ptest2 compilation failure after HIVE-21603 - upgrade mockito-core in testutils/ptest2
    
    Signed-off-by: Laszlo Bodor <bo...@gmail.com>
---
 testutils/ptest2/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testutils/ptest2/pom.xml b/testutils/ptest2/pom.xml
index cc04607..24de8f4 100644
--- a/testutils/ptest2/pom.xml
+++ b/testutils/ptest2/pom.xml
@@ -167,7 +167,7 @@ limitations under the License.
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>1.9.0</version>
+      <version>3.3.3</version>
       <scope>test</scope>
     </dependency>
   </dependencies>