This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 9d9afa2 Bump org.mockito:mockito-junit-jupiter from 4.11.0 to 5.21.0
9d9afa2 is described below
commit 9d9afa2bcefb44f036137f41a41e7ae81979cf51
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 22 22:01:20 2025 +0000
Bump org.mockito:mockito-junit-jupiter from 4.11.0 to 5.21.0
Bumps
[org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from
4.11.0 to 5.21.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.11.0...v5.21.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-version: 5.21.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1900677..db5e0d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
- <version>4.11.0</version>
+ <version>5.21.0</version>
<scope>test</scope>
</dependency>
<dependency>