Skip to content

Commit ce1c6b2

Browse files
Merge pull request #1905 from nextcloud/renovate/mockito-monorepo
fix(deps): update dependency org.mockito:mockito-core to v5.21.0
2 parents 2796070 + 53991c0 commit ce1c6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies {
7878

7979
// dependencies for tests
8080
testImplementation "junit:junit:$junit_version"
81-
testImplementation 'org.mockito:mockito-core:5.20.0'
81+
testImplementation 'org.mockito:mockito-core:5.21.0'
8282
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
8383

8484
// dependencies for instrumented tests

0 commit comments

Comments
 (0)