From f6835852b69534ca4ce2bf1e003ab9896d9077d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 04:00:55 +0000 Subject: [PATCH] Bump mockito-android from 4.8.1 to 4.9.0 Bumps [mockito-android](https://github.com/mockito/mockito) from 4.8.1 to 4.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.1...v4.9.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-android 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 80ed87f66b..bdf100893f 100644 --- a/build.gradle +++ b/build.gradle @@ -134,7 +134,7 @@ dependencies { androidTestImplementation 'androidx.test:rules:1.5.0' androidTestImplementation 'androidx.test:runner:1.5.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' - androidTestImplementation 'org.mockito:mockito-android:4.8.1' + androidTestImplementation 'org.mockito:mockito-android:4.9.0' androidTestUtil 'androidx.test:orchestrator:1.4.2' }