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-deploy-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 3913d1d Bump mockitoVersion from 5.16.1 to 5.17.0 3913d1d is described below commit 3913d1d08f4a95e1b80683843eb17ca2540e75b2 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Apr 4 22:48:05 2025 +0200 Bump mockitoVersion from 5.16.1 to 5.17.0 Bumps `mockitoVersion` from 5.16.1 to 5.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) Updates `org.mockito:mockito-core` 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-junit-jupiter dependency-version: 5.17.0 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-core dependency-version: 5.17.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 c932907..5290ecd 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ under the License. <mavenWarPluginVersion>${version.maven-war-plugin}</mavenWarPluginVersion> <mavenPluginTestingVersion>4.0.0-beta-4</mavenPluginTestingVersion> <mavenResolverVersion>2.0.7</mavenResolverVersion> - <mockitoVersion>5.16.1</mockitoVersion> + <mockitoVersion>5.17.0</mockitoVersion> <slf4jVersion>2.0.17</slf4jVersion> <version.plexus-xml>4.0.3</version.plexus-xml> <version.maven-plugin-tools>4.0.0-beta-1</version.maven-plugin-tools>