From 52634f46659b13074c761a7fa6a69fd509b13397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:44:16 +0000 Subject: [PATCH] build(deps): bump io.mockk:mockk in /serverpackcreator-plugin-example Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.6 to 1.14.11. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.14.6...v1.14.11) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- serverpackcreator-plugin-example/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverpackcreator-plugin-example/build.gradle.kts b/serverpackcreator-plugin-example/build.gradle.kts index 5bbf88c90..f60a63cfc 100644 --- a/serverpackcreator-plugin-example/build.gradle.kts +++ b/serverpackcreator-plugin-example/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { // Testing testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.3.21") testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.0") - testImplementation("io.mockk:mockk:1.14.6") + testImplementation("io.mockk:mockk:1.14.11") } tasks.processResources {