X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=build.gradle;h=5334200a5aa323bf094908793ffa08fd6a22ac67;hp=ecdbfdd30390b97ec92c465e8390dabbe4c2b26f;hb=05a9625d529ef49111427c6a46510fa0dca057d8;hpb=9ea303d005f455c1a7d812d00b3ef9514458f7d6 diff --git a/build.gradle b/build.gradle index ecdbfdd..5334200 100644 --- a/build.gradle +++ b/build.gradle @@ -1,13 +1,13 @@ group = 'net.pterodactylus' -version = '0.9.7' +version = '0.9.8' buildscript { - ext.kotlinVersion = '1.1.51' + ext.kotlinVersion = '1.2.31' repositories { mavenCentral() } dependencies { - classpath group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: '1.1.11' + classpath group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: '1.4.0' classpath group: 'org.jetbrains.kotlin', name: 'kotlin-gradle-plugin', version: kotlinVersion classpath group: 'org.jetbrains.kotlin', name: 'kotlin-noarg', version: kotlinVersion } @@ -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' }