Skip to content

Bump net.kyori:adventure-api from 4.19.0 to 4.23.0#61

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/net.kyori-adventure-api-4.23.0
Closed

Bump net.kyori:adventure-api from 4.19.0 to 4.23.0#61
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/net.kyori-adventure-api-4.23.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 19, 2025

Bumps net.kyori:adventure-api from 4.19.0 to 4.23.0.

Release notes

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

🌏 Adventure 4.23.0

This is a hotfix release to resolve some issues in the recently released v4.22.0.

What's Changed

🐛 Fixes

Full Changelog: PaperMC/adventure@v4.22.0...v4.23.0

🌏 Adventure 4.22.0

What's Changed

✨ Features

🐛 Fixes

📚 Documentation

Other

New Contributors

Full Changelog: PaperMC/adventure@v4.21.0...v4.22.0

🌏 Adventure 4.21.0

Adventure 4.21.0 adds preliminary support for new component features in 1.21.5, and some minor bugfixes. We recommend all users update.

What's Changed

✨ Features

... (truncated)

Commits
  • b04ead3 release: version 4.23.0
  • 2a46be6 Merge pull request #1245 from KyoriPowered/fix/string-key
  • a228b6b Merge pull request #1243 from KyoriPowered/fix/custom-click-event
  • e81e379 Merge pull request #1244 from KyoriPowered/fix/hetero-lists
  • 9e933f0 fix(key): Ensure keys with invalid namespaces throw the correct exception
  • 5a93777 fix: Ensure TagStringIO accepts hetergeneous lists in all reader methods
  • b84d712 fix: Make custom click events hold NBT payloads
  • a4bc4d6 release: prepare for further development on 4.23.0
  • c5e8877 release: version 4.22.0
  • 96bdab1 Merge pull request #1226 from TonytheMacaroni/fix-translatable-rendering
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Summary by Sourcery

Build:

  • Upgrade net.kyori:adventure-api dependency to version 4.23.0.

Bumps [net.kyori:adventure-api](https://github.com/KyoriPowered/adventure) from 4.19.0 to 4.23.0.
- [Release notes](https://github.com/KyoriPowered/adventure/releases)
- [Commits](PaperMC/adventure@v4.19.0...v4.23.0)

---
updated-dependencies:
- dependency-name: net.kyori:adventure-api
  dependency-version: 4.23.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 Jun 19, 2025
@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Jun 19, 2025

Reviewer's Guide

This PR updates the project’s Maven dependency for net.kyori:adventure-api from 4.19.0 to 4.23.0, thereby integrating numerous upstream fixes, enhancements, and hotfix releases introduced across versions 4.21.0–4.23.0.

File-Level Changes

Change Details Files
Upgrade adventure-api Maven dependency to latest patch release
  • Bump adventure-api version from 4.19.0 to 4.23.0 in POM
core/pom.xml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@Clarkcj12
Copy link
Copy Markdown
Owner

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jul 31, 2025

Superseded by #68.

@dependabot dependabot Bot closed this Jul 31, 2025
@dependabot dependabot Bot deleted the dependabot/maven/net.kyori-adventure-api-4.23.0 branch July 31, 2025 00:41
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