From 0fe21e1f33d6ea3b0852f6104cb0af8239b2a656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:06:21 +0000 Subject: [PATCH] build(deps): bump io.mockk:mockk from 1.14.5 to 1.14.7 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.5 to 1.14.7. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.14.5...1.14.7) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.7 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 239fc6ad..fa352550 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ junit-ext = "1.3.0" material3 = "1.4.0" mockinizer = "1.6.0" -mockk = "1.14.5" +mockk = "1.14.7" mockwebserver = "5.3.0" multidex = "2.0.1"