From 6e69d8bb1e82f3d6e990773f850a5b7d72f59898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 02:03:40 +0000 Subject: [PATCH] Bump mockk-agent-jvm from 1.12.4 to 1.13.3 Bumps [mockk-agent-jvm](https://github.com/mockk/mockk) from 1.12.4 to 1.13.3. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.4...1.13.3) --- updated-dependencies: - dependency-name: io.mockk:mockk-agent-jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f27484e..9a60d0d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -83,7 +83,7 @@ dependencies { 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-agent-jvm:1.12.4") + androidTestImplementation("io.mockk:mockk-agent-jvm:1.13.3") testImplementation("io.mockk:mockk:1.12.4") - testImplementation("io.mockk:mockk-agent-jvm:1.12.0") + testImplementation("io.mockk:mockk-agent-jvm:1.13.3") }