From f5254e083b2a301446072327ba3c4230528ee844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:16:29 +0000 Subject: [PATCH] chore: bump io.mockk:mockk-jvm from 1.14.2 to 1.14.4 in /dgs-kotlin-co Bumps [io.mockk:mockk-jvm](https://github.com/mockk/mockk) from 1.14.2 to 1.14.4. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.14.2...1.14.4) --- updated-dependencies: - dependency-name: io.mockk:mockk-jvm dependency-version: 1.14.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dgs-kotlin-co/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgs-kotlin-co/build.gradle.kts b/dgs-kotlin-co/build.gradle.kts index 8dfc9cad8..fe80a1d1a 100644 --- a/dgs-kotlin-co/build.gradle.kts +++ b/dgs-kotlin-co/build.gradle.kts @@ -62,7 +62,7 @@ dependencies { testImplementation("com.netflix.graphql.dgs:dgs-starter-test") testImplementation("io.projectreactor:reactor-test") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test") - testImplementation("io.mockk:mockk-jvm:1.14.2") + testImplementation("io.mockk:mockk-jvm:1.14.4") testImplementation("com.ninja-squad:springmockk:4.0.2") { exclude(module = "mockk") }