Skip to content

Commit 5101b54

Browse files
Merge pull request #1958 from nextcloud/renovate/mockito-monorepo
fix(deps): update dependency org.mockito:mockito-core to v5.22.0
2 parents a77304d + fdc3f66 commit 5101b54

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
@@ -81,7 +81,7 @@ dependencies {
8181

8282
// dependencies for tests
8383
testImplementation "junit:junit:$junit_version"
84-
testImplementation 'org.mockito:mockito-core:5.21.0'
84+
testImplementation 'org.mockito:mockito-core:5.22.0'
8585
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
8686

8787
// dependencies for instrumented tests

0 commit comments

Comments
 (0)