Skip to content

Commit d35672b

Browse files
committed
[Java] Upgrade to Mockito 2.18.3.
1 parent c388463 commit d35672b

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
@@ -128,7 +128,7 @@ subprojects {
128128
checkstyle 'com.puppycrawl.tools:checkstyle:8.9'
129129

130130
testCompile 'junit:junit:4.12'
131-
testCompile 'org.mockito:mockito-core:2.18.0'
131+
testCompile 'org.mockito:mockito-core:2.18.3'
132132
testCompile 'org.hamcrest:hamcrest-library:1.3'
133133
testCompile 'com.google.code.gson:gson:2.8.2'
134134
}

0 commit comments

Comments
 (0)