Skip to content

Commit 6508d4f

Browse files
committed
[Java] Upgrade to Mockito 2.24.0.
1 parent 22f344b commit 6508d4f

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
@@ -129,7 +129,7 @@ subprojects {
129129
compile 'org.agrona:agrona:0.9.31'
130130

131131
testCompile 'junit:junit:4.12'
132-
testCompile 'org.mockito:mockito-core:2.23.4'
132+
testCompile 'org.mockito:mockito-core:2.24.0'
133133
testCompile 'org.hamcrest:hamcrest-library:1.3'
134134
}
135135

0 commit comments

Comments
 (0)