From 4499b148687d8133cef67287b300c22b9b45f4b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 02:18:16 +0000 Subject: [PATCH] Bump mockk-android from 1.12.4 to 1.13.4 Bumps [mockk-android](https://github.com/mockk/mockk) from 1.12.4 to 1.13.4. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.4...v1.13.4) --- 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..9398e5b 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.4") 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")