From c27b5d0f21ed406ddc2d07f10500fcd84250629b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:19:39 +0000 Subject: [PATCH] Bump mockk from 1.13.13 to 1.13.14 Bumps `mockk` from 1.13.13 to 1.13.14. Updates `io.mockk:mockk` from 1.13.13 to 1.13.14 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.13...1.13.14) Updates `io.mockk:mockk-dsl-jvm` from 1.13.13 to 1.13.14 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.13...1.13.14) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.mockk:mockk-dsl-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d44caaa0c..0d717a4c0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ kotlinx-coroutines = "1.9.0" kotlinx-datetime = "0.6.1" kotlinx-kover = "0.9.0" kotlinx-serialization = "1.7.3" -mockk = "1.13.13" +mockk = "1.13.14" okhttp = "4.12.0" okio = "3.9.1" robolectric = "4.14.1"