Skip to content

Commit ee266a8

Browse files
Merge pull request #1020 from nextcloud/dependabot/gradle/org.mockito-mockito-core-4.11.0
2 parents 93812ac + 127734a commit ee266a8

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
@@ -67,7 +67,7 @@ dependencies {
6767

6868
// dependencies for tests
6969
testImplementation "junit:junit:$junit_version"
70-
testImplementation 'org.mockito:mockito-core:4.10.0'
70+
testImplementation 'org.mockito:mockito-core:4.11.0'
7171
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
7272

7373
// dependencies for instrumented tests

0 commit comments

Comments
 (0)