From cf08d1ff2488560f0375e9a1aa1be089f6af6352 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 13:58:42 +0000 Subject: [PATCH] Bump mockito-core from 2.28.1 to 2.28.2 (#387) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a55efec9f..d87fe7e70 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -140,7 +140,7 @@ dependencies { testImplementation "junit:junit:4.12" testImplementation "io.mockk:mockk:1.9.2" testImplementation 'org.threeten:threetenbp:1.4.0' - testImplementation "org.mockito:mockito-core:2.28.1" + testImplementation "org.mockito:mockito-core:2.28.2" testImplementation("org.mockito:mockito-inline:2.28.2") { exclude group: 'org.mockito', module: 'mockito-core' } @@ -151,7 +151,7 @@ dependencies { androidTestImplementation "io.mockk:mockk-android:1.9.2" androidTestImplementation "androidx.room:room-testing:2.1.0-beta01" androidTestImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version" - androidTestImplementation "org.mockito:mockito-core:2.27.2" + androidTestImplementation "org.mockito:mockito-core:2.28.2" androidTestImplementation('org.mockito:mockito-android:2.28.2') { exclude group: 'org.mockito', module: 'mockito-core' }