Upgrade mockito-core dependency to 1.10.19

This commit is contained in:
Sam Brannen 2015-04-27 12:30:44 +02:00
parent 03037496c3
commit a2a105918c
1 changed files with 1 additions and 1 deletions

View File

@ -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")