diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-04 14:23:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-04 14:23:31 +0000 |
commit | 1c13d14412e9e0e624466e9dc822f9d5cc61ae71 (patch) | |
tree | d9236b936a2e00e84ec1652c843e9db9ea36cd1f | |
parent | fbd97d76726a683496e27b5cac4cd9a00b0d22b3 (diff) | |
download | poi-dependabot/gradle/org.mockito-mockito-core-5.17.0.tar.gz poi-dependabot/gradle/org.mockito-mockito-core-5.17.0.zip |
Bump org.mockito:mockito-core from 4.11.0 to 5.17.0dependabot/gradle/org.mockito-mockito-core-5.17.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.17.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.11.0...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-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 1ce6a29e5c..aec29c8b22 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ subprojects { commonsMathVersion = '3.6.1' junitVersion = '5.12.1' log4jVersion = '2.24.3' - mockitoVersion = '4.11.0' + mockitoVersion = '5.17.0' hamcrestVersion = '3.0' xmlbeansVersion = '5.3.0' batikVersion = '1.18' |