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 3bbbf512e Bump mockito-core from 4.6.0 to 4.6.1 in /lang/java (#1711)
3bbbf512e is described below
commit 3bbbf512ed42289b0bc8dc9e3cf0a8fe81529a76
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 7 14:45:12 2022 +0300
Bump mockito-core from 4.6.0 to 4.6.1 in /lang/java (#1711)
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.0 to
4.6.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.6.0...v4.6.1)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit a79c96ec8b2ac51c5da6f33c4461425db0763702)
---
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 aa9fe419a..07b81f1b2 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.9</commons-text.version>
<tukaani.version>1.9</tukaani.version>
- <mockito.version>4.6.0</mockito.version>
+ <mockito.version>4.6.1</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
<grpc.version>1.47.0</grpc.version>
<zstd-jni.version>1.5.2-3</zstd-jni.version>