From a68caff1fe6b3a67e4e5cab0499bd729d0aa642c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 May 2019 12:46:49 +0200 Subject: [PATCH] Bump mockito-core from 2.28.1 to 2.28.2 (#1374) Bumps [mockito-core](https://github.com/mockito/mockito) from 2.28.1 to 2.28.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.28.1...v2.28.2) --- mobile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index ab348dbc..72dc857b 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -136,7 +136,7 @@ dependencies { annotationProcessor 'com.google.auto.value:auto-value:1.6.5' annotationProcessor 'com.ryanharter.auto.value:auto-value-parcel:0.2.6' - testImplementation 'org.mockito:mockito-core:2.28.1' + testImplementation 'org.mockito:mockito-core:2.28.2' testImplementation 'junit:junit:4.12' testImplementation 'org.json:json:20180813' testImplementation 'com.squareup.okhttp3:mockwebserver:3.12.1' -- GitLab