X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=build.gradle;fp=build.gradle;h=3a2f0020fc50379af9a120106c318c982558154a;hp=9505ab6d77af31b949de1d900dc3832cdd70d0c9;hb=bfc5ea58b53dd2444f9d79cbdd4a6387ec839334;hpb=9055b49dfd6378a058611c80e80b16cff649466c diff --git a/build.gradle b/build.gradle index 9505ab6..3a2f002 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' }