From 69487908c93504389738c011c0ac60be9ccf428c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 14 Nov 2018 21:11:57 +0000 Subject: [PATCH] chore(deps): bump mockk from 1.8.12 to 1.8.13 Bumps [mockk](https://github.com/mockk/mockk) from 1.8.12 to 1.8.13. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/commits) Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6becb6b9e..c157be402 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -120,7 +120,7 @@ dependencies { implementation 'com.journeyapps:zxing-android-embedded:3.6.0' testImplementation 'junit:junit:4.12' - testImplementation "io.mockk:mockk:1.8.12" + testImplementation "io.mockk:mockk:1.8.13" testImplementation 'org.threeten:threetenbp:1.3.8' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'