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 2ff9c8891 Bump mockito-core from 4.7.0 to 4.8.0 in /lang/java (#1859)
2ff9c8891 is described below
commit 2ff9c8891afad7652abd8bc4176e89d22bcd3e38
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 12 14:50:21 2022 +0300
Bump mockito-core from 4.7.0 to 4.8.0 in /lang/java (#1859)
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.7.0 to
4.8.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.7.0...v4.8.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit a84ed7cbe76cde30d2b0dc6a6f11bbd177935efe)
---
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 978a6869b..39570ad72 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.7.0</mockito.version>
+ <mockito.version>4.8.0</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
<grpc.version>1.49.0</grpc.version>
<zstd-jni.version>1.5.2-3</zstd-jni.version>