diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-15 14:40:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-15 14:40:53 +0000 |
commit | 1db16f58cace7677dc0de4ea4c67b89a40ddfd38 (patch) | |
tree | 1ecf76ad86df1f6e08db01553b947b9f682ba97f | |
parent | ab68210d2ace09d73a9468d908e61ab56750bb31 (diff) | |
download | poi-dependabot/gradle/org.mockito-mockito-core-5.14.2.tar.gz poi-dependabot/gradle/org.mockito-mockito-core-5.14.2.zip |
Bump org.mockito:mockito-core from 4.11.0 to 5.14.2dependabot/gradle/org.mockito-mockito-core-5.14.2
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.14.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.11.0...v5.14.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 db8d5631c1..d693ef99a0 100644 --- a/build.gradle +++ b/build.gradle @@ -125,7 +125,7 @@ subprojects { commonsMathVersion = '3.6.1' junitVersion = '5.11.2' log4jVersion = '2.24.1' - mockitoVersion = '4.11.0' + mockitoVersion = '5.14.2' hamcrestVersion = '3.0' xmlbeansVersion = '5.2.1' batikVersion = '1.18' |