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