mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
Bump mockito-core from 2.24.0 to 2.24.5
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.24.0 to 2.24.5. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.24.0...v2.24.5) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
e3b1487ce5
commit
da862a2c59
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