From f22565a89b0d16bc6be267ed0036f64cd85e2ae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:23:53 +0000 Subject: [PATCH] chore(deps): bump io.mockk:mockk from 1.13.17 to 1.14.11 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.17 to 1.14.11. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.17...v1.14.11) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.11 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 70467e4..643364e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -229,7 +229,7 @@ dependencies { // Testing testImplementation("junit:junit:4.13.2") testImplementation("androidx.test:core:1.6.1") - testImplementation("io.mockk:mockk:1.13.17") + testImplementation("io.mockk:mockk:1.14.11") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0") testImplementation("org.robolectric:robolectric:4.14.1") // Drift guard: BackupManagerSettingsDriftTest reflects over AppSettings /