Skip to content

Commit cac2498

Browse files
Merge pull request #1661 from nextcloud/dependabot/gradle/org.mockito-mockito-core-5.1.1
Bump org.mockito:mockito-core from 5.1.0 to 5.1.1
2 parents 5c2816b + d89e04d commit cac2498

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.1.0'
119+
testImplementation 'org.mockito:mockito-core:5.1.1'
120120
testImplementation 'org.robolectric:robolectric:4.9.2'
121121

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

0 commit comments

Comments
 (0)