diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-17 15:25:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-17 15:25:02 +0000 |
commit | 7684823014de79c144a229b86725798b66ebb050 (patch) | |
tree | ed68f8213e56ba53974d4fa55a286173404e1371 | |
parent | 410653681ea2cb5e9dee03f4ec15be90e5a645f5 (diff) | |
download | poi-dependabot/gradle/org.mockito-mockito-core-5.16.1.tar.gz poi-dependabot/gradle/org.mockito-mockito-core-5.16.1.zip |
Bump org.mockito:mockito-core from 4.11.0 to 5.16.1dependabot/gradle/org.mockito-mockito-core-5.16.1
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.16.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.11.0...v5.16.1)
---
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 482a717567..ce081b4e8d 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.1' hamcrestVersion = '3.0' xmlbeansVersion = '5.3.0' batikVersion = '1.18' |