summaryrefslogtreecommitdiff
path: root/platform-velocity
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-05-29 15:33:12 +0000
committerGitHub <noreply@github.com>2026-05-29 15:33:12 +0000
commitc9c29071aa669f3c209e590aad7feef2bce19bb7 (patch)
tree42bca37dcab536cd2d20c32127aad5dc0a233877 /platform-velocity
parent994d5f09383c84fcac8ae2f62ef1622ec1dabcc1 (diff)
downloadLunaticChat-c9c29071aa669f3c209e590aad7feef2bce19bb7.tar.gz
LunaticChat-c9c29071aa669f3c209e590aad7feef2bce19bb7.tar.bz2
LunaticChat-c9c29071aa669f3c209e590aad7feef2bce19bb7.zip
fix(deps): update dependency io.mockk:mockk to v1.14.11 (#215)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'platform-velocity')
-rw-r--r--platform-velocity/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform-velocity/build.gradle.kts b/platform-velocity/build.gradle.kts
index 988a5af..e7a9a1f 100644
--- a/platform-velocity/build.gradle.kts
+++ b/platform-velocity/build.gradle.kts
@@ -23,7 +23,7 @@ dependencies {
// Test dependencies
testImplementation("com.velocitypowered:velocity-api:3.4.0")
- testImplementation("io.mockk:mockk:1.14.9")
+ testImplementation("io.mockk:mockk:1.14.11")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0")
}