💚 Use most recent Mockito 2.x version
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 5 Sep 2019 09:18:00 +0000 (11:18 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 5 Sep 2019 09:18:00 +0000 (11:18 +0200)
build.gradle

index 9505ab6..3a2f002 100644 (file)
@@ -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'
 }