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 6e88fb34f4 Bump mockitoVersion from 5.22.0 to 5.23.0 (#11794)
6e88fb34f4 is described below
commit 6e88fb34f4397bf927b4200440cf2d69291e4e6a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 18 17:25:30 2026 +0100
Bump mockitoVersion from 5.22.0 to 5.23.0 (#11794)
Bumps `mockitoVersion` from 5.22.0 to 5.23.0.
Updates `org.mockito:mockito-bom` from 5.22.0 to 5.23.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.22.0...v5.23.0)
Updates `org.mockito:mockito-junit-jupiter` from 5.22.0 to 5.23.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.22.0...v5.23.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-bom
dependency-version: 5.23.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-version: 5.23.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 f1207355f3..9c965daa7a 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.22.0</mockitoVersion>
+ <mockitoVersion>5.23.0</mockitoVersion>
<plexusInteractivityVersion>1.5.1</plexusInteractivityVersion>
<plexusInterpolationVersion>1.29</plexusInterpolationVersion>
<plexusTestingVersion>2.1.0</plexusTestingVersion>