From 8a93666f7661d2777d04395fe70301f54dabf3ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 15:02:00 +0000 Subject: [PATCH] Bump mockk from 1.10.6 to 1.13.3 Bumps [mockk](https://github.com/mockk/mockk) from 1.10.6 to 1.13.3. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.10.6...1.13.3) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-minor ... 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 1450afb..e27d366 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -100,7 +100,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation "androidx.arch.core:core-testing:2.1.0" testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version" - testImplementation "io.mockk:mockk:1.10.6" + testImplementation "io.mockk:mockk:1.13.3" testImplementation "com.squareup.okhttp3:mockwebserver:$okhttp_version" androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'