Skip to content

Commit b0c011e

Browse files
fix(deps): update dependency org.mockito:mockito-core to v5.23.0
1 parent be0671e commit b0c011e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ subprojects {
2828

2929
dependencies {
3030
testImplementation 'junit:junit:4.13.2'
31-
testImplementation 'org.mockito:mockito-core:5.22.0'
31+
testImplementation 'org.mockito:mockito-core:5.23.0'
3232
}
3333

3434
test {

0 commit comments

Comments
 (0)