Skip to content

Commit

Permalink
chore(deps): update dependency org.mockito:mockito-core to v5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2024
1 parent b5bc8e4 commit fbab7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stevia/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
implementation "androidx.annotation:annotation:1.7.1"
testImplementation(platform('org.junit:junit-bom:5.10.1'))
testImplementation('org.junit.jupiter:junit-jupiter')
testImplementation 'org.mockito:mockito-core:5.9.0'
testImplementation 'org.mockito:mockito-core:5.10.0'
}

testOptions {
Expand Down

0 comments on commit fbab7cb

Please sign in to comment.