From 9853d26dfd7baf3d2113961ec72b3d3374bd48d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 19:48:44 +0000 Subject: [PATCH] chore(deps): bump org.mockito:mockito-core from 5.19.0 to 5.23.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.19.0 to 5.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.19.0...v5.23.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android-client-sdk/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-client-sdk/build.gradle b/android-client-sdk/build.gradle index 11c825ba..756d7683 100644 --- a/android-client-sdk/build.gradle +++ b/android-client-sdk/build.gradle @@ -101,7 +101,7 @@ ext { kotlin_reflect_version = '2.1.20' junit_version = "5.13.3" - mockito_core_version = '5.19.0' + mockito_core_version = '5.23.0' mockito_inline_version = '5.2.0' mockk_version = '1.14.6' hamcrest_version = "3.0"