From 903b4a602bf701f99041c20e33f5d73904ab8cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:01:26 +0000 Subject: [PATCH] Gradle: Bump com.ninja-squad:springmockk from 4.0.2 to 5.0.1 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c9bd76dcc..a864442d6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -80,7 +80,7 @@ val detektVersion = "1.23.8" val jUnitBomVersion = "6.0.1" val mockkVersion = "1.14.7" val awaitilityKVersion = "4.3.0" -val springMockkVersion = "4.0.2" +val springMockkVersion = "5.0.1" val configBuildDir = "${layout.buildDirectory.get()}/config"