This is an automated email from the ASF dual-hosted git repository. mbuenger 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 3d43917 [MSHARED-1469] Bump mockitoVersion from 5.15.2 to 5.16.0 3d43917 is described below commit 3d43917ac4b702d0a0d45f0fee2e69ae7bad3da3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Mar 4 20:11:46 2025 +0100 [MSHARED-1469] Bump mockitoVersion from 5.15.2 to 5.16.0 Bumps `mockitoVersion` from 5.15.2 to 5.16.0. Updates `org.mockito:mockito-junit-jupiter` from 5.15.2 to 5.16.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.15.2...v5.16.0) Updates `org.mockito:mockito-core` from 5.15.2 to 5.16.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.15.2...v5.16.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-core dependency-type: direct:development 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 61fb4ea..0f47597 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ <hamcrestVersion>3.0</hamcrestVersion> <junitVersion>5.10.1</junitVersion> <mavenPluginTestingVersion>4.0.0-beta-2</mavenPluginTestingVersion> - <mockitoVersion>5.15.2</mockitoVersion> + <mockitoVersion>5.16.0</mockitoVersion> <plexusBuildApiVersion>0.0.7</plexusBuildApiVersion> <plexusInterpolationVersion>1.27</plexusInterpolationVersion> <slf4jVersion>2.0.13</slf4jVersion>