Skip to content

Commit f207374

Browse files
committed
[Java] Upgrade to Mockito 2.7.22.
1 parent 23b0d7c commit f207374

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
@@ -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.21'
119+
testCompile 'org.mockito:mockito-core:2.7.22'
120120
testCompile 'com.google.code.gson:gson:2.8.0'
121121
}
122122

0 commit comments

Comments
 (0)