mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Merge pull request #3652 from nextcloud/dependabot/gradle/org.mockito-mockito-core-2.24.5
Bump mockito-core from 2.24.0 to 2.24.5
This commit is contained in:
commit
217afa5bb0
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ dependencies {
|
|||
|
||||
// dependencies for local unit tests
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'org.mockito:mockito-core:2.24.0'
|
||||
testImplementation 'org.mockito:mockito-core:2.24.5'
|
||||
// dependencies for instrumented tests
|
||||
// JUnit4 Rules
|
||||
androidTestImplementation 'androidx.test:rules:1.1.1'
|
||||
|
|
Loading…
Reference in a new issue