Skip to content

Commit b6c0434

Browse files
Bump mockito-core from 3.11.0 to 3.11.1 (#211)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.0 to 3.11.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.11.0...v3.11.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8f9332 commit b6c0434

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.3.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.11.0'
160+
testImplementation 'org.mockito:mockito-core:3.11.1'
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)