From 2f17ace566777c008fa74fb0717699a041577b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 15:01:37 +0000 Subject: [PATCH] Bump mockk-android from 1.10.6 to 1.13.3 Bumps [mockk-android](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-android 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..d82b374 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -104,7 +104,7 @@ dependencies { testImplementation "com.squareup.okhttp3:mockwebserver:$okhttp_version" androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - androidTestImplementation "io.mockk:mockk-android:1.10.6" + androidTestImplementation "io.mockk:mockk-android:1.13.3" } spotless {