diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-03 14:58:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-03 14:58:15 +0000 |
commit | ce3b95591be101b0ecf9bc09dc8b624792563487 (patch) | |
tree | fc75a5fdf9ae47485b79b4b1d49928911cb602cb | |
parent | 064225a4889f1dececb41bd4a4f80e3a828dbdd8 (diff) | |
download | poi-dependabot/gradle/org.mockito-mockito-core-5.16.0.tar.gz poi-dependabot/gradle/org.mockito-mockito-core-5.16.0.zip |
Bump org.mockito:mockito-core from 4.11.0 to 5.16.0dependabot/gradle/org.mockito-mockito-core-5.16.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.16.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.11.0...v5.16.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index d5d7d0b265..42c0b28d71 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ subprojects { commonsMathVersion = '3.6.1' junitVersion = '5.12.0' log4jVersion = '2.24.3' - mockitoVersion = '4.11.0' + mockitoVersion = '5.16.0' hamcrestVersion = '3.0' xmlbeansVersion = '5.3.0' batikVersion = '1.18' |