From: David ‘Bombe’ Roden Date: Fri, 13 Oct 2017 06:15:05 +0000 (+0200) Subject: Update Mockito dependency X-Git-Tag: 0.9.8^2~29 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=0d0cf0126bce3fa60926dfdd8507548a677bb3f2 Update Mockito dependency --- diff --git a/build.gradle b/build.gradle index ecdbfdd..453a262 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { testCompile group: 'org.jetbrains.kotlin', name: 'kotlin-test' testCompile group: 'junit', name: 'junit', version: '4.11' - testCompile group: 'org.mockito', name: 'mockito-core', version: '2.1.0' + testCompile group: 'org.mockito', name: 'mockito-core', version: '2.10.0' testCompile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3' }