From ae7750db128baa79ffc1bff74bc48487d7a4bd18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Nov 2020 06:17:43 +0000 Subject: [PATCH] Bump mockito-android from 2.23.0 to 3.6.28 Bumps [mockito-android](https://github.com/mockito/mockito) from 2.23.0 to 3.6.28. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.23.0...v3.6.28) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- core/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 27c7c24b..975f1abe 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ buildscript { lifecycleSavedState = 'androidx.lifecycle:lifecycle-viewmodel-savedstate:2.2.0' lifecycleViewModel = 'androidx.lifecycle:lifecycle-viewmodel:2.2.0' material = 'com.google.android.material:material:1.2.1' - mockitoAndroid = 'org.mockito:mockito-android:2.23.0' + mockitoAndroid = 'org.mockito:mockito-android:3.6.28' mockitoCore = 'org.mockito:mockito-core:2.23.0' palette = 'androidx.palette:palette:1.0.0' recyclerView = 'androidx.recyclerview:recyclerview:1.1.0' diff --git a/core/build.gradle b/core/build.gradle index 8f4cff87..e5def2ff 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -13,7 +13,7 @@ dependencies { androidTestImplementation parent.ext.testCore androidTestImplementation project(':test') androidTestImplementation 'org.hamcrest:hamcrest-library:2.2' - androidTestImplementation 'org.mockito:mockito-android:2.7.22' + androidTestImplementation 'org.mockito:mockito-android:3.6.28' androidTestImplementation 'org.mockito:mockito-core:2.23.0'