From 72e86f02307c83f5e0118e5a6cf2254f3c5160f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:19:35 +0000 Subject: [PATCH] Bump cc.dreamcode.command:bukkit from 1.4.2 to 1.4.14 Bumps cc.dreamcode.command:bukkit from 1.4.2 to 1.4.14. --- updated-dependencies: - dependency-name: cc.dreamcode.command:bukkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- otchlan-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otchlan-core/build.gradle b/otchlan-core/build.gradle index 3ce64e1..300f12e 100644 --- a/otchlan-core/build.gradle +++ b/otchlan-core/build.gradle @@ -24,7 +24,7 @@ dependencies { // -- dream-command -- implementation "cc.dreamcode.command:core:1.4.2" - implementation "cc.dreamcode.command:bukkit:1.4.2" + implementation "cc.dreamcode.command:bukkit:1.4.14" // -- dream-menu -- implementation "cc.dreamcode.menu:core:1.0.11"