Skip to content

build: bump the net-kyori group across 1 directory with 7 updates - #41

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/main/net-kyori-3333239854
Open

build: bump the net-kyori group across 1 directory with 7 updates#41
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/main/net-kyori-3333239854

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the net-kyori group with 7 updates in the / directory:

Package From To
net.kyori:adventure-api 4.21.0 5.2.0
net.kyori:adventure-text-minimessage 4.21.0 5.2.0
net.kyori:adventure-text-serializer-gson 4.21.0 5.2.0
net.kyori:adventure-text-serializer-legacy 4.21.0 5.2.0
net.kyori:adventure-text-serializer-plain 4.21.0 5.2.0
net.kyori:adventure-platform-bukkit 4.4.0 4.4.1
net.kyori:adventure-platform-bungeecord 4.4.0 4.4.1

Updates net.kyori:adventure-api from 4.21.0 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

🌏 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

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

🌏 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

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

🌏 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

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

🌏 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

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

🌏 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

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

🌏 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

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

🌏 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

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

🌏 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 5, 2026
@dependabot
dependabot Bot requested a review from darksaid98 as a code owner May 5, 2026 06:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 5, 2026
@dependabot dependabot Bot changed the title build: bump the net-kyori group with 7 updates build: bump the net-kyori group across 1 directory with 7 updates May 6, 2026
@dependabot
dependabot Bot force-pushed the dependabot/gradle/main/net-kyori-3333239854 branch from dd0907a to 8851495 Compare May 6, 2026 05:54
@dependabot
dependabot Bot force-pushed the dependabot/gradle/main/net-kyori-3333239854 branch 2 times, most recently from 4f705b5 to 8790f9a Compare May 25, 2026 07:47
@dependabot
dependabot Bot force-pushed the dependabot/gradle/main/net-kyori-3333239854 branch from 8790f9a to d42afd1 Compare June 1, 2026 19:13
@dependabot
dependabot Bot force-pushed the dependabot/gradle/main/net-kyori-3333239854 branch 2 times, most recently from 752ed71 to f0d4e0d Compare June 25, 2026 05:53
@dependabot
dependabot Bot force-pushed the dependabot/gradle/main/net-kyori-3333239854 branch from f0d4e0d to bfc5412 Compare June 29, 2026 05:53
@dependabot
dependabot Bot force-pushed the dependabot/gradle/main/net-kyori-3333239854 branch from bfc5412 to e3cee1f Compare July 13, 2026 05:53
Bumps the net-kyori group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [net.kyori:adventure-api](https://github.com/PaperMC/adventure) | `4.21.0` | `5.2.0` |
| [net.kyori:adventure-text-minimessage](https://github.com/PaperMC/adventure) | `4.21.0` | `5.2.0` |
| [net.kyori:adventure-text-serializer-gson](https://github.com/PaperMC/adventure) | `4.21.0` | `5.2.0` |
| [net.kyori:adventure-text-serializer-legacy](https://github.com/PaperMC/adventure) | `4.21.0` | `5.2.0` |
| [net.kyori:adventure-text-serializer-plain](https://github.com/PaperMC/adventure) | `4.21.0` | `5.2.0` |
| [net.kyori:adventure-platform-bukkit](https://github.com/KyoriPowered/adventure-platform) | `4.4.0` | `4.4.1` |
| [net.kyori:adventure-platform-bungeecord](https://github.com/KyoriPowered/adventure-platform) | `4.4.0` | `4.4.1` |



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

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

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

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

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

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

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

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

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

Updates `net.kyori:adventure-platform-bukkit` from 4.4.0 to 4.4.1
- [Release notes](https://github.com/KyoriPowered/adventure-platform/releases)
- [Commits](PaperMC/adventure-platform@v4.4.0...v4.4.1)

Updates `net.kyori:adventure-platform-bungeecord` from 4.4.0 to 4.4.1
- [Release notes](https://github.com/KyoriPowered/adventure-platform/releases)
- [Commits](PaperMC/adventure-platform@v4.4.0...v4.4.1)

Updates `net.kyori:adventure-platform-bungeecord` from 4.4.0 to 4.4.1
- [Release notes](https://github.com/KyoriPowered/adventure-platform/releases)
- [Commits](PaperMC/adventure-platform@v4.4.0...v4.4.1)

---
updated-dependencies:
- dependency-name: net.kyori:adventure-api
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: net-kyori
- dependency-name: net.kyori:adventure-platform-bukkit
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: net-kyori
- dependency-name: net.kyori:adventure-platform-bungeecord
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: net-kyori
- dependency-name: net.kyori:adventure-platform-bungeecord
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: net-kyori
- dependency-name: net.kyori:adventure-text-minimessage
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: net-kyori
- dependency-name: net.kyori:adventure-text-minimessage
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: net-kyori
- dependency-name: net.kyori:adventure-text-serializer-gson
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: net-kyori
- dependency-name: net.kyori:adventure-text-serializer-gson
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: net-kyori
- dependency-name: net.kyori:adventure-text-serializer-legacy
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: net-kyori
- dependency-name: net.kyori:adventure-text-serializer-legacy
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: net-kyori
- dependency-name: net.kyori:adventure-text-serializer-plain
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: net-kyori
- dependency-name: net.kyori:adventure-text-serializer-plain
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: net-kyori
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/main/net-kyori-3333239854 branch from e3cee1f to 39de19f Compare July 22, 2026 05:53
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