From c100a5f50d5803b86a4d1d0c054144c2936717f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 02:56:21 +0000 Subject: [PATCH] chore(deps): bump org.mockito:mockito-android from 2.21.0 to 5.23.0 Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 2.21.0 to 5.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.21.0...v5.23.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1a146a25c..3d6cd95d0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,7 @@ lint = "30.0.0" junit = "4.13.2" junit-ext = "1.3.0" truth = "1.4.5" -mockito-android = "2.21.0" +mockito-android = "5.23.0" mockito-core = "5.23.0" mockito-kotlin = "6.3.0" robolectric = "4.16.1"