Skip to content

Commit fcf27d7

Browse files
committed
[Java] Upgrade to Mockito 2.12.0.
1 parent c43324a commit fcf27d7

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
@@ -122,7 +122,7 @@ subprojects {
122122

123123
testCompile 'org.hamcrest:hamcrest-all:1.3'
124124
testCompile 'junit:junit:4.12'
125-
testCompile 'org.mockito:mockito-core:2.11.0'
125+
testCompile 'org.mockito:mockito-core:2.12.0'
126126
testCompile 'com.google.code.gson:gson:2.8.2'
127127
}
128128

0 commit comments

Comments
 (0)