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 7032e4f1c Bump mockito-core from 4.8.0 to 4.8.1 in /lang/java (#1929)
7032e4f1c is described below
commit 7032e4f1cf88406e1a4297d87859e40581fdb60d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 24 10:30:55 2022 +0300
Bump mockito-core from 4.8.0 to 4.8.1 in /lang/java (#1929)
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.0 to
4.8.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v4.8.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]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 6e1d87e5b72fa5479adea68c76cec810e6ac9c0a)
---
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 779c4ab30..0fe0dec19 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.0</mockito.version>
+ <mockito.version>4.8.1</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
<grpc.version>1.50.2</grpc.version>
<zstd-jni.version>1.5.2-4</zstd-jni.version>