X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=build.gradle;h=453a26296171f6839b0ea3dfc97f734dff6310a8;hp=ecdbfdd30390b97ec92c465e8390dabbe4c2b26f;hb=a9c9094ae93da0d112df6bb1a1d601cde4abe4ff;hpb=c63b70fad1e344c1d0d96056565f01fb343e0dfa 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' }