From f7f230aa33c61bba0f5c6a0c24b06dcc27fc9955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Sep 2018 19:59:48 +0200 Subject: [PATCH] Bump mockito-core from 2.21.0 to 2.22.0 (#990) Bumps [mockito-core](https://github.com/mockito/mockito) from 2.21.0 to 2.22.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.21.0...v2.22.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 ade45d97..cb769c0e 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -130,7 +130,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.21.0' + testImplementation 'org.mockito:mockito-core:2.22.0' testImplementation 'junit:junit:4.12' testImplementation 'org.json:json:20180813' testImplementation 'com.squareup.okhttp3:mockwebserver:3.11.0' -- GitLab