Skip to content

Commit f32a626

Browse files
committed
[Java] Upgrade to Mockito 2.10.0.
1 parent a490fef commit f32a626

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
@@ -123,7 +123,7 @@ subprojects {
123123

124124
testCompile 'org.hamcrest:hamcrest-all:1.3'
125125
testCompile 'junit:junit:4.12'
126-
testCompile 'org.mockito:mockito-core:2.9.0'
126+
testCompile 'org.mockito:mockito-core:2.10.0'
127127
testCompile 'com.google.code.gson:gson:2.8.0'
128128
}
129129

0 commit comments

Comments
 (0)