From 78736120bae54d0f8fad9e07a12d62be2ba33e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Oct 2018 15:40:01 +0200 Subject: [PATCH] Bump mockito-core from 2.22.0 to 2.23.0 (#1034) Bumps [mockito-core](https://github.com/mockito/mockito) from 2.22.0 to 2.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.22.0...v2.23.0) Signed-off-by: dependabot[bot] <support@dependabot.com> --- mobile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 210130a3..2a6e190f 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -134,7 +134,7 @@ dependencies { annotationProcessor 'com.google.auto.value:auto-value:1.6.2' annotationProcessor 'com.ryanharter.auto.value:auto-value-parcel:0.2.6' - testImplementation 'org.mockito:mockito-core:2.22.0' + testImplementation 'org.mockito:mockito-core:2.23.0' testImplementation 'junit:junit:4.12' testImplementation 'org.json:json:20180813' testImplementation 'com.squareup.okhttp3:mockwebserver:3.11.0' -- GitLab