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 78849c9  ORC-1141: Bump mockito.version from 4.3.1 to 4.4.0 (#1070)
78849c9 is described below

commit 78849c99359cfb9f5c9da88b8e16d118154ed9da
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 28 11:29:18 2022 -0700

    ORC-1141: Bump mockito.version from 4.3.1 to 4.4.0 (#1070)
    
    Bumps `mockito.version` from 4.3.1 to 4.4.0.
    
    Updates `mockito-core` from 4.3.1 to 4.4.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.3.1...v4.4.0)
    
    Updates `mockito-junit-jupiter` from 4.3.1 to 4.4.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.3.1...v4.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.mockito:mockito-junit-jupiter
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index bd4d663..8a5b4ab 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.3.1</mockito.version>
+    <mockito.version>4.4.0</mockito.version>
   </properties>
 
   <build>

Reply via email to