This is an automated email from the ASF dual-hosted git repository. slachiewicz 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 aea11d3 Bump mockitoVersion from 5.14.1 to 5.15.2 aea11d3 is described below commit aea11d33a674d915ef3aafbdb0cb03d030abd593 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Jan 3 17:29:56 2025 +0000 Bump mockitoVersion from 5.14.1 to 5.15.2 Bumps `mockitoVersion` from 5.14.1 to 5.15.2. Updates `org.mockito:mockito-junit-jupiter` from 5.14.1 to 5.15.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.1...v5.15.2) Updates `org.mockito:mockito-core` from 5.14.1 to 5.15.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.1...v5.15.2) --- 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eea8669..61fb4ea 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.14.1</mockitoVersion> + <mockitoVersion>5.15.2</mockitoVersion> <plexusBuildApiVersion>0.0.7</plexusBuildApiVersion> <plexusInterpolationVersion>1.27</plexusInterpolationVersion> <slf4jVersion>2.0.13</slf4jVersion>