From c2d41f8f785b750823afbbb1efc58e41bac3f8d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:13:46 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.21.0 to 5.22.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.21.0 to 5.22.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.21.0...v5.22.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1614cd56006..a646f57a48d 100644 --- a/build.gradle +++ b/build.gradle @@ -121,7 +121,7 @@ subprojects { commonsMathVersion = '3.6.1' junitVersion = '5.13.4' log4jVersion = '2.25.3' - mockitoVersion = '5.21.0' + mockitoVersion = '5.22.0' hamcrestVersion = '3.0' xmlbeansVersion = '5.3.0' batikVersion = '1.19'