From 4bde69846b1d6b378f801a0bf34bc01e72daf126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:06:19 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.5 to 1.13.8 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.5 to 1.13.8. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.5...1.13.8) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 305b651..e25f955 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -79,6 +79,6 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'androidx.test.ext:junit:1.1.5' - testImplementation "io.mockk:mockk:1.13.5" + testImplementation "io.mockk:mockk:1.13.8" testImplementation 'org.robolectric:robolectric:4.10.3' }