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 e4f567470 Bump mockito-core from 4.5.1 to 4.6.0 in /lang/java (#1704)
e4f567470 is described below
commit e4f5674706704299eefd9abcf86d9b3fe84bd9a5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 30 11:32:59 2022 +0300
Bump mockito-core from 4.5.1 to 4.6.0 in /lang/java (#1704)
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.5.1 to
4.6.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.5.1...v4.6.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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@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 3460f285e..836b102b4 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.5.1</mockito.version>
+ <mockito.version>4.6.0</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
<grpc.version>1.46.0</grpc.version>
<zstd-jni.version>1.5.2-3</zstd-jni.version>