Skip to content

Commit 28a0487

Browse files
committed
[Java] Upgrade to Mockito 3.0.0.
1 parent ad0e94d commit 28a0487

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,11 @@ subprojects {
140140
compile 'org.agrona:agrona:1.0.3'
141141

142142
testCompile 'org.hamcrest:hamcrest:2.1'
143-
testCompile 'org.mockito:mockito-core:2.28.2'
143+
testCompile 'org.mockito:mockito-core:3.0.0'
144144
testCompile 'junit:junit:4.12'
145145
}
146146

147-
checkstyle {
148-
toolVersion = '8.22'
149-
}
147+
checkstyle.toolVersion = '8.22'
150148

151149
compileJava {
152150
sourceCompatibility = sbeJavaVersion

0 commit comments

Comments
 (0)