Skip to content

Commit 61de380

Browse files
Merge pull request #1659 from nextcloud/dependabot/gradle/org.mockito-mockito-core-5.1.0
Bump mockito-core from 5.0.0 to 5.1.0
2 parents 05fe459 + 76daeee commit 61de380

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dependencies {
116116
testImplementation 'androidx.test:core:1.5.0'
117117
testImplementation 'androidx.arch.core:core-testing:2.1.0'
118118
testImplementation 'junit:junit:4.13.2'
119-
testImplementation 'org.mockito:mockito-core:5.0.0'
119+
testImplementation 'org.mockito:mockito-core:5.1.0'
120120
testImplementation 'org.robolectric:robolectric:4.9.2'
121121

122122
implementation fileTree(dir: 'libs', include: ['*.jar'])

0 commit comments

Comments
 (0)