From 728ae9dabdcc738816b661c7ae1bb6e36c0575fd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 05:18:37 +0000 Subject: [PATCH] Bump mockito-core from 3.0.0 to 3.1.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.0.0...v3.1.0) Signed-off-by: dependabot-preview[bot] --- buildsystem/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsystem/dependencies.gradle b/buildsystem/dependencies.gradle index d747ad0..903edaf 100644 --- a/buildsystem/dependencies.gradle +++ b/buildsystem/dependencies.gradle @@ -42,7 +42,7 @@ ext { ] test = [ - mockito : "org.mockito:mockito-core:3.0.0", + mockito : "org.mockito:mockito-core:3.1.0", mockitoKotlin : "com.nhaarman:mockito-kotlin-kt1.1:1.6.0", junit : "junit:junit:4.12", archTesting : "android.arch.core:core-testing:1.1.1",