From b639e07bd926c4b475cbe1e8243fcb04f27acc81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 10:04:23 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.14.2 to 1.14.7 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.2 to 1.14.7. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.14.2...1.14.7) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.7 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 14b0890..a02b31e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,7 @@ subprojects { val restAssuredKotlinExtensionsVersion = "5.5.1" // https://mvnrepository.com/artifact/io.rest-assured/kotlin-extensions val svmVersion = "24.2.1" // https://mvnrepository.com/artifact/org.graalvm.nativeimage/svm - val mockkVersion = "1.14.2" // https://mvnrepository.com/artifact/io.mockk/mockk + val mockkVersion = "1.14.7" // https://mvnrepository.com/artifact/io.mockk/mockk dependencyManagement { dependencies {