Skip to content

Commit 2673093

Browse files
committed
[Java] Upgrade to Mockito 2.2.19.
1 parent 2a77f13 commit 2673093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ subprojects {
120120

121121
testCompile 'org.hamcrest:hamcrest-all:1.3'
122122
testCompile 'junit:junit:4.12'
123-
testCompile 'org.mockito:mockito-core:2.2.16'
123+
testCompile 'org.mockito:mockito-core:2.2.19'
124124
testCompile 'com.google.code.gson:gson:2.3.1'
125125
}
126126

0 commit comments

Comments
 (0)