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 04d709a Bump mockitoVersion from 5.16.1 to 5.18.0 (#156) 04d709a is described below commit 04d709a9d286fa3f263d7376caf702f10c178948 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu May 22 17:16:47 2025 +0200 Bump mockitoVersion from 5.16.1 to 5.18.0 (#156) Bumps `mockitoVersion` from 5.16.1 to 5.18.0. Updates `org.mockito:mockito-junit-jupiter` from 5.16.1 to 5.18.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.16.1...v5.18.0) Updates `org.mockito:mockito-core` from 5.16.1 to 5.18.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.16.1...v5.18.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.18.0 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-core dependency-version: 5.18.0 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 68ed084..e68a89d 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ <hamcrestVersion>3.0</hamcrestVersion> <junitVersion>5.10.1</junitVersion> - <mockitoVersion>5.16.1</mockitoVersion> + <mockitoVersion>5.18.0</mockitoVersion> <mavenPluginTestingVersion>4.0.0-beta-4</mavenPluginTestingVersion> <plexusBuildApiVersion>0.0.7</plexusBuildApiVersion> <plexusInterpolationVersion>1.27</plexusInterpolationVersion>