0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

Bump mockito-inline from 3.5.15 to 3.6.0

Bumps [mockito-inline](https://github.com/mockito/mockito) from 3.5.15 to 3.6.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.15...v3.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-27 10:13:10 +00:00 committed by Mike Hardy
parent 3ca60016f2
commit 3a8c3f88b7

View File

@ -258,7 +258,7 @@ dependencies {
api project(":api")
testImplementation 'org.junit.vintage:junit-vintage-engine:5.7.0'
testImplementation 'org.mockito:mockito-inline:3.5.15'
testImplementation 'org.mockito:mockito-inline:3.6.0'
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1'
testImplementation "org.robolectric:robolectric:4.4"