This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch maven-install-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git
The following commit(s) were added to refs/heads/maven-install-plugin-3.x by this push: new d97234c Bump org.mockito:mockito-core from 4.8.1 to 4.11.0 d97234c is described below commit d97234c4dee1551eaf38eaf873ec7f2ec0751fbc Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Feb 5 01:00:37 2025 +0000 Bump org.mockito:mockito-core from 4.8.1 to 4.11.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.8.1 to 4.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.1...v4.11.0) --- updated-dependencies: - 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 5108546..9372732 100644 --- a/pom.xml +++ b/pom.xml @@ -173,7 +173,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>4.8.1</version> + <version>4.11.0</version> <scope>test</scope> </dependency> <dependency>