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 2021/08/08 19:49:01 UTC

[orc] branch branch-1.7 updated: ORC-917: Bump mockito-core from 3.7.0 to 3.11.2 (#826)

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

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


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new 45f9ac7  ORC-917: Bump mockito-core from 3.7.0 to 3.11.2 (#826)
45f9ac7 is described below

commit 45f9ac70b6e64dfd2a37feaf9624378849755253
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Aug 7 12:34:08 2021 -0700

    ORC-917: Bump mockito-core from 3.7.0 to 3.11.2 (#826)
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 3.7.0 to 3.11.2.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v3.7.0...v3.11.2)
    
    (cherry picked from commit 4393d7d1cf481c1fcaf2793c59313619dd8b19b7)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 31488d8..53cb962 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -802,7 +802,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>3.7.0</version>
+        <version>3.11.2</version>
         <scope>test</scope>
       </dependency>
       <dependency>