From 0076e59a4acbdcf1bd613ffd8f3c1856c35c3a09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 02:19:14 +0000 Subject: [PATCH] Bump mockk-android from 1.12.4 to 1.13.2 Bumps [mockk-android](https://github.com/mockk/mockk) from 1.12.4 to 1.13.2. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.4...1.13.2) --- updated-dependencies: - dependency-name: io.mockk:mockk-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f27484e..20136b8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -82,7 +82,7 @@ dependencies { androidTestImplementation("androidx.navigation:navigation-testing:2.5.0") debugImplementation("androidx.fragment:fragment-testing:1.4.1") testImplementation("androidx.arch.core:core-testing:2.1.0") - androidTestImplementation("io.mockk:mockk-android:1.12.4") + androidTestImplementation("io.mockk:mockk-android:1.13.2") androidTestImplementation("io.mockk:mockk-agent-jvm:1.12.4") testImplementation("io.mockk:mockk:1.12.4") testImplementation("io.mockk:mockk-agent-jvm:1.12.0")