This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push: new 6abf74d9ce Bump mockitoVersion from 5.16.1 to 5.17.0 6abf74d9ce is described below commit 6abf74d9cedb8f566243e3d9f499d255d986fb17 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Apr 7 01:42:37 2025 +0000 Bump mockitoVersion from 5.16.1 to 5.17.0 Bumps `mockitoVersion` from 5.16.1 to 5.17.0. Updates `org.mockito:mockito-bom` from 5.16.1 to 5.17.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.16.1...v5.17.0) Updates `org.mockito:mockito-junit-jupiter` from 5.16.1 to 5.17.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.16.1...v5.17.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-bom dependency-version: 5.17.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a5cf612913..5e4370751a 100644 --- a/pom.xml +++ b/pom.xml @@ -157,7 +157,7 @@ under the License. <junitVersion>5.12.1</junitVersion> <jxpathVersion>1.3</jxpathVersion> <logbackClassicVersion>1.5.18</logbackClassicVersion> - <mockitoVersion>5.16.1</mockitoVersion> + <mockitoVersion>5.17.0</mockitoVersion> <plexusInteractivityVersion>1.3</plexusInteractivityVersion> <plexusInterpolationVersion>1.28</plexusInterpolationVersion> <plexusTestingVersion>1.4.0</plexusTestingVersion>