Skip to content

Commit e123949

Browse files
committed
[Java] Upgrade to Mockito 2.7.9.
1 parent 7303f87 commit e123949

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
@@ -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.7.7'
124+
testCompile 'org.mockito:mockito-core:2.7.9'
125125
testCompile 'com.google.code.gson:gson:2.8.0'
126126
}
127127

0 commit comments

Comments
 (0)