Skip to content

chore(deps): bump the gradle-dependencies group across 1 directory with 9 updates#25

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-dependencies-9049f568d0
Open

chore(deps): bump the gradle-dependencies group across 1 directory with 9 updates#25
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-dependencies-9049f568d0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the gradle-dependencies group with 9 updates in the / directory:

Package From To
gradle-wrapper 9.5.0 9.5.1
net.kyori:adventure-api 4.17.0 5.1.1
net.kyori:adventure-text-serializer-plain 4.17.0 5.1.1
net.kyori:adventure-text-serializer-legacy 4.17.0 5.1.1
net.kyori:adventure-text-minimessage 4.17.0 5.1.1
org.junit:junit-bom 5.14.4 6.0.3
io.papermc.paper:paper-api 1.21.11-R0.1-SNAPSHOT 26.1.2.build.64-stable
org.sonarqube 7.2.3.7755 7.3.0.8198
com.diffplug.spotless 8.4.0 8.5.1

Updates gradle-wrapper from 9.5.0 to 9.5.1

Release notes

Sourced from gradle-wrapper's releases.

9.5.1

The Gradle team is excited to announce Gradle 9.5.1.

Here are the highlights of this release:

  • Task provenance in reports and failure messages
  • Type-safe accessors for precompiled Kotlin Settings plugins

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: atm1020, mataha, Adam, Attila Kelemen, Benedikt Ritter, Björn Kautler, Caro Silva Rode, CHANHAN, Dmitry Nezavitin, Eng Zer Jun, KugelLibelle, Madalin Valceleanu, Markus Gaisbauer, Oliver Kopp, Philip Wedemann, ploober, Roberto Perez Alcolea, Rohit Anand, Suvrat Acharya, Ujwal Suresh Vanjare, Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 9.5.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.5.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

