From a9aafef28b84b951cc7e9ecdd138a288791f1c98 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 29 Nov 2022 13:30:42 +0000 Subject: [PATCH] Update dependency io.mockk:mockk to v1.13.3 --- 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 2dd1af0..f93b57f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -193,7 +193,7 @@ dependencies { implementation("net.openid:appauth:0.11.1") testImplementation("junit:junit:4.13.2") - testImplementation("io.mockk:mockk:1.13.2") + testImplementation("io.mockk:mockk:1.13.3") testImplementation("androidx.test:core:1.5.0") testImplementation("io.strikt:strikt-core:0.34.1") testImplementation("org.robolectric:robolectric:4.9")