Skip to content

Commit 161971a

Browse files
fix(deps): update dependency org.mockito:mockito-core to v5.10.0
1 parent 791965d commit 161971a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ allprojects {
3232
}
3333
dependencies {
3434
testImplementation("junit:junit:4.13.2")
35-
testImplementation("org.mockito:mockito-core:5.7.0")
35+
testImplementation("org.mockito:mockito-core:5.10.0")
3636
testImplementation("org.powermock:powermock-module-junit4:2.0.9")
3737
testImplementation("org.powermock:powermock-api-mockito2:2.0.9")
3838

0 commit comments

Comments
 (0)