From cead5f880ea93652598f4c64bd455094e64dfe17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 07:29:00 +0000 Subject: [PATCH] chore: bump io.mockk:mockk from 1.13.4 to 1.14.4 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.4 to 1.14.4. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.13.4...1.14.4) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 47bd91e..7bf3271 100644 --- a/build.gradle +++ b/build.gradle @@ -62,6 +62,6 @@ dependencies { testImplementation files('libs/java-json.jar') testImplementation 'com.squareup.assertj:assertj-android:1.2.0' - testImplementation ("io.mockk:mockk:1.13.4") + testImplementation ("io.mockk:mockk:1.14.4") testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4' }