Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 27, 2024
1 parent 278d2b5 commit d291969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
api 'com.google.android.material:material:' + versions.material

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

Expand Down

0 comments on commit d291969

Please sign in to comment.