From ebcf5e100ed5226b47e83b93c476f272e470b98b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 08:44:46 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.9 to 1.13.11 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.9 to 1.13.11. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.9...1.13.11) --- 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 aefcfb06..f19dd8a9 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.9" + testImplementation "io.mockk:mockk:1.13.11" testImplementation 'org.robolectric:robolectric:4.11.1' }