From b8115424e10e113fe028a9c7959aedfe9e28c35a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2020 21:12:34 +0000 Subject: [PATCH] Bump mockito-android from 3.3.3 to 3.5.5 Bumps [mockito-android](https://github.com/mockito/mockito) from 3.3.3 to 3.5.5. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.3.3...v3.5.5) Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ea7de292..6a83b2dc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -131,7 +131,7 @@ dependencies { androidTestImplementation 'androidx.test:rules:1.2.0' androidTestImplementation 'org.assertj:assertj-core:3.15.0' androidTestImplementation 'org.mockito:mockito-core:3.3.3' - androidTestImplementation 'org.mockito:mockito-android:3.3.3' + androidTestImplementation 'org.mockito:mockito-android:3.5.5' androidTestImplementation 'com.airbnb.okreplay:okreplay:1.6.0' androidTestImplementation 'com.airbnb.okreplay:espresso:1.6.0' androidTestImplementation 'com.squareup.rx.idler:rx2-idler:0.9.1'