Skip to content

chore(deps): bump adventure-api from 5.1.1 to 5.2.0#349

Open
dependabot[bot] wants to merge 1 commit into
version/26.2from
dependabot/gradle/adventure-api-5.1.1
Open

chore(deps): bump adventure-api from 5.1.1 to 5.2.0#349
dependabot[bot] wants to merge 1 commit into
version/26.2from
dependabot/gradle/adventure-api-5.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Copy link
Copy Markdown
Contributor

Bumps adventure-api from 5.1.1 to 5.2.0.
Updates net.kyori:adventure-api from 5.1.1 to 5.2.0

Release notes

Sourced from net.kyori:adventure-api'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

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

Updates net.kyori:adventure-text-logger-slf4j from 5.1.1 to 5.2.0

Release notes

Sourced from net.kyori:adventure-text-logger-slf4j'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

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

Updates net.kyori:adventure-text-minimessage from 5.1.1 to 5.2.0

Release notes

Sourced from net.kyori:adventure-text-minimessage'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

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

Updates net.kyori:adventure-text-serializer-gson from 5.1.1 to 5.2.0

Release notes

Sourced from net.kyori:adventure-text-serializer-gson'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

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

Updates net.kyori:adventure-text-serializer-legacy from 5.1.1 to 5.2.0

Release notes

Sourced from net.kyori:adventure-text-serializer-legacy'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

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

Updates net.kyori:adventure-text-serializer-plain from 5.1.1 to 5.2.0

Release notes

Sourced from net.kyori:adventure-text-serializer-plain'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

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

Updates net.kyori:adventure-text-serializer-ansi from 5.1.1 to 5.2.0

Release notes

Sourced from net.kyori:adventure-text-serializer-ansi'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

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

Updates net.kyori:adventure-nbt from 5.1.1 to 5.2.0

Release notes

Sourced from net.kyori:adventure-nbt'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

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 Pull requests that update a dependency file java Pull requests that update java code labels May 15, 2026
@github-actions

Copy link
Copy Markdown
Contributor

⚠️ API/ABI changes detected!

This PR contains changes that modified the public API. To update the reference ABI dumps:

./gradlew updateKotlinAbi
git add **/api/**
git commit -m "Update ABI reference"
git push

After updating, the CI will pass. Make sure the changes are backward compatible.

@dependabot dependabot Bot changed the base branch from version/26.1 to version/26.2 June 17, 2026 23:21
@mergify

mergify Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

👋 dependabot[bot] your PR is conflicting and needs to be updated to be merged

@mergify mergify Bot added the conflict label Jun 17, 2026
@twisti-dev

Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps `adventure-api` from 5.1.1 to 5.2.0.

Updates `net.kyori:adventure-api` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v5.1.1...v5.2.0)

Updates `net.kyori:adventure-text-logger-slf4j` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v5.1.1...v5.2.0)

Updates `net.kyori:adventure-text-minimessage` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v5.1.1...v5.2.0)

Updates `net.kyori:adventure-text-serializer-gson` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v5.1.1...v5.2.0)

Updates `net.kyori:adventure-text-serializer-legacy` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v5.1.1...v5.2.0)

Updates `net.kyori:adventure-text-serializer-plain` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v5.1.1...v5.2.0)

Updates `net.kyori:adventure-text-serializer-ansi` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v5.1.1...v5.2.0)

Updates `net.kyori:adventure-nbt` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v5.1.1...v5.2.0)

---
updated-dependencies:
- dependency-name: net.kyori:adventure-api
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: net.kyori:adventure-nbt
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: net.kyori:adventure-text-logger-slf4j
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: net.kyori:adventure-text-minimessage
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: net.kyori:adventure-text-serializer-ansi
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: net.kyori:adventure-text-serializer-gson
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: net.kyori:adventure-text-serializer-legacy
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: net.kyori:adventure-text-serializer-plain
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump adventure-api from 4.26.1 to 5.1.1 chore(deps): bump adventure-api from 5.1.1 to 5.2.0 Jul 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/gradle/adventure-api-5.1.1 branch from e76d7fb to 82e87b5 Compare July 1, 2026 10:25
@mergify mergify Bot removed the conflict label Jul 1, 2026
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.

1 participant