From f608cac2dfd5305db41a615e4fc16159ade598ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 06:40:43 +0000 Subject: [PATCH] chore(backend): bump com.ninja-squad:springmockk in /backend Bumps [com.ninja-squad:springmockk](https://github.com/Ninja-Squad/springmockk) from 4.0.2 to 5.0.1. - [Release notes](https://github.com/Ninja-Squad/springmockk/releases) - [Commits](https://github.com/Ninja-Squad/springmockk/compare/4.0.2...5.0.1) --- updated-dependencies: - dependency-name: com.ninja-squad:springmockk dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 e9f84ef0f..1bcb493a2 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-test") { exclude(group = "org.mockito") } - testImplementation("com.ninja-squad:springmockk:4.0.2") + testImplementation("com.ninja-squad:springmockk:5.0.1") testImplementation("org.testcontainers:testcontainers:2.0.4") testImplementation("org.testcontainers:testcontainers-postgresql:2.0.4") testImplementation("org.mock-server:mockserver-netty:5.15.0")