Skip to content

Commit 5820ce8

Browse files
committed
[Java] Upgrade to Mockito 2.7.20.
1 parent 1516e16 commit 5820ce8

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
@@ -116,7 +116,7 @@ subprojects {
116116

117117
testCompile 'org.hamcrest:hamcrest-all:1.3'
118118
testCompile 'junit:junit:4.12'
119-
testCompile 'org.mockito:mockito-core:2.7.17'
119+
testCompile 'org.mockito:mockito-core:2.7.20'
120120
testCompile 'com.google.code.gson:gson:2.8.0'
121121
}
122122

0 commit comments

Comments
 (0)