Upgrade mockito-core dependency to 1.10.19
This commit is contained in:
parent
03037496c3
commit
a2a105918c
|
@ -126,7 +126,7 @@ configure(allprojects) { project ->
|
|||
testCompile("junit:junit:${junitVersion}") {
|
||||
exclude group:'org.hamcrest', module:'hamcrest-core'
|
||||
}
|
||||
testCompile("org.mockito:mockito-core:1.9.5") {
|
||||
testCompile("org.mockito:mockito-core:1.10.19") {
|
||||
exclude group:'org.hamcrest', module:'hamcrest-core'
|
||||
}
|
||||
testCompile("org.hamcrest:hamcrest-all:1.3")
|
||||
|
|
Loading…
Reference in New Issue