From a9bc28a4bbda6adeb0ae0751c2ad242b9ccaf869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:43:46 +0100 Subject: [PATCH] Bump org.mockito:mockito-core from 5.20.0 to 5.21.0 (#970) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.20.0 to 5.21.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.20.0...v5.21.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7467733838..0fc3d90383 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ subprojects { commonsMathVersion = '3.6.1' junitVersion = '5.13.4' log4jVersion = '2.24.3' - mockitoVersion = '5.20.0' + mockitoVersion = '5.21.0' hamcrestVersion = '3.0' xmlbeansVersion = '5.3.0' batikVersion = '1.19'