From 0223f66260acf408138397ea20a6902b2b657a24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 15:54:33 +0000 Subject: [PATCH] build(deps): bump io.mockk:mockk-android from 1.13.3 to 1.13.8 Bumps [io.mockk:mockk-android](https://github.com/mockk/mockk) from 1.13.3 to 1.13.8. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.3...1.13.8) --- updated-dependencies: - dependency-name: io.mockk:mockk-android dependency-type: direct:production update-type: version-update:semver-patch ... 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 9bc9135..f269773 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -133,7 +133,7 @@ dependencies { implementation("androidx.hilt:hilt-work:1.0.0") // Test - val mockkVersion = "1.13.3" + val mockkVersion = "1.13.8" testImplementation("junit:junit:4.13.2") testImplementation("io.mockk:mockk-android:$mockkVersion") androidTestImplementation("androidx.test.ext:junit-ktx:1.1.5")