File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ project.ext {
22
22
ioConfluentVersion = ' 5.3.1'
23
23
junitVersion = ' 4.12'
24
24
kafkaVersion = ' 2.3.0'
25
- mockitoVersion = ' 1.10.19 '
25
+ mockitoVersion = ' 3.2.4 '
26
26
slf4jVersion = ' 1.6.1'
27
27
}
28
28
@@ -215,10 +215,9 @@ project(':kcbq-connector') {
215
215
216
216
testCompile (
217
217
" junit:junit:$junitVersion " ,
218
- " org.mockito:mockito-core:$mockitoVersion "
218
+ " org.mockito:mockito-core:$mockitoVersion " ,
219
+ " org.mockito:mockito-inline:$mockitoVersion "
219
220
)
220
-
221
- testImplementation ' org.mockito:mockito-inline:2.13.0'
222
221
}
223
222
224
223
artifacts {
@@ -336,10 +335,9 @@ project('kcbq-confluent') {
336
335
337
336
testCompile (
338
337
" junit:junit:$junitVersion " ,
339
- " org.mockito:mockito-core:$mockitoVersion "
338
+ " org.mockito:mockito-core:$mockitoVersion " ,
339
+ " org.mockito:mockito-inline:$mockitoVersion "
340
340
)
341
-
342
- testImplementation ' org.mockito:mockito-inline:2.13.0'
343
341
}
344
342
345
343
artifacts {
You can’t perform that action at this time.
0 commit comments