This is an automated email from the ASF dual-hosted git repository. gnodet 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 93e548c8c3 Bump mockitoVersion from 5.19.0 to 5.20.0 (#11156) 93e548c8c3 is described below commit 93e548c8c39e1e30d6acc6620192ff598bba2ba5 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Sep 22 13:10:24 2025 +0200 Bump mockitoVersion from 5.19.0 to 5.20.0 (#11156) Bumps `mockitoVersion` from 5.19.0 to 5.20.0. Updates `org.mockito:mockito-bom` from 5.19.0 to 5.20.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.19.0...v5.20.0) Updates `org.mockito:mockito-junit-jupiter` from 5.19.0 to 5.20.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.19.0...v5.20.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-bom dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 ee69a1e618..c4f9caf947 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.18</logbackClassicVersion> - <mockitoVersion>5.19.0</mockitoVersion> + <mockitoVersion>5.20.0</mockitoVersion> <plexusInteractivityVersion>1.4</plexusInteractivityVersion> <plexusInterpolationVersion>1.28</plexusInterpolationVersion> <plexusTestingVersion>1.6.0</plexusTestingVersion>