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 c49e72f Bump mockitoVersion from 5.15.2 to 5.16.1 c49e72f is described below commit c49e72fef92b10d1bc2fcf255aa613a40483d9a0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Mar 17 20:27:47 2025 +0100 Bump mockitoVersion from 5.15.2 to 5.16.1 Bumps `mockitoVersion` from 5.15.2 to 5.16.1. Updates `org.mockito:mockito-junit-jupiter` from 5.15.2 to 5.16.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.15.2...v5.16.1) Updates `org.mockito:mockito-core` from 5.15.2 to 5.16.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.15.2...v5.16.1) --- 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 fc45f7e..1aec2d5 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-3</mavenPluginTestingVersion> <mavenResolverVersion>2.0.6</mavenResolverVersion> - <mockitoVersion>5.15.2</mockitoVersion> + <mockitoVersion>5.16.1</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>