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.6 to 3.5.7

Bumps [mockito-inline](https://github.com/mockito/mockito) from 3.5.6 to 3.5.7.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.6...v3.5.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-26 10:13:19 +00:00 committed by Mike Hardy
parent c3d907f3a2
commit 4742360c03

View File

@ -255,7 +255,7 @@ dependencies {
api project(":api")
testImplementation 'org.junit.vintage:junit-vintage-engine:5.6.2'
testImplementation 'org.mockito:mockito-inline:3.5.6'
testImplementation 'org.mockito:mockito-inline:3.5.7'
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1'
testImplementation "org.robolectric:robolectric:4.3.1"