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/11/21 07:17:58 UTC

[avro] branch branch-1.11 updated: Bump mockito-core from 4.8.1 to 4.9.0 in /lang/java (#1976)

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

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


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new e8556562d Bump mockito-core from 4.8.1 to 4.9.0 in /lang/java (#1976)
e8556562d is described below

commit e8556562d668b83df35ec3f308acd8fb6c2f339c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 21 09:17:31 2022 +0200

    Bump mockito-core from 4.8.1 to 4.9.0 in /lang/java (#1976)
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.1 to 4.9.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.8.1...v4.9.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>
    (cherry picked from commit 41fb846ec3aaefba762dbc4c691688bbb722311a)
---
 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 9acb40071..c983826de 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -56,7 +56,7 @@
     <commons-compress.version>1.21</commons-compress.version>
     <commons-text.version>1.10.0</commons-text.version>
     <tukaani.version>1.9</tukaani.version>
-    <mockito.version>4.8.1</mockito.version>
+    <mockito.version>4.9.0</mockito.version>
     <hamcrest.version>2.2</hamcrest.version>
     <grpc.version>1.50.2</grpc.version>
     <zstd-jni.version>1.5.2-5</zstd-jni.version>