Skip to content

Commit 515076c

Browse files
Merge pull request #1235 from nextcloud/dependabot/gradle/org.mockito-mockito-core-5.7.0
Bump org.mockito:mockito-core from 5.4.0 to 5.7.0
2 parents cecb704 + 8ce4a2b commit 515076c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/build.gradle

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

6262
// dependencies for tests
6363
testImplementation "junit:junit:$junit_version"
64-
testImplementation 'org.mockito:mockito-core:5.4.0'
64+
testImplementation 'org.mockito:mockito-core:5.7.0'
6565
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
6666

6767
// dependencies for instrumented tests

0 commit comments

Comments
 (0)