From 0c96d324799505f23c4521788f8ebefa8f0d0a07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:44:26 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.16 to 1.14.9 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.16 to 1.14.9. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.16...1.14.9) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index ba9fd5aa..f24fc3d1 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -22,7 +22,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter:5.10.0") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2") testImplementation(kotlin("test")) - testImplementation("io.mockk:mockk:1.13.16") + testImplementation("io.mockk:mockk:1.14.9") testRuntimeOnly("org.junit.platform:junit-platform-launcher") implementation("com.google.auto.service:auto-service-annotations:1.1.1")