Skip to content

Commit a3d4dc9

Browse files
committed
[Java] Upgrade to Mockito 2.6.8.
1 parent 208d462 commit a3d4dc9

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
@@ -121,7 +121,7 @@ subprojects {
121121

122122
testCompile 'org.hamcrest:hamcrest-all:1.3'
123123
testCompile 'junit:junit:4.12'
124-
testCompile 'org.mockito:mockito-core:2.6.7'
124+
testCompile 'org.mockito:mockito-core:2.6.8'
125125
testCompile 'com.google.code.gson:gson:2.8.0'
126126
}
127127

0 commit comments

Comments
 (0)