From 104132485b85ba5c8e2a49a171b68b83658106bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 15:10:55 +0000 Subject: [PATCH] build(deps): bump io.mockk:mockk from 1.13.12 to 1.14.2 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.12 to 1.14.2. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.12...1.14.2) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.2 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..17f40d0d0 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.2") //Jetpack compose implementation(platform(Libs.compose_bom)) diff --git a/apps/flipchatApp/build.gradle.kts b/apps/flipchatApp/build.gradle.kts index 2a49a0d7a..2f2d7f8c6 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.2") //Jetpack compose implementation(platform(Libs.compose_bom))