Skip to content

Commit 5586973

Browse files
Bump mockito-core from 2.23.0 to 3.8.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.23.0 to 3.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v2.23.0...v3.8.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2584183 commit 5586973

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ buildscript {
3838
lifecycleViewModel = 'androidx.lifecycle:lifecycle-viewmodel:2.3.1'
3939
material = 'com.google.android.material:material:1.3.0'
4040
mockitoAndroid = 'org.mockito:mockito-android:2.23.0'
41-
mockitoCore = 'org.mockito:mockito-core:2.23.0'
41+
mockitoCore = 'org.mockito:mockito-core:3.8.0'
4242
palette = 'androidx.palette:palette:1.0.0'
4343
recyclerView = 'androidx.recyclerview:recyclerview:1.2.0'
4444
savedState = 'androidx.savedstate:savedstate:1.1.0'

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
androidTestImplementation project(':test')
2121
androidTestImplementation 'org.hamcrest:hamcrest-library:2.2'
2222
androidTestImplementation 'org.mockito:mockito-android:2.7.22'
23-
androidTestImplementation 'org.mockito:mockito-core:2.23.0'
23+
androidTestImplementation 'org.mockito:mockito-core:3.8.0'
2424

2525

2626
def androidTestExclusions = { lib, pairs ->

0 commit comments

Comments
 (0)