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 f81b590ad4 Bump mockitoVersion from 5.21.0 to 5.22.0 (#11754)
f81b590ad4 is described below
commit f81b590ad4cb70c6dd267f1b8ffbbaf41f86c34a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 6 17:12:16 2026 +0100
Bump mockitoVersion from 5.21.0 to 5.22.0 (#11754)
Bumps `mockitoVersion` from 5.21.0 to 5.22.0.
Updates `org.mockito:mockito-bom` from 5.21.0 to 5.22.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.21.0...v5.22.0)
Updates `org.mockito:mockito-junit-jupiter` from 5.21.0 to 5.22.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.21.0...v5.22.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-bom
dependency-version: 5.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-version: 5.22.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 e843dd1099..c23cc745dc 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.32</logbackClassicVersion>
- <mockitoVersion>5.21.0</mockitoVersion>
+ <mockitoVersion>5.22.0</mockitoVersion>
<plexusInteractivityVersion>1.5.1</plexusInteractivityVersion>
<plexusInterpolationVersion>1.29</plexusInterpolationVersion>
<plexusTestingVersion>2.1.0</plexusTestingVersion>