X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=build.gradle;h=6c6437b6b38c4d0a4efc14227813b2fda383e041;hb=c8ba039a25db156ceed46a458d3f1964800a80d8;hp=ecdbfdd30390b97ec92c465e8390dabbe4c2b26f;hpb=c63b70fad1e344c1d0d96056565f01fb343e0dfa;p=Sone.git diff --git a/build.gradle b/build.gradle index ecdbfdd..6c6437b 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ group = 'net.pterodactylus' version = '0.9.7' buildscript { - ext.kotlinVersion = '1.1.51' + ext.kotlinVersion = '1.1.60' repositories { mavenCentral() } @@ -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' }