You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/08/15 06:26:44 UTC

[avro] branch master updated: Bump mockito-core from 4.6.1 to 4.7.0 in /lang/java (#1827)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 214a88896 Bump mockito-core from 4.6.1 to 4.7.0 in /lang/java (#1827)
214a88896 is described below

commit 214a888962854d975ffd1650881dd249e10192cb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 15 09:26:39 2022 +0300

    Bump mockito-core from 4.6.1 to 4.7.0 in /lang/java (#1827)
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.6.1...v4.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 lang/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 90ffb48a0..281d333f5 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -57,7 +57,7 @@
     <commons-compress.version>1.21</commons-compress.version>
     <commons-text.version>1.9</commons-text.version>
     <tukaani.version>1.9</tukaani.version>
-    <mockito.version>4.6.1</mockito.version>
+    <mockito.version>4.7.0</mockito.version>
     <hamcrest.version>2.2</hamcrest.version>
     <grpc.version>1.48.1</grpc.version>
     <zstd-jni.version>1.5.2-3</zstd-jni.version>