Skip to content

Commit 8e5f243

Browse files
committed
Upgrade to Mockito 2.20
1 parent a9c9ba6 commit 8e5f243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ configure(allprojects) { project ->
157157
testCompile("junit:junit:4.12") {
158158
exclude group:'org.hamcrest', module:'hamcrest-core'
159159
}
160-
testCompile("org.mockito:mockito-core:2.19.1") {
160+
testCompile("org.mockito:mockito-core:2.20.0") {
161161
exclude group:'org.hamcrest', module:'hamcrest-core'
162162
}
163163
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {

0 commit comments

Comments
 (0)