From 3d770092c46a5690134e575e8768f0f9a8c6069d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 21:13:51 +0000 Subject: [PATCH] chore(deps): bump org.incendo:cloud-annotations from 2.0.0 to 2.1.0 Bumps [org.incendo:cloud-annotations](https://github.com/Incendo/cloud) from 2.0.0 to 2.1.0. - [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/2.0.0...2.1.0) --- updated-dependencies: - dependency-name: org.incendo:cloud-annotations dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plugins/fancynpcs-model/build.gradle.kts | 8 ++++---- plugins/fancynpcs-v2/build.gradle.kts | 8 ++++---- plugins/fancyvisuals/build.gradle.kts | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/plugins/fancynpcs-model/build.gradle.kts b/plugins/fancynpcs-model/build.gradle.kts index bab9f09a..64b14b7c 100644 --- a/plugins/fancynpcs-model/build.gradle.kts +++ b/plugins/fancynpcs-model/build.gradle.kts @@ -27,10 +27,10 @@ dependencies { implementation("de.oliver.FancyAnalytics:mc-api:0.1.13") implementation("de.oliver.FancyAnalytics:logger:0.0.10") - compileOnly("org.incendo:cloud-core:2.0.0") - compileOnly("org.incendo:cloud-paper:2.0.0-beta.16") - compileOnly("org.incendo:cloud-annotations:2.0.0") - annotationProcessor("org.incendo:cloud-annotations:2.0.0") + compileOnly("org.incendo:cloud-core:2.1.0") + compileOnly("org.incendo:cloud-paper:2.1.0-beta.16") + compileOnly("org.incendo:cloud-annotations:2.1.0") + annotationProcessor("org.incendo:cloud-annotations:2.1.0") implementation("org.jetbrains:annotations:26.1.0") } diff --git a/plugins/fancynpcs-v2/build.gradle.kts b/plugins/fancynpcs-v2/build.gradle.kts index e218f118..b67a9bc1 100644 --- a/plugins/fancynpcs-v2/build.gradle.kts +++ b/plugins/fancynpcs-v2/build.gradle.kts @@ -48,10 +48,10 @@ dependencies { implementation("de.oliver.FancyAnalytics:java-sdk:0.0.6") implementation("de.oliver.FancyAnalytics:mc-api:0.1.13") implementation("de.oliver.FancyAnalytics:logger:0.0.10") - implementation("org.incendo:cloud-core:2.0.0") - implementation("org.incendo:cloud-paper:2.0.0-beta.16") - implementation("org.incendo:cloud-annotations:2.0.0") - annotationProcessor("org.incendo:cloud-annotations:2.0.0") + implementation("org.incendo:cloud-core:2.1.0") + implementation("org.incendo:cloud-paper:2.1.0-beta.16") + implementation("org.incendo:cloud-annotations:2.1.0") + annotationProcessor("org.incendo:cloud-annotations:2.1.0") implementation("org.mineskin:java-client-jsoup:3.0.3-SNAPSHOT") compileOnly("me.clip:placeholderapi:2.12.2") diff --git a/plugins/fancyvisuals/build.gradle.kts b/plugins/fancyvisuals/build.gradle.kts index 96ad9142..58929285 100644 --- a/plugins/fancyvisuals/build.gradle.kts +++ b/plugins/fancyvisuals/build.gradle.kts @@ -39,10 +39,10 @@ dependencies { compileOnly("net.milkbowl.vault:VaultAPI:1.7") // commands - implementation("org.incendo:cloud-core:2.0.0") - implementation("org.incendo:cloud-paper:2.0.0-beta.10") - implementation("org.incendo:cloud-annotations:2.0.0") - annotationProcessor("org.incendo:cloud-annotations:2.0.0") + implementation("org.incendo:cloud-core:2.1.0") + implementation("org.incendo:cloud-paper:2.1.0-beta.10") + implementation("org.incendo:cloud-annotations:2.1.0") + annotationProcessor("org.incendo:cloud-annotations:2.1.0") } paper {