From d29051aa237c80b6602f5ce465a68ab63f905f92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 14:09:55 +0000 Subject: [PATCH] build(deps): bump io.mockk:mockk from 1.13.12 to 1.14.7 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.12 to 1.14.7. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.12...1.14.7) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/codeApp/build.gradle.kts | 2 +- apps/flipchatApp/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/codeApp/build.gradle.kts b/apps/codeApp/build.gradle.kts index ef8bc926b..9fb3ae093 100644 --- a/apps/codeApp/build.gradle.kts +++ b/apps/codeApp/build.gradle.kts @@ -159,7 +159,7 @@ dependencies { testImplementation(Libs.hilt_android_test) kaptTest(Libs.hilt_android_compiler) - androidTestImplementation("io.mockk:mockk:1.13.16") + androidTestImplementation("io.mockk:mockk:1.14.7") //Jetpack compose implementation(platform(Libs.compose_bom)) diff --git a/apps/flipchatApp/build.gradle.kts b/apps/flipchatApp/build.gradle.kts index 2a49a0d7a..10a901da9 100644 --- a/apps/flipchatApp/build.gradle.kts +++ b/apps/flipchatApp/build.gradle.kts @@ -168,7 +168,7 @@ dependencies { testImplementation(Libs.hilt_android_test) kaptTest(Libs.hilt_android_compiler) - androidTestImplementation("io.mockk:mockk:1.13.12") + androidTestImplementation("io.mockk:mockk:1.14.7") //Jetpack compose implementation(platform(Libs.compose_bom))