diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-03 14:52:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-03 14:52:57 +0000 |
commit | 67ab5d5a2e6c5f606c6eefc2f4c40ac2880c8838 (patch) | |
tree | 474d26583ada5b2c51cc9057c7219352e58f2cc1 | |
parent | 91569bd826007dd1a128df152de78d955f38e0cf (diff) | |
download | poi-dependabot/gradle/org.mockito-mockito-core-5.15.2.tar.gz poi-dependabot/gradle/org.mockito-mockito-core-5.15.2.zip |
Bump org.mockito:mockito-core from 4.11.0 to 5.15.2dependabot/gradle/org.mockito-mockito-core-5.15.2
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.15.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.11.0...v5.15.2)
---
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 83ae193dd5..eb205b24ae 100644 --- a/build.gradle +++ b/build.gradle @@ -125,7 +125,7 @@ subprojects { commonsMathVersion = '3.6.1' junitVersion = '5.11.4' log4jVersion = '2.24.3' - mockitoVersion = '4.11.0' + mockitoVersion = '5.15.2' hamcrestVersion = '3.0' xmlbeansVersion = '5.3.0' batikVersion = '1.18' |