From 5f6026222c80d277965977efc8060ddd8d2478fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 06:46:02 +0000 Subject: [PATCH] Bump org.mockito:mockito-android from 5.18.0 to 5.19.0 Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 5.18.0 to 5.19.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.19.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-version: 5.19.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 f796b83ea..5e21aac72 100644 --- a/build.gradle +++ b/build.gradle @@ -158,7 +158,7 @@ dependencies { androidTestImplementation 'androidx.test:rules:1.7.0' androidTestImplementation 'androidx.test:runner:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' - androidTestImplementation 'org.mockito:mockito-android:5.18.0' + androidTestImplementation 'org.mockito:mockito-android:5.19.0' androidTestUtil 'androidx.test:orchestrator:1.6.1' }