From 71aee9211f01ba35c2d60b14166fba2e53b50a2b Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 28 Jun 2018 18:02:24 +0200 Subject: [PATCH] Upgrade to Mockito 2.19 and Mockito Kotlin 1.6 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c7b8e7b5cf..3e775168f3 100644 --- a/build.gradle +++ b/build.gradle @@ -157,10 +157,10 @@ configure(allprojects) { project -> testCompile("junit:junit:4.12") { exclude group:'org.hamcrest', module:'hamcrest-core' } - testCompile("org.mockito:mockito-core:2.18.0") { + testCompile("org.mockito:mockito-core:2.19.0") { exclude group:'org.hamcrest', module:'hamcrest-core' } - testCompile("com.nhaarman:mockito-kotlin:1.5.0") { + testCompile("com.nhaarman:mockito-kotlin:1.6.0") { exclude module:'kotlin-stdlib' exclude module:'kotlin-reflect' exclude module:'mockito-core' -- GitLab