Commits
  • fd78213 Update Documentation Infrastructure: Fix scrolling issue in user manual (#37861)
  • 7758437 fix scroll
  • 2fd605f Only try to run as worker thread in DefaultBuildOperationQueue (#37845)
  • af69849 Release notes for Gradle 9.5.1 (#37853)
  • f4d9d03 Release notes for Gradle 9.5.1
  • 01eda3a Address review feedback on worker-lease retry changes
  • 7024e15 Revert enrich file visitor with size info on release branch (#37848)
  • d51476f Fix tryRunAsWorkerThread null-return test to match contract
  • 090ebab Revert "Add getLength() to FilePropertyVisitor.VisitState"
  • bceab24 Revert "Fix annotation"
  • Additional commits viewable in compare view

Updates net.kyori:adventure-api from 4.17.0 to 5.1.1

Release notes

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

🌏 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

New Contributors

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

🌏 Adventure 5.0.1

5.0.1 is a bugfix update containing a fix for leftover checker annotations and some minor edits to the Javadocs. We are now publishing an aggregate Javadoc for all core Adventure libraries (in this repo) available on the standard PaperMC Javadoc portal at https://papermc.io/javadocs/.

What's Changed

🐛 Fixes

📚 Documentation

... (truncated)

Commits
  • 0a736ca release: version 5.1.1
  • 97af41d fix: Simplify logic for patching API jar and fix publishing issue (again)
  • 86e6081 fix: Don't replace the published api artifact
  • 131bc18 chore(build): Don't publish release javadocs
  • 861b032 release: prepare for further development on 5.1.1-SNAPSHOT
  • c4edb30 release: version 5.1.0
  • a132d69 Merge pull request #1419 from PaperMC/feature/no-negative-change-page
  • b8633af feature(api): Add validation for invalid change page click events
  • 3b40d6c Merge pull request #1407 from PaperMC/fix/nsme-component-build
  • f1b912b Merge pull request #1418 from PaperMC/feature/url-validation
  • Additional commits viewable in compare view

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

Release notes

Sourced from net.kyori:adventure-text-serializer-plain's releases.

🌏 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

New Contributors

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

🌏 Adventure 5.0.1

5.0.1 is a bugfix update containing a fix for leftover checker annotations and some minor edits to the Javadocs. We are now publishing an aggregate Javadoc for all core Adventure libraries (in this repo) available on the standard PaperMC Javadoc portal at https://papermc.io/javadocs/.

What's Changed

🐛 Fixes

📚 Documentation

... (truncated)

Commits
  • 0a736ca release: version 5.1.1
  • 97af41d fix: Simplify logic for patching API jar and fix publishing issue (again)
  • 86e6081 fix: Don't replace the published api artifact
  • 131bc18 chore(build): Don't publish release javadocs
  • 861b032 release: prepare for further development on 5.1.1-SNAPSHOT
  • c4edb30 release: version 5.1.0
  • a132d69 Merge pull request #1419 from PaperMC/feature/no-negative-change-page
  • b8633af feature(api): Add validation for invalid change page click events
  • 3b40d6c Merge pull request #1407 from PaperMC/fix/nsme-component-build
  • f1b912b Merge pull request #1418 from PaperMC/feature/url-validation
  • Additional commits viewable in compare view

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

Release notes

Sourced from net.kyori:adventure-text-serializer-legacy's releases.

🌏 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

New Contributors

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

🌏 Adventure 5.0.1

5.0.1 is a bugfix update containing a fix for leftover checker annotations and some minor edits to the Javadocs. We are now publishing an aggregate Javadoc for all core Adventure libraries (in this repo) available on the standard PaperMC Javadoc portal at https://papermc.io/javadocs/.

What's Changed

🐛 Fixes

📚 Documentation

... (truncated)

Commits
  • 0a736ca release: version 5.1.1
  • 97af41d fix: Simplify logic for patching API jar and fix publishing issue (again)
  • 86e6081 fix: Don't replace the published api artifact
  • 131bc18 chore(build): Don't publish release javadocs
  • 861b032 release: prepare for further development on 5.1.1-SNAPSHOT
  • c4edb30 release: version 5.1.0
  • a132d69 Merge pull request #1419 from PaperMC/feature/no-negative-change-page
  • b8633af feature(api): Add validation for invalid change page click events
  • 3b40d6c Merge pull request #1407 from PaperMC/fix/nsme-component-build
  • f1b912b Merge pull request #1418 from PaperMC/feature/url-validation
  • Additional commits viewable in compare view

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

Release notes

Sourced from net.kyori:adventure-text-minimessage's releases.

🌏 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

New Contributors

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

🌏 Adventure 5.0.1

5.0.1 is a bugfix update containing a fix for leftover checker annotations and some minor edits to the Javadocs. We are now publishing an aggregate Javadoc for all core Adventure libraries (in this repo) available on the standard PaperMC Javadoc portal at https://papermc.io/javadocs/.

What's Changed

🐛 Fixes

📚 Documentation

... (truncated)

Commits
  • 0a736ca release: version 5.1.1
  • 97af41d fix: Simplify logic for patching API jar and fix publishing issue (again)
  • 86e6081 fix: Don't replace the published api artifact
  • 131bc18 chore(build): Don't publish release javadocs
  • 861b032 release: prepare for further development on 5.1.1-SNAPSHOT
  • c4edb30 release: version 5.1.0
  • a132d69 Merge pull request #1419 from PaperMC/feature/no-negative-change-page
  • b8633af feature(api): Add validation for invalid change page click events
  • 3b40d6c Merge pull request #1407 from PaperMC/fix/nsme-component-build
  • f1b912b Merge pull request #1418 from PaperMC/feature/url-validation
  • Additional commits viewable in compare view

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

Release notes

Sourced from net.kyori:adventure-text-serializer-plain's releases.

🌏 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

New Contributors

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

🌏 Adventure 5.0.1

5.0.1 is a bugfix update containing a fix for leftover checker annotations and some minor edits to the Javadocs. We are now publishing an aggregate Javadoc for all core Adventure libraries (in this repo) available on the standard PaperMC Javadoc portal at https://papermc.io/javadocs/.

What's Changed

🐛 Fixes

📚 Documentation

... (truncated)

Commits
  • 0a736ca release: version 5.1.1
  • 97af41d fix: Simplify logic for patching API jar and fix publishing issue (again)
  • 86e6081 fix: Don't replace the published api artifact
  • 131bc18 chore(build): Don't publish release javadocs
  • 861b032 release: prepare for further development on 5.1.1-SNAPSHOT
  • c4edb30 release: version 5.1.0
  • a132d69 Merge pull request #1419 from PaperMC/feature/no-negative-change-page
  • b8633af feature(api): Add validation for invalid change page click events
  • 3b40d6c Merge pull request #1407 from PaperMC/fix/nsme-component-build
  • f1b912b Merge pull request #1418 from PaperMC/feature/url-validation
  • Additional commits viewable in compare view

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

Release notes

Sourced from net.kyori:adventure-text-serializer-legacy's releases.

🌏 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

New Contributors

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

🌏 Adventure 5.0.1

5.0.1 is a bugfix update containing a fix for leftover checker annotations and some minor edits to the Javadocs. We are now publishing an aggregate Javadoc for all core Adventure libraries (in this repo) available on the standard PaperMC Javadoc portal at https://papermc.io/javadocs/.

What's Changed

🐛 Fixes

📚 Documentation

... (truncated)

Commits
  • 0a736ca release: version 5.1.1
  • 97af41d fix: Simplify logic for patching API jar and fix publishing issue (again)
  • 86e6081 fix: Don't replace the published api artifact
  • 131bc18 chore(build): Don't publish release javadocs
  • 861b032 release: prepare for further development on 5.1.1-SNAPSHOT
  • c4edb30 release: version 5.1.0
  • a132d69 Merge pull request #1419 from PaperMC/feature/no-negative-change-page
  • b8633af feature(api): Add validation for invalid change page click events
  • 3b40d6c Merge pull request #1407 from PaperMC/fix/nsme-component-build
  • f1b912b Merge pull request #1418 from PaperMC/feature/url-validation
  • Additional commits viewable in compare view

Updates org.junit:junit-bom from 5.14.4 to 6.0.3

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.2...r6.0.3

JUnit 6.0.2 = Platform 6.0.2 + Jupiter 6.0.2 + Vintage 6.0.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.1...r6.0.2

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.0...r6.0.0

JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-RC2...r6.0.0-RC3

JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0-RC1...r6.0.0-RC2

JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1

... (truncated)

Commits
  • 36e3253 Release 6.0.3
  • 295561f Finalize 6.0.3 release notes
  • ea18076 Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (#5348)
  • 869e232 Add 5.14.3 release notes
  • d4b34c4 Fix links to User Guide
  • 5c8fb0f Reliably support JRE.OTHER with @⁠EnabledOnJre and @⁠DisabledOnJre
  • febb13f Check out entire repo so switching to main branch works in last step
  • 71fba90 Install poppler-utils for pdfinfo
  • 740e9e0 Update API baseline
  • 2ba535f Use release branch of examples repo
  • Additional commits viewable in compare view

Updates io.papermc.paper:paper-api from 1.21.11-R0.1-SNAPSHOT to 26.1.2.build.64-stable

Updates org.sonarqube from 7.2.3.7755 to 7.3.0.8198

Updates com.diffplug.spotless from 8.4.0 to 8.5.1

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 16, 2026
@dependabot dependabot Bot force-pushed the dependabot/gradle/gradle-dependencies-9049f568d0 branch 2 times, most recently from 06e4a83 to 9df397c Compare May 18, 2026 23:10
…th 9 updates

Bumps the gradle-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.5.0` | `9.5.1` |
| [net.kyori:adventure-api](https://github.com/PaperMC/adventure) | `4.17.0` | `5.1.1` |
| [net.kyori:adventure-text-serializer-plain](https://github.com/PaperMC/adventure) | `4.17.0` | `5.1.1` |
| [net.kyori:adventure-text-serializer-legacy](https://github.com/PaperMC/adventure) | `4.17.0` | `5.1.1` |
| [net.kyori:adventure-text-minimessage](https://github.com/PaperMC/adventure) | `4.17.0` | `5.1.1` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.14.4` | `6.0.3` |
| io.papermc.paper:paper-api | `1.21.11-R0.1-SNAPSHOT` | `26.1.2.build.64-stable` |
| org.sonarqube | `7.2.3.7755` | `7.3.0.8198` |
| com.diffplug.spotless | `8.4.0` | `8.5.1` |



Updates `gradle-wrapper` from 9.5.0 to 9.5.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.5.0...v9.5.1)

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

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

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

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

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

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

Updates `org.junit:junit-bom` from 5.14.4 to 6.0.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.14.4...r6.0.3)

Updates `io.papermc.paper:paper-api` from 1.21.11-R0.1-SNAPSHOT to 26.1.2.build.64-stable

Updates `org.sonarqube` from 7.2.3.7755 to 7.3.0.8198

Updates `com.diffplug.spotless` from 8.4.0 to 8.5.1

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-version: 8.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: gradle-wrapper
  dependency-version: 9.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: io.papermc.paper:paper-api
  dependency-version: 26.1.2.build.63-stable
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: net.kyori:adventure-api
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: net.kyori:adventure-text-minimessage
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: net.kyori:adventure-text-serializer-legacy
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: net.kyori:adventure-text-serializer-legacy
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: net.kyori:adventure-text-serializer-plain
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: net.kyori:adventure-text-serializer-plain
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.junit:junit-bom
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.sonarqube
  dependency-version: 7.3.0.8198
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/gradle-dependencies-9049f568d0 branch from 9df397c to dbd8e94 Compare May 19, 2026 00:44
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