aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-05-21 14:07:05 +0000
committerGitHub <noreply@github.com>2025-05-21 14:07:05 +0000
commitef52d57195c39e1c83e7286e7a0964d461418833 (patch)
treef11645848897234c94b5bbc9e6370195cce027a5
parent2880483f130a44acceb6b9ea7dd84f8f9beb28fc (diff)
downloadpoi-dependabot/gradle/org.mockito-mockito-core-5.18.0.tar.gz
poi-dependabot/gradle/org.mockito-mockito-core-5.18.0.zip
Bump org.mockito:mockito-core from 4.11.0 to 5.18.0dependabot/gradle/org.mockito-mockito-core-5.18.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.18.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.11.0...v5.18.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 17f6b1bd26..0cd36cbadd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -114,7 +114,7 @@ subprojects {
commonsMathVersion = '3.6.1'
junitVersion = '5.12.2'
log4jVersion = '2.24.3'
- mockitoVersion = '4.11.0'
+ mockitoVersion = '5.18.0'
hamcrestVersion = '3.0'
xmlbeansVersion = '5.3.0'
batikVersion = '1.19'