mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 07:05:49 +03:00
Bump mockito-core from 2.25.0 to 2.25.1
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.25.0 to 2.25.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.25.0...v2.25.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
3395ceb069
commit
3c66847f14
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ dependencies {
|
|||
|
||||
// dependencies for local unit tests
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'org.mockito:mockito-core:2.25.0'
|
||||
testImplementation 'org.mockito:mockito-core:2.25.1'
|
||||
testImplementation 'androidx.test:core:1.1.0'
|
||||
|
||||
// dependencies for instrumented tests
|
||||
|
|
Loading…
Reference in a new issue