From a4c3ec84a87a8c392438c8a1411ed79bfa9b4c67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 08:13:14 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.14.5 to 1.14.6 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.5 to 1.14.6. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.14.5...1.14.6) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.6 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 0ce189c7..95107961 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -104,7 +104,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-test") { exclude(group = "org.mockito") } - testImplementation("io.mockk:mockk:1.14.5") + testImplementation("io.mockk:mockk:1.14.6") testImplementation("io.projectreactor:reactor-test") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test")