From: David ‘Bombe’ Roden Date: Thu, 5 Sep 2019 09:18:00 +0000 (+0200) Subject: 💚 Use most recent Mockito 2.x version X-Git-Tag: v81^2~127^2~6 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=bfc5ea58b53dd2444f9d79cbdd4a6387ec839334 💚 Use most recent Mockito 2.x version --- diff --git a/build.gradle b/build.gradle index 9505ab6..3a2f002 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { testCompile group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit' testCompile group: 'junit', name: 'junit', version: '4.11' - testCompile group: 'org.mockito', name: 'mockito-core', version: '2.10.0' + testCompile group: 'org.mockito', name: 'mockito-core', version: '2.28.2' testCompile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3' }