diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-30 14:32:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 14:32:01 +0000 |
commit | bae7ec8d16f02558effb3eb2724fc0967d2e1d0b (patch) | |
tree | 9a2db65c13679b80d60896890d7d796ef0f0cd49 | |
parent | f1a5571a617b62219df99a5faf7eaa7ce4cf0850 (diff) | |
download | poi-dependabot/gradle/org.mockito-mockito-core-5.14.1.tar.gz poi-dependabot/gradle/org.mockito-mockito-core-5.14.1.zip |
Bump org.mockito:mockito-core from 4.11.0 to 5.14.1dependabot/gradle/org.mockito-mockito-core-5.14.1
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.14.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.11.0...v5.14.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 c3fe5a21d7..c5c30fd362 100644 --- a/build.gradle +++ b/build.gradle @@ -125,7 +125,7 @@ subprojects { commonsMathVersion = '3.6.1' junitVersion = '5.11.1' log4jVersion = '2.24.1' - mockitoVersion = '4.11.0' + mockitoVersion = '5.14.1' hamcrestVersion = '3.0' xmlbeansVersion = '5.2.1' batikVersion = '1.17' |