mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
Merge pull request #3849 from nextcloud/dependabot/gradle/org.mockito-mockito-core-2.26.0
Bump mockito-core from 2.25.1 to 2.26.0
This commit is contained in:
commit
c4a4179467
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ dependencies {
|
|||
|
||||
// dependencies for local unit tests
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'org.mockito:mockito-core:2.25.1'
|
||||
testImplementation 'org.mockito:mockito-core:2.26.0'
|
||||
testImplementation 'androidx.test:core:1.1.0'
|
||||
|
||||
// dependencies for instrumented tests
|
||||
|
|
Loading…
Reference in a new issue