Skip to content

Commit 3c0829f

Browse files
committed
[Java] Upgrade to Mockito 2.2.16.
1 parent ac13e7d commit 3c0829f

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
@@ -120,7 +120,7 @@ subprojects {
120120

121121
testCompile 'org.hamcrest:hamcrest-all:1.3'
122122
testCompile 'junit:junit:4.12'
123-
testCompile 'org.mockito:mockito-core:2.2.15'
123+
testCompile 'org.mockito:mockito-core:2.2.16'
124124
testCompile 'com.google.code.gson:gson:2.3.1'
125125
}
126126

0 commit comments

Comments
 (0)