This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
The following commit(s) were added to refs/heads/master by this push: new e343a23c [MRESOLVER-696] Bump org.mockito:mockito-core from 5.16.1 to 5.17.0 (#682) e343a23c is described below commit e343a23c29ff28c951da08b5522a9867b13141e1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Apr 8 14:27:33 2025 +0200 [MRESOLVER-696] Bump org.mockito:mockito-core from 5.16.1 to 5.17.0 (#682) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) 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-core dependency-version: 5.17.0 dependency-type: direct:production 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> --- https://issues.apache.org/jira/browse/MRESOLVER-696 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ae9f77a3..45cc771b 100644 --- a/pom.xml +++ b/pom.xml @@ -240,7 +240,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>5.16.1</version> + <version>5.17.0</version> <scope>test</scope> </dependency>