From 50a1a1966d095823f1726e0aa09f789ab7358d08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 09:50:53 +0000 Subject: [PATCH] Bump dev.rollczi:litecommands-bukkit from 3.10.6 to 3.10.9 Bumps dev.rollczi:litecommands-bukkit from 3.10.6 to 3.10.9. --- updated-dependencies: - dependency-name: dev.rollczi:litecommands-bukkit dependency-version: 3.10.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- playtime-core/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playtime-core/build.gradle.kts b/playtime-core/build.gradle.kts index c97c181..1d2b514 100644 --- a/playtime-core/build.gradle.kts +++ b/playtime-core/build.gradle.kts @@ -32,8 +32,8 @@ dependencies { // GUI, metrics, commands implementation("dev.triumphteam:triumph-gui:3.1.13") implementation("org.bstats:bstats-bukkit:3.1.0") - implementation("dev.rollczi:litecommands-bukkit:3.10.6") - implementation("dev.rollczi:litecommands-annotations:3.10.6") + implementation("dev.rollczi:litecommands-bukkit:3.10.9") + implementation("dev.rollczi:litecommands-annotations:3.10.9") testImplementation("org.junit.jupiter:junit-jupiter:6.0.1") testImplementation("org.assertj:assertj-core:3.27.6")