Skip to content

Commit 2329588

Browse files
committed
Upgrade to Mockito 2.19.1
1 parent f677d68 commit 2329588

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
@@ -158,7 +158,7 @@ configure(allprojects) { project ->
158158
testCompile("junit:junit:4.12") {
159159
exclude group:'org.hamcrest', module:'hamcrest-core'
160160
}
161-
testCompile("org.mockito:mockito-core:2.19.0") {
161+
testCompile("org.mockito:mockito-core:2.19.1") {
162162
exclude group:'org.hamcrest', module:'hamcrest-core'
163163
}
164164
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {

0 commit comments

Comments
 (0)