Skip to content

Commit 13cf84b

Browse files
committed
[Java] Upgrade to Mockito 2.16.0.
1 parent 4a5cc57 commit 13cf84b

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
checkstyle 'com.puppycrawl.tools:checkstyle:8.8'
123123

124124
testCompile 'junit:junit:4.12'
125-
testCompile 'org.mockito:mockito-core:2.15.0'
125+
testCompile 'org.mockito:mockito-core:2.16.0'
126126
testCompile 'org.hamcrest:hamcrest-library:1.3'
127127
testCompile 'com.google.code.gson:gson:2.8.2'
128128
}

0 commit comments

Comments
 (0)