This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git
The following commit(s) were added to refs/heads/master by this push:
new 2fd8a2a Bump mockitoVersion from 5.20.0 to 5.21.0 (#310)
2fd8a2a is described below
commit 2fd8a2a5ede7b501af91e0180d3025180f43ac3e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 10 19:45:53 2025 +0100
Bump mockitoVersion from 5.20.0 to 5.21.0 (#310)
Bumps `mockitoVersion` from 5.20.0 to 5.21.0.
Updates `org.mockito:mockito-junit-jupiter` from 5.20.0 to 5.21.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.20.0...v5.21.0)
Updates `org.mockito:mockito-core` from 5.20.0 to 5.21.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.20.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-minor
- dependency-name: org.mockito:mockito-core
dependency-version: 5.21.0
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 89c0754..1788f37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
<hamcrestVersion>3.0</hamcrestVersion>
<junitVersion>5.10.1</junitVersion>
- <mockitoVersion>5.20.0</mockitoVersion>
+ <mockitoVersion>5.21.0</mockitoVersion>
<mavenPluginTestingVersion>4.0.0-beta-4</mavenPluginTestingVersion>
<plexusBuildApiVersion>0.0.7</plexusBuildApiVersion>
<plexusInterpolationVersion>1.29</plexusInterpolationVersion>