From 7754e3d11100152920e4fd7a5d5a673c1a5dee0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 27 Sep 2018 21:12:54 +0000 Subject: [PATCH] build(deps): bump mockk from 1.8.7 to 1.8.8 Bumps [mockk](https://github.com/mockk/mockk) from 1.8.7 to 1.8.8. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.8.7...1.8.8) 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 03cfb79472..97f1f82789 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -113,7 +113,7 @@ dependencies { implementation 'com.journeyapps:zxing-android-embedded:3.6.0' testImplementation 'junit:junit:4.12' - testImplementation "io.mockk:mockk:1.8.7" + testImplementation "io.mockk:mockk:1.8.8" testImplementation 'org.threeten:threetenbp:1.3.7' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'