Skip to content

Commit

Permalink
Update mockito monorepo to v5 (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 18, 2023
1 parent b8d0f62 commit 68b9026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ dependencies {
api 'com.google.android.material:material:' + versions.material

testImplementation 'junit:junit:4.13.2'
testImplementation "org.mockito:mockito-core:4.6.0"
testImplementation "org.mockito:mockito-inline:4.6.0"
testImplementation "org.mockito:mockito-core:5.3.1"
testImplementation "org.mockito:mockito-inline:5.2.0"
}

apply from: '../spotless.gradle'

0 comments on commit 68b9026

Please sign in to comment.