Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 2eb0534

Browse files
dmitry-famiraleung
authored andcommitted
fix: update mockito dependency (#146)
fix: update mockito dependency
1 parent fe80f81 commit 2eb0534

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ ext {
4747

4848
// Testing
4949
junit: 'junit:junit:4.13',
50-
mockito: 'org.mockito:mockito-core:1.10.19',
5150
truth: 'com.google.truth:truth:1.0.1',
5251
]
5352
}
@@ -69,7 +68,6 @@ dependencies {
6968
compileOnly libraries.error_prone_annotations
7069

7170
testCompile libraries.junit,
72-
libraries.mockito,
7371
libraries.truth
7472
}
7573

0 commit comments

Comments
 (0)