Skip to content

build(deps): Bump cloud from 2.0.0 to 2.1.0 - #172

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/gradle/cloud-2.1.0
Jul 25, 2026
Merged

build(deps): Bump cloud from 2.0.0 to 2.1.0#172
github-actions[bot] merged 1 commit into
masterfrom
dependabot/gradle/cloud-2.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps cloud from 2.0.0 to 2.1.0.
Updates org.incendo:cloud-core from 2.0.0 to 2.1.0

Release notes

Sourced from org.incendo:cloud-core's releases.

2.1.0

Cloud 2.1.0 includes fixes and publication improvements accumulated since Cloud 2.0.0.

Changed

  • Add a dependency on the Cloud BOM to published modules for Gradle dependency alignment (#789)

Fixed

  • Core: Reject invalid input in DurationParser (#772)
  • Annotations: Prevent infinite recursion when a @Suggestions method returns a CompletableFuture (#771)
  • Annotations: Reject sender requirements that do not inherit from the command sender type (#781)
  • Kotlin Coroutines Annotations: Propagate exceptions from suspending parser methods as parse failures (#783)
  • Expose Immutables annotations on consumers' compile classpaths (#817)

Full Changelog: Incendo/cloud@2.0.0...2.1.0

Changelog

Sourced from org.incendo:cloud-core's changelog.

[2.1.0]

Changed

  • Add a dependency on the Cloud BOM to published modules for Gradle dependency alignment (#789)

Fixed

  • Core: Reject invalid input in DurationParser (#772)
  • Annotations: Prevent infinite recursion when a @Suggestions method returns a CompletableFuture (#771)
  • Annotations: Reject sender requirements that do not inherit from the command sender type (#781)
  • Kotlin Coroutines Annotations: Propagate exceptions from suspending parser methods as parse failures (#783)
  • Expose Immutables annotations on consumers' compile classpaths (#817)
Commits
  • 1bba624 build: 2.1.0 (#818)
  • 54328c8 chore: update changelog
  • ad786d4 fix: expose Immutables annotations to consumers (#817)
  • 28bb90e fix(annotations): Check for invalid sender requirements (#781)
  • e8f9532 fix: DurationParser allowing invalid input (#772)
  • ad10573 chore(deps): Update immutables to v2.12.2 (#813)
  • b42820e chore(deps): Update plugin versions to v0.54.0 (#814)
  • 00a5b08 chore(deps): Update dependency com.google.truth:truth to v1.4.5 (#752)
  • fb56cb0 chore(deps): Update dawidd6/action-download-artifact action to v21 (#749)
  • ded1118 Add dependency on BOM to all published modules (except bom itself) (#789)
  • Additional commits viewable in compare view

Updates org.incendo:cloud-annotations from 2.0.0 to 2.1.0

Release notes

Sourced from org.incendo:cloud-annotations's releases.

2.1.0

Cloud 2.1.0 includes fixes and publication improvements accumulated since Cloud 2.0.0.

Changed

  • Add a dependency on the Cloud BOM to published modules for Gradle dependency alignment (#789)

Fixed

  • Core: Reject invalid input in DurationParser (#772)
  • Annotations: Prevent infinite recursion when a @Suggestions method returns a CompletableFuture (#771)
  • Annotations: Reject sender requirements that do not inherit from the command sender type (#781)
  • Kotlin Coroutines Annotations: Propagate exceptions from suspending parser methods as parse failures (#783)
  • Expose Immutables annotations on consumers' compile classpaths (#817)

Full Changelog: Incendo/cloud@2.0.0...2.1.0

Changelog

Sourced from org.incendo:cloud-annotations's changelog.

[2.1.0]

Changed

  • Add a dependency on the Cloud BOM to published modules for Gradle dependency alignment (#789)

Fixed

  • Core: Reject invalid input in DurationParser (#772)
  • Annotations: Prevent infinite recursion when a @Suggestions method returns a CompletableFuture (#771)
  • Annotations: Reject sender requirements that do not inherit from the command sender type (#781)
  • Kotlin Coroutines Annotations: Propagate exceptions from suspending parser methods as parse failures (#783)
  • Expose Immutables annotations on consumers' compile classpaths (#817)
Commits
  • 1bba624 build: 2.1.0 (#818)
  • 54328c8 chore: update changelog
  • ad786d4 fix: expose Immutables annotations to consumers (#817)
  • 28bb90e fix(annotations): Check for invalid sender requirements (#781)
  • e8f9532 fix: DurationParser allowing invalid input (#772)
  • ad10573 chore(deps): Update immutables to v2.12.2 (#813)
  • b42820e chore(deps): Update plugin versions to v0.54.0 (#814)
  • 00a5b08 chore(deps): Update dependency com.google.truth:truth to v1.4.5 (#752)
  • fb56cb0 chore(deps): Update dawidd6/action-download-artifact action to v21 (#749)
  • ded1118 Add dependency on BOM to all published modules (except bom itself) (#789)
  • Additional commits viewable in compare view

Updates org.incendo:cloud-kotlin-coroutines-annotations from 2.0.0 to 2.1.0

Release notes

Sourced from org.incendo:cloud-kotlin-coroutines-annotations's releases.

2.1.0

Cloud 2.1.0 includes fixes and publication improvements accumulated since Cloud 2.0.0.

Changed

  • Add a dependency on the Cloud BOM to published modules for Gradle dependency alignment (#789)

Fixed

  • Core: Reject invalid input in DurationParser (#772)
  • Annotations: Prevent infinite recursion when a @Suggestions method returns a CompletableFuture (#771)
  • Annotations: Reject sender requirements that do not inherit from the command sender type (#781)
  • Kotlin Coroutines Annotations: Propagate exceptions from suspending parser methods as parse failures (#783)
  • Expose Immutables annotations on consumers' compile classpaths (#817)

Full Changelog: Incendo/cloud@2.0.0...2.1.0

Changelog

Sourced from org.incendo:cloud-kotlin-coroutines-annotations's changelog.

[2.1.0]

Changed

  • Add a dependency on the Cloud BOM to published modules for Gradle dependency alignment (#789)

Fixed

  • Core: Reject invalid input in DurationParser (#772)
  • Annotations: Prevent infinite recursion when a @Suggestions method returns a CompletableFuture (#771)
  • Annotations: Reject sender requirements that do not inherit from the command sender type (#781)
  • Kotlin Coroutines Annotations: Propagate exceptions from suspending parser methods as parse failures (#783)
  • Expose Immutables annotations on consumers' compile classpaths (#817)
Commits
  • 1bba624 build: 2.1.0 (#818)
  • 54328c8 chore: update changelog
  • ad786d4 fix: expose Immutables annotations to consumers (#817)
  • 28bb90e fix(annotations): Check for invalid sender requirements (#781)
  • e8f9532 fix: DurationParser allowing invalid input (#772)
  • ad10573 chore(deps): Update immutables to v2.12.2 (#813)
  • b42820e chore(deps): Update plugin versions to v0.54.0 (#814)
  • 00a5b08 chore(deps): Update dependency com.google.truth:truth to v1.4.5 (#752)
  • fb56cb0 chore(deps): Update dawidd6/action-download-artifact action to v21 (#749)
  • ded1118 Add dependency on BOM to all published modules (except bom itself) (#789)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `cloud` from 2.0.0 to 2.1.0.

Updates `org.incendo:cloud-core` 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](Incendo/cloud@2.0.0...2.1.0)

Updates `org.incendo:cloud-annotations` 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](Incendo/cloud@2.0.0...2.1.0)

Updates `org.incendo:cloud-kotlin-coroutines-annotations` 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](Incendo/cloud@2.0.0...2.1.0)

---
updated-dependencies:
- dependency-name: org.incendo:cloud-core
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.incendo:cloud-annotations
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.incendo:cloud-kotlin-coroutines-annotations
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 25, 2026
@github-actions
github-actions Bot enabled auto-merge July 25, 2026 23:12
@github-actions
github-actions Bot merged commit 151f780 into master Jul 25, 2026
6 checks passed
@dependabot
dependabot Bot deleted the dependabot/gradle/cloud-2.1.0 branch July 25, 2026 23:15
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Preview of AdvancedShopFinder

📦 Preview JAR

Available for 7 days (until 2026-08-01)

Artifact Download
Bukkit AdvancedShopFinder-9699c0a.jar

📜 Attestation (SLSA provenance): Verify on GitHub or run gh attestation verify AdvancedShopFinder-9699c0a.jar --owner morinoparty

📖 Documentation & Reports

Available for 7 days (until 2026-08-01)

Resource Link
📖 Documentation Preview
🧪 JUnit Report Report
🔍 Detekt Report Report

🧪 Test Summary

Tests Passed Skipped Failed
5 5 ✅ 0 ⏭️ 0 ❌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants