X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=build.gradle;h=140204935ad7afeea974871cbe8e5d4482b87fc1;hb=ce6a0dd9530203c34f4270b7593a7ad4e496be7e;hp=9505ab6d77af31b949de1d900dc3832cdd70d0c9;hpb=85f599866faef4142c1700702af4aa57ee9daaf8;p=Sone.git diff --git a/build.gradle b/build.gradle index 9505ab6..1402049 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } @@ -89,7 +89,7 @@ javadoc { apply plugin: 'jacoco' jacoco { - toolVersion = '0.7.9' + toolVersion = '0.8.4' } jacocoTestReport.dependsOn test