Skip to content

Commit e79d2c9

Browse files
Merge pull request #1761 from nextcloud/dependabot/gradle/org.mockito-mockito-core-5.3.0
build(deps): Bump org.mockito:mockito-core from 5.2.0 to 5.3.0
2 parents 21a9af1 + dcec2ba commit e79d2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ dependencies {
120120
testImplementation 'androidx.test:core:1.5.0'
121121
testImplementation 'androidx.arch.core:core-testing:2.2.0'
122122
testImplementation 'junit:junit:4.13.2'
123-
testImplementation 'org.mockito:mockito-core:5.2.0'
123+
testImplementation 'org.mockito:mockito-core:5.3.0'
124124
testImplementation 'org.robolectric:robolectric:4.9.2'
125125

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

0 commit comments

Comments
 (0)