From 61b49fe02bc1118b4c46b9e26dcd25909fb5a200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 14:10:41 +0000 Subject: [PATCH] chore(backend)(deps): Bump io.mockk:mockk Bumps the kotlin group in /backend with 1 update: [io.mockk:mockk](https://github.com/mockk/mockk). Updates `io.mockk:mockk` from 1.13.13 to 1.14.9 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.13...1.14.9) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin ... Signed-off-by: dependabot[bot] --- backend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index 10eb664..94ccccc 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.boot:spring-boot-test-autoconfigure") testImplementation("org.jetbrains.kotlin:kotlin-test-junit5") - testImplementation("io.mockk:mockk:1.13.13") + testImplementation("io.mockk:mockk:1.14.9") testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.4")) testImplementation("org.testcontainers:testcontainers") testImplementation("org.testcontainers:postgresql")