Skip to content

Commit 17a1a04

Browse files
fix(deps): update dependency org.mockito:mockito-core to v5.21.0
1 parent 2e021fa commit 17a1a04

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
@@ -33,7 +33,7 @@ allprojects {
3333
}
3434
dependencies {
3535
testImplementation("junit:junit:4.13.2")
36-
testImplementation("org.mockito:mockito-core:5.20.0")
36+
testImplementation("org.mockito:mockito-core:5.21.0")
3737
testImplementation("org.powermock:powermock-module-junit4:2.0.9")
3838
testImplementation("org.powermock:powermock-api-mockito2:2.0.9")
3939

0 commit comments

Comments
 (0)