Skip to content

Commit bb1ea57

Browse files
committed
[Java] Update to Mockito 2.23.4.
1 parent 7a697f8 commit bb1ea57

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.26'
130130

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

0 commit comments

Comments
 (0)