You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2022/01/31 16:54:12 UTC

[orc] branch main updated: ORC-1110: Bump mockito.version from 4.0.0 to 4.3.1 (#1036)

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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 09f193b  ORC-1110: Bump mockito.version from 4.0.0 to 4.3.1 (#1036)
09f193b is described below

commit 09f193b5212050cb55f8a2940c0ae5104b9c27fa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 31 08:54:08 2022 -0800

    ORC-1110: Bump mockito.version from 4.0.0 to 4.3.1 (#1036)
    
    Bumps `mockito.version` from 4.0.0 to 4.3.1.
    
    Updates `mockito-core` from 4.0.0 to 4.3.1
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.3.1)
    
    Updates `mockito-junit-jupiter` from 4.0.0 to 4.3.1
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.3.1)
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index a132eae..09cf489 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -82,7 +82,7 @@
     <protoc.artifact>com.google.protobuf:protoc:2.5.0</protoc.artifact>
     <surefire.version>3.0.0-M5</surefire.version>
     <junit.version>5.8.2</junit.version>
-    <mockito.version>4.0.0</mockito.version>
+    <mockito.version>4.3.1</mockito.version>
   </properties>
 
   <build>