Skip to content

Commit fa98b24

Browse files
Merge pull request #1298 from nextcloud/dependabot/gradle/org.mockito-mockito-core-5.9.0
Bump org.mockito:mockito-core from 5.8.0 to 5.9.0
2 parents 567b258 + 91b4e0c commit fa98b24

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
@@ -63,7 +63,7 @@ dependencies {
6363

6464
// dependencies for tests
6565
testImplementation "junit:junit:$junit_version"
66-
testImplementation 'org.mockito:mockito-core:5.8.0'
66+
testImplementation 'org.mockito:mockito-core:5.9.0'
6767
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
6868

6969
// dependencies for instrumented tests

0 commit comments

Comments
 (0)