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 ac7dcc42 [MRESOLVER-618] Bump org.mockito:mockito-core from 5.14.1 to
5.14.2 (#583)
ac7dcc42 is described below
commit ac7dcc42e2a1bf1fcfd5ccbd71e07c826903c70d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 24 12:40:25 2024 +0200
[MRESOLVER-618] Bump org.mockito:mockito-core from 5.14.1 to 5.14.2 (#583)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from
5.14.1 to 5.14.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.14.1...v5.14.2)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
https://issues.apache.org/jira/browse/MRESOLVER-618
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3a239b59..6be9bde8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,7 +235,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>5.14.1</version>
+ <version>5.14.2</version>
<scope>test</scope>
</dependency>