Skip to content

Commit

Permalink
Merge pull request #340 from fmasa/dependabot/gradle/org.mockito-mock…
Browse files Browse the repository at this point in the history
…ito-core-5.13.0

Bump org.mockito:mockito-core from 2.7.22 to 5.13.0
  • Loading branch information
fmasa authored Sep 18, 2024
2 parents ef1e7ee + 31cc0f2 commit d65b87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dependencies {
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.2.1")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
testImplementation("org.mockito:mockito-core:2.7.22")
testImplementation("org.mockito:mockito-core:5.13.0")

// Basic Android stuff
api("androidx.core:core-ktx:1.9.0")
Expand Down

0 comments on commit d65b87e

Please sign in to comment.