This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-4.0.x by this push:
new 3e72a8aae4 Bump mockitoVersion from 5.20.0 to 5.21.0 (#11535)
3e72a8aae4 is described below
commit 3e72a8aae4075c5968ee609695c63bbfa2d24987
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 10 07:09:02 2025 +0100
Bump mockitoVersion from 5.20.0 to 5.21.0 (#11535)
Bumps `mockitoVersion` from 5.20.0 to 5.21.0.
Updates `org.mockito:mockito-bom` 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-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)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-bom
dependency-version: 5.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-version: 5.21.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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1cae4c3e57..1aad75e742 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@ under the License.
<junitVersion>5.13.4</junitVersion>
<jxpathVersion>1.4.0</jxpathVersion>
<logbackClassicVersion>1.5.21</logbackClassicVersion>
- <mockitoVersion>5.20.0</mockitoVersion>
+ <mockitoVersion>5.21.0</mockitoVersion>
<plexusInteractivityVersion>1.5.1</plexusInteractivityVersion>
<plexusInterpolationVersion>1.29</plexusInterpolationVersion>
<plexusTestingVersion>2.0.2</plexusTestingVersion>