From 2a861fed44177ca57d7ba18cd02c412847ce5b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 04:35:41 +0000 Subject: [PATCH] build(deps): bump io.mockk:mockk from 1.13.2 to 1.13.17 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.2 to 1.13.17. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.2...1.13.17) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6ded844..1069166 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,7 +35,7 @@ dependencies { protobuf(files("api-interface-definitions/protos/")) testImplementation("junit:junit:4.13.2") testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") - testImplementation("io.mockk:mockk:1.13.2") + testImplementation("io.mockk:mockk:1.13.17") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4") testImplementation("io.grpc:grpc-testing:1.71.0") implementation("com.google.code.gson:gson:2.9.0")