Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito:mockito-core to v5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent b3badb7 commit ccc8c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web5_flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {

dependencies {
testImplementation 'org.jetbrains.kotlin:kotlin-test'
testImplementation 'org.mockito:mockito-core:5.0.0'
testImplementation 'org.mockito:mockito-core:5.8.0'
}

testOptions {
Expand Down

0 comments on commit ccc8c79

Please sign in to comment.