gradle: update mockito
Mockito-all is discontinued
This commit is contained in:
@@ -48,7 +48,8 @@ dependencies {
|
||||
testImplementation group: 'junit', name: 'junit', version: '4.12'
|
||||
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.26'
|
||||
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '2.1'
|
||||
testImplementation group: 'org.mockito', name: 'mockito-all', version: '1.10.19'
|
||||
testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.0.0'
|
||||
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '3.0.0'
|
||||
testImplementation group: 'com.google.inject.extensions', name: 'guice-testlib', version: '4.2.2'
|
||||
testImplementation group: 'com.google.inject.extensions', name: 'guice-grapher', version: '4.2.2'
|
||||
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.8'
|
||||
|
||||
Reference in New Issue
Block a user