Skip to content

Commit

Permalink
Update mockito monorepo to v4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 11, 2022
1 parent c5e1de4 commit 13bc65c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manga_sources/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ dependencies {
androidTestImplementation(Deps.androidJunit)
androidTestImplementation(Deps.androidEspresso)

testImplementation("org.mockito:mockito-core:4.2.0")
testImplementation("org.mockito:mockito-core:4.6.1")
// required if you want to use Mockito for Android tests
androidTestImplementation("org.mockito:mockito-android:4.2.0")
androidTestImplementation("org.mockito:mockito-android:4.6.1")

implementation(Deps.okHttpLibs)
implementation(Deps.coroutinesCore)
Expand Down

0 comments on commit 13bc65c

Please sign in to comment.