This is an automated email from the ASF dual-hosted git repository.
cstamas 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 c2a2503 Bump mockitoVersion from 5.21.0 to 5.22.0 (#324)
c2a2503 is described below
commit c2a25036c68593714ec31b3405003278b27da46e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 27 18:56:05 2026 +0100
Bump mockitoVersion from 5.21.0 to 5.22.0 (#324)
Bumps `mockitoVersion` from 5.21.0 to 5.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)
Updates `org.mockito:mockito-core` 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-junit-jupiter
dependency-version: 5.22.0
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-core
dependency-version: 5.22.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 57b78eb..072bb93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
<hamcrestVersion>3.0</hamcrestVersion>
<junitVersion>5.10.1</junitVersion>
- <mockitoVersion>5.21.0</mockitoVersion>
+ <mockitoVersion>5.22.0</mockitoVersion>
<mavenPluginTestingVersion>4.0.0-beta-4</mavenPluginTestingVersion>
<plexusBuildApiVersion>0.0.7</plexusBuildApiVersion>
<plexusInterpolationVersion>1.29</plexusInterpolationVersion>