From ad123e5d400241b412ba36fdaabc3529dffec206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 11:50:53 +0000 Subject: [PATCH] chore: bump io.mockk:mockk-jvm from 1.14.0 to 1.14.6 in /graphql-kotlin Bumps [io.mockk:mockk-jvm](https://github.com/mockk/mockk) from 1.14.0 to 1.14.6. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.14.0...1.14.6) --- updated-dependencies: - dependency-name: io.mockk:mockk-jvm dependency-version: 1.14.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- graphql-kotlin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-kotlin/build.gradle.kts b/graphql-kotlin/build.gradle.kts index 52415a537..0761ef34e 100644 --- a/graphql-kotlin/build.gradle.kts +++ b/graphql-kotlin/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { } testImplementation("io.projectreactor:reactor-test") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.10.2") - testImplementation("io.mockk:mockk-jvm:1.14.0") + testImplementation("io.mockk:mockk-jvm:1.14.6") testImplementation("com.ninja-squad:springmockk:4.0.2") testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.1") testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.1")