This is an automated email from the ASF dual-hosted git repository.
opwvhk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 7ad228b8ab Bump org.mockito:mockito-core from 5.16.1 to 5.17.0 in
/lang/java (#3352)
7ad228b8ab is described below
commit 7ad228b8ab038e802fd35718aef55aeba2c1cc92
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 3 21:34:47 2025 +0200
Bump org.mockito:mockito-core from 5.16.1 to 5.17.0 in /lang/java (#3352)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from
5.16.1 to 5.17.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.16.1...v5.17.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-version: 5.17.0
dependency-type: direct:production
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 e85f809704..382d68891c 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -50,7 +50,7 @@
<jopt-simple.version>5.0.4</jopt-simple.version>
<junit5.version>5.12.2</junit5.version>
<maven-core.version>3.9.6</maven-core.version>
- <mockito.version>5.16.1</mockito.version>
+ <mockito.version>5.17.0</mockito.version>
<netty.version>4.1.119.Final</netty.version>
<protobuf.version>4.30.2</protobuf.version>
<reload4j.version>1.2.26</reload4j.version>