From 3d126c9494a765e3489b52f5b2d48b5e8295e2a0 Mon Sep 17 00:00:00 2001 From: dmitry-fa Date: Wed, 27 May 2020 15:48:48 +0300 Subject: [PATCH 1/2] fix: update mockito dependency --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 859349425..8264409f7 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ ext { // Testing junit: 'junit:junit:4.13', - mockito: 'org.mockito:mockito-core:1.10.19', + mockito: 'org.mockito:mockito-core:2.28.2', truth: 'com.google.truth:truth:1.0.1', ] } From db74ab8d2bde8186bb085c231afaf38e43b40b31 Mon Sep 17 00:00:00 2001 From: dmitry-fa Date: Wed, 27 May 2020 17:21:04 +0300 Subject: [PATCH 2/2] fix: update mockito dependency --- build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8264409f7..4d5288a54 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,6 @@ ext { // Testing junit: 'junit:junit:4.13', - mockito: 'org.mockito:mockito-core:2.28.2', truth: 'com.google.truth:truth:1.0.1', ] } @@ -69,7 +68,6 @@ dependencies { compileOnly libraries.error_prone_annotations testCompile libraries.junit, - libraries.mockito, libraries.truth }