Skip to content

Commit 6aa964a

Browse files
committed
[Java] Upgrade to Mockito 3.1.0.
1 parent f86a7cb commit 6aa964a

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:1.0.7'
132132

133133
testCompile 'org.hamcrest:hamcrest:2.1'
134-
testCompile 'org.mockito:mockito-core:3.0.0'
134+
testCompile 'org.mockito:mockito-core:3.1.0'
135135
testCompile 'junit:junit:4.12'
136136
}
137137

0 commit comments

Comments
 (0)