Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 14, 2024
1 parent cb1fc67 commit 7e25d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
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.9.0"
testImplementation "org.mockito:mockito-inline:5.2.0"
}

Expand Down

0 comments on commit 7e25d5e

Please sign in to comment.