We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f677d68 commit 2329588Copy full SHA for 2329588
build.gradle
@@ -158,7 +158,7 @@ configure(allprojects) { project ->
158
testCompile("junit:junit:4.12") {
159
exclude group:'org.hamcrest', module:'hamcrest-core'
160
}
161
- testCompile("org.mockito:mockito-core:2.19.0") {
+ testCompile("org.mockito:mockito-core:2.19.1") {
162
163
164
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {
0 commit comments