Skip to content

Commit efb04b4

Browse files
committed
[Java] Upgrade to Mockito 2.21.0.
1 parent 7b3420e commit efb04b4

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
@@ -126,7 +126,7 @@ subprojects {
126126
checkstyle 'com.puppycrawl.tools:checkstyle:8.11'
127127

128128
testCompile 'junit:junit:4.12'
129-
testCompile 'org.mockito:mockito-core:2.20.1'
129+
testCompile 'org.mockito:mockito-core:2.21.0'
130130
testCompile 'org.hamcrest:hamcrest-library:1.3'
131131
}
132132

0 commit comments

Comments
 (0)