From 2795cf24a7e342709b917a03e9a553c308248bc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 07:23:27 +0000 Subject: [PATCH] Bump cloudVersion from 1.8.3 to 1.8.4 Bumps `cloudVersion` from 1.8.3 to 1.8.4. Updates `cloud.commandframework:cloud-core` from 1.8.3 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.8.3...1.8.4) Updates `cloud.commandframework:cloud-kotlin-extensions` from 1.8.3 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.8.3...1.8.4) Updates `cloud.commandframework:cloud-paper` from 1.8.3 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.8.3...1.8.4) Updates `cloud.commandframework:cloud-annotations` from 1.8.3 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.8.3...1.8.4) Updates `cloud.commandframework:cloud-kotlin-coroutines-annotations` from 1.8.3 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.8.3...1.8.4) Updates `cloud.commandframework:cloud-kotlin-coroutines` from 1.8.3 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.8.3...1.8.4) --- updated-dependencies: - dependency-name: cloud.commandframework:cloud-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: cloud.commandframework:cloud-kotlin-extensions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: cloud.commandframework:cloud-paper dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: cloud.commandframework:cloud-annotations dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: cloud.commandframework:cloud-kotlin-coroutines-annotations dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: cloud.commandframework:cloud-kotlin-coroutines dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 37efb65..156917e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ repositories { dependencies { val paperVersion = "1.20.4-R0.1-SNAPSHOT" - val cloudVersion = "1.8.3" + val cloudVersion = "1.8.4" val exposedVersion = "0.42.0" val ktorVersion = "2.3.7"