Skip to content

Commit 2fb6ea6

Browse files
committed
[Java] Upgrade to Mockito 2.20.1.
1 parent 233251b commit 2fb6ea6

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
@@ -126,7 +126,7 @@ subprojects {
126126
checkstyle 'com.puppycrawl.tools:checkstyle:8.11'
127127

128128
testCompile 'junit:junit:4.12'
129-
testCompile 'org.mockito:mockito-core:2.20.0'
129+
testCompile 'org.mockito:mockito-core:2.20.1'
130130
testCompile 'org.hamcrest:hamcrest-library:1.3'
131131
testCompile 'com.google.code.gson:gson:2.8.5'
132132
}

0 commit comments

Comments
 (0)