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.9 to 3.5.13

Bumps [mockito-inline](https://github.com/mockito/mockito) from 3.5.9 to 3.5.13.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.9...v3.5.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-04 20:02:34 +00:00 committed by Mike Hardy
parent c602fd36be
commit 0aae5d0b41

View File

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