Skip to content

Commit 16bda4b

Browse files
committed
[Java] Upgrade to Mockito 2.25.1.
1 parent 82e7fc3 commit 16bda4b

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.34'
132132

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

0 commit comments

Comments
 (0)