From 1eccd7a4abd228627822cc01957ffc2bb9cd9632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 01:58:46 +0000 Subject: [PATCH] Bump cloud from 1.6.2 to 1.8.4 Bumps `cloud` from 1.6.2 to 1.8.4. Updates `cloud.commandframework:cloud-paper` from 1.6.2 to 1.8.4 - [Release notes](https://github.com/Incendo/cloud/releases) - [Changelog](https://github.com/Incendo/cloud/blob/master/CHANGELOG.md) - [Commits](https://github.com/Incendo/cloud/compare/1.6.2...1.8.4) Updates `cloud.commandframework:cloud-minecraft-extras` from 1.6.2 to 1.8.4 - [Release notes](https://github.com/Incendo/cloud/releases) - [Changelog](https://github.com/Incendo/cloud/blob/master/CHANGELOG.md) - [Commits](https://github.com/Incendo/cloud/compare/1.6.2...1.8.4) Updates `cloud.commandframework:cloud-annotations` from 1.6.2 to 1.8.4 - [Release notes](https://github.com/Incendo/cloud/releases) - [Changelog](https://github.com/Incendo/cloud/blob/master/CHANGELOG.md) - [Commits](https://github.com/Incendo/cloud/compare/1.6.2...1.8.4) --- updated-dependencies: - dependency-name: cloud.commandframework:cloud-paper dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: cloud.commandframework:cloud-minecraft-extras dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: cloud.commandframework:cloud-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d6390a9..29ed524 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ adventure = "4.10.1" examination = "1.1.0" # Libraries -cloud = "1.6.2" +cloud = "1.8.4" jetbrainsAnnotations = "23.0.0" configurate = "4.1.2" vault = "1.7"