Skip to content

Commit 1d729ab

Browse files
Bump mockito-core from 3.12.4 to 4.0.0 (#262)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 4.0.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0e72bf commit 1d729ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ dependencies {
157157
testImplementation 'androidx.test:core:1.4.0'
158158
testImplementation 'org.robolectric:robolectric:4.5.1'
159159
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
160-
testImplementation 'org.mockito:mockito-core:3.12.4'
160+
testImplementation 'org.mockito:mockito-core:4.0.0'
161161

162162
androidTestImplementation "org.junit.jupiter:junit-jupiter-api:$JUNIT_VERSION"
163163
androidTestImplementation "org.junit.vintage:junit-vintage-engine:$JUNIT_VERSION"

0 commit comments

Comments
 (0)