mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 05:25:31 +03:00
Merge pull request #1310 from nextcloud/dependabot/gradle/org.mockito-mockito-core-3.11.0
Bump mockito-core from 3.10.0 to 3.11.0
This commit is contained in:
commit
670922bc5c
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ dependencies {
|
|||
implementation 'com.elyeproj.libraries:loaderviewlibrary:2.0.0'
|
||||
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.mockito:mockito-core:3.10.0'
|
||||
testImplementation 'org.mockito:mockito-core:3.11.0'
|
||||
testImplementation "org.powermock:powermock-core:${powermockVersion}"
|
||||
testImplementation "org.powermock:powermock-module-junit4:${powermockVersion}"
|
||||
testImplementation "org.powermock:powermock-api-mockito2:${powermockVersion}"
|
||||
|
|
Loading…
Reference in a new issue