mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 10:49:04 +03:00
Merge pull request #5511 from nextcloud/dependabot/gradle/org.mockito-mockito-core-3.3.0
This commit is contained in:
commit
a163321fa1
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ dependencies {
|
|||
|
||||
// dependencies for local unit tests
|
||||
testImplementation 'junit:junit:4.13'
|
||||
testImplementation 'org.mockito:mockito-core:3.2.4'
|
||||
testImplementation 'org.mockito:mockito-core:3.3.0'
|
||||
testImplementation 'androidx.test:core:1.2.0'
|
||||
testImplementation 'org.powermock:powermock-core:2.0.5'
|
||||
testImplementation 'org.powermock:powermock-module-junit4:2.0.5'
|
||||
|
|
Loading…
Reference in a new issue