gradle: update mockito

Mockito-all is discontinued
This commit is contained in:
Owain van Brakel
2019-07-27 07:41:56 +02:00
parent ff50dc5272
commit 3fd16bbea1
32 changed files with 155 additions and 114 deletions

View File

@@ -23,7 +23,7 @@ dependencies {
implementation group: 'org.ow2.asm', name: 'asm-debug-all', version: '5.2'
testImplementation project(':deobfuscator')
testImplementation group: 'junit', name: 'junit', version: '4.12'
testImplementation group: 'org.mockito', name: 'mockito-all', version: '1.10.19'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.0.0'
compileOnly group: 'org.apache.maven.plugin-tools', name: 'maven-plugin-annotations', version: '3.6.0'
annotationProcessor group: 'org.eclipse.sisu', name: 'org.eclipse.sisu.inject', version: '0.3.3'
vanilla "net.runelite.rs:vanilla:"+osrsRevision