From bfc5ea58b53dd2444f9d79cbdd4a6387ec839334 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 5 Sep 2019 11:18:00 +0200 Subject: [PATCH] =?utf8?q?=F0=9F=92=9A=20Use=20most=20recent=20Mockito=202?= =?utf8?q?.x=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } -- 2.7.4