Skip to content

Commit a2538ed

Browse files
author
Bingqin Zhou
committed
Try to fix CI build failure.
1 parent c45aca0 commit a2538ed

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

build.gradle

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ project.ext {
2222
ioConfluentVersion = '5.3.1'
2323
junitVersion = '4.12'
2424
kafkaVersion = '2.3.0'
25-
mockitoVersion = '1.10.19'
25+
mockitoVersion = '3.2.4'
2626
slf4jVersion = '1.6.1'
2727
}
2828

@@ -215,10 +215,9 @@ project(':kcbq-connector') {
215215

216216
testCompile (
217217
"junit:junit:$junitVersion",
218-
"org.mockito:mockito-core:$mockitoVersion"
218+
"org.mockito:mockito-core:$mockitoVersion",
219+
"org.mockito:mockito-inline:$mockitoVersion"
219220
)
220-
221-
testImplementation 'org.mockito:mockito-inline:2.13.0'
222221
}
223222

224223
artifacts {
@@ -336,10 +335,9 @@ project('kcbq-confluent') {
336335

337336
testCompile (
338337
"junit:junit:$junitVersion",
339-
"org.mockito:mockito-core:$mockitoVersion"
338+
"org.mockito:mockito-core:$mockitoVersion",
339+
"org.mockito:mockito-inline:$mockitoVersion"
340340
)
341-
342-
testImplementation 'org.mockito:mockito-inline:2.13.0'
343341
}
344342

345343
artifacts {

0 commit comments

Comments
 (0)