Skip to content

deps: bump net.kyori:adventure-bom from 4.14.0 to 5.2.0#50

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/gradle/net.kyori-adventure-bom-5.2.0
Closed

deps: bump net.kyori:adventure-bom from 4.14.0 to 5.2.0#50
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/gradle/net.kyori-adventure-bom-5.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor

Bumps net.kyori:adventure-bom from 4.14.0 to 5.2.0.

Release notes

Sourced from net.kyori:adventure-bom's releases.

🌏 Adventure 5.2.0

Adventure 5.2.0 is primary a bugfix update to restore a break in binary compatibility for users compiling against 4.x but running against 5.x.

This issue was caused by the removal of BuildableComponent, which would cause a MethodNotFoundException for those using component builders. BuildableComponent will remain deprecated and will be fully removed in 6.0 with no replacement. The only use of BuildableComponent in 4.x was to turn a component into a builder (which involved casting to BuildableComponent), but this is now solved by the promotion of the toBuilder method to the root Component class.

The fix for this restores the interface to the component hierarchy and adds another compile-time synthetic bridge to fix code compiling against 4.x. The bridge methods will be removed in 6.x so we still encourage everyone to update to 5.x.

What's Changed

✨ Features

🐛 Fixes

Full Changelog: PaperMC/adventure@v5.1.1...v5.2.0

🌏 Adventure 5.1.1

Adventure 5.1.1 is a bug-fix update to correct the publishing setup for Maven consumers.

Full Changelog: PaperMC/adventure@v5.1.0...v5.1.1

🌏 Adventure 5.1.0

Adventure 5.1.0 is primarily a bug-fix update for some unintentional breaks caused by the 5.0 release.

This update also includes stricter validation for key namespaces and click event construction, and also adds new methods to check the validity of click event payloads. Although the validation added is generally stricter than older Minecraft versions, the validation is still correct for all versions. If you have issues with the validation added, please open an issue!

What's Changed

✨ Features

🐛 Fixes

🏃 Performance

📚 Documentation

... (truncated)

Commits
  • 4bcbbd7 release: version 5.2.0
  • a2beec3 Merge pull request #1432 from PaperMC/fix/expand-legacy-component-builder-abi...
  • 1cb2550 Add back BuildableComponent
  • 9236992 Merge pull request #1421 from PaperMC/feature/easy-object-component
  • c280cca Merge pull request #1428 from PaperMC/renovate/org.ow2.asm-asm-9.x
  • 679a8e9 Merge pull request #1429 from PaperMC/renovate/junit-framework-monorepo
  • 7694cf3 Merge pull request #1423 from PaperMC/MiniDigger-patch-1
  • 3bc7856 swap signing property prefix
  • d18c4e0 release: prepare for further development on 5.2.0-SNAPSHOT
  • cbd062b chore(deps): Update junit-framework monorepo to v6.1.0
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Dependency updates gradle Gradle build and dependency updates labels Jun 28, 2026
Bumps [net.kyori:adventure-bom](https://github.com/PaperMC/adventure) from 4.14.0 to 5.2.0.
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v4.14.0...v5.2.0)

---
updated-dependencies:
- dependency-name: net.kyori:adventure-bom
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/net.kyori-adventure-bom-5.2.0 branch from 760eb24 to a1d61fd Compare July 5, 2026 16:03
@Arbousier1 Arbousier1 closed this Jul 6, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/gradle/net.kyori-adventure-bom-5.2.0 branch July 6, 2026 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates gradle Gradle build and dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant