Skip to content

Commit d65b87e

Browse files
authored
Merge pull request #340 from fmasa/dependabot/gradle/org.mockito-mockito-core-5.13.0
Bump org.mockito:mockito-core from 2.7.22 to 5.13.0
2 parents ef1e7ee + 31cc0f2 commit d65b87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dependencies {
9898
testImplementation("junit:junit:4.13.2")
9999
androidTestImplementation("androidx.test.ext:junit:1.2.1")
100100
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
101-
testImplementation("org.mockito:mockito-core:2.7.22")
101+
testImplementation("org.mockito:mockito-core:5.13.0")
102102

103103
// Basic Android stuff
104104
api("androidx.core:core-ktx:1.9.0")

0 commit comments

Comments
 (0)