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.git
The following commit(s) were added to refs/heads/master by this push:
new 43e25b5e89 [MNG-8499] Bump mockitoVersion from 5.14.2 to 5.15.2 (#2017)
43e25b5e89 is described below
commit 43e25b5e89ee3017b56ed8c3580c8c3a5777787f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 7 11:42:35 2025 +0100
[MNG-8499] Bump mockitoVersion from 5.14.2 to 5.15.2 (#2017)
Bumps `mockitoVersion` from 5.14.2 to 5.15.2.
Updates `org.mockito:mockito-bom` from 5.14.2 to 5.15.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.14.2...v5.15.2)
Updates `org.mockito:mockito-junit-jupiter` from 5.14.2 to 5.15.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.14.2...v5.15.2)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-bom
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-type: direct:production
update-type: version-update:semver-minor
...
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/MNG-8499
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 35145b0b8e..c1806ff298 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@ under the License.
<junitVersion>5.11.4</junitVersion>
<jxpathVersion>1.3</jxpathVersion>
<logbackClassicVersion>1.5.16</logbackClassicVersion>
- <mockitoVersion>5.14.2</mockitoVersion>
+ <mockitoVersion>5.15.2</mockitoVersion>
<plexusInteractivityVersion>1.3</plexusInteractivityVersion>
<plexusInterpolationVersion>1.27</plexusInterpolationVersion>
<plexusTestingVersion>1.4.0</plexusTestingVersion>