From 14a9d1c6e819a8eae29908e679ad40061bdf9b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 23:31:42 +0000 Subject: [PATCH] build(deps): bump io.mockk:mockk from 1.13.6 to 1.13.8 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.6 to 1.13.8. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/commits/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 347529d23..bf54142ff 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -69,7 +69,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.11.1' testImplementation 'net.sf.kxml:kxml2:2.3.0' - testImplementation "io.mockk:mockk:1.13.6" + testImplementation "io.mockk:mockk:1.13.8" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }