From 5505ffdb6d2f10b8f7921c2c38e968f7a0840068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Feb 2021 17:18:31 +0000 Subject: [PATCH] Bump mockito-core from 2.23.0 to 3.7.7 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.23.0 to 3.7.7. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.23.0...v3.7.7) 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 bc39a4e2..d7f1c8dd 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ buildscript { lifecycleViewModel = 'androidx.lifecycle:lifecycle-viewmodel:2.3.0' material = 'com.google.android.material:material:1.3.0' mockitoAndroid = 'org.mockito:mockito-android:2.23.0' - mockitoCore = 'org.mockito:mockito-core:2.23.0' + mockitoCore = 'org.mockito:mockito-core:3.7.7' palette = 'androidx.palette:palette:1.0.0' recyclerView = 'androidx.recyclerview:recyclerview:1.1.0' savedState = 'androidx.savedstate:savedstate:1.1.0' diff --git a/core/build.gradle b/core/build.gradle index 5a74ea06..9b06ad61 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -20,7 +20,7 @@ dependencies { androidTestImplementation project(':test') androidTestImplementation 'org.hamcrest:hamcrest-library:2.2' androidTestImplementation 'org.mockito:mockito-android:2.7.22' - androidTestImplementation 'org.mockito:mockito-core:2.23.0' + androidTestImplementation 'org.mockito:mockito-core:3.7.7' def androidTestExclusions = { lib, pairs ->