Skip to content

Commit dfa66e1

Browse files
committed
[Java] Upgrade to Mockito 2.25.0.
1 parent 88a6f79 commit dfa66e1

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
@@ -131,7 +131,7 @@ subprojects {
131131
compile 'org.agrona:agrona:0.9.33'
132132

133133
testCompile 'junit:junit:4.12'
134-
testCompile 'org.mockito:mockito-core:2.24.5'
134+
testCompile 'org.mockito:mockito-core:2.25.0'
135135
testCompile 'org.hamcrest:hamcrest-library:1.3'
136136
}
137137

0 commit comments

Comments
 (0)