From 6b8b67d18eeb1ab630a0805a8ac8e4fb80f2132e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 15:57:00 +0000 Subject: [PATCH] Bump org.mockito:mockito-android from 2.7.22 to 5.5.0 Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 2.7.22 to 5.5.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.7.22...v5.5.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-type: direct:production update-type: version-update:semver-major ... 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 3ba46955..a2f975f6 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ buildscript { lifecycleSavedState = 'androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1' lifecycleViewModel = 'androidx.lifecycle:lifecycle-viewmodel:2.3.1' material = 'com.google.android.material:material:1.3.0' - mockitoAndroid = 'org.mockito:mockito-android:2.23.0' + mockitoAndroid = 'org.mockito:mockito-android:5.5.0' mockitoCore = 'org.mockito:mockito-core:2.23.0' palette = 'androidx.palette:palette:1.0.0' recyclerView = 'androidx.recyclerview:recyclerview:1.2.0' diff --git a/core/build.gradle b/core/build.gradle index e997fb5a..ee83af0f 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -19,7 +19,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:5.5.0' androidTestImplementation 'org.mockito:mockito-core:2.23.0'