Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the gradle-dependencies group with 11 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-minimessage 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
com.bucket4j:bucket4j_jdk17-core 8.18.0 8.19.0
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.pitest:pitest 1.23.1 1.24.0
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-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 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 com.bucket4j:bucket4j_jdk17-core from 8.18.0 to 8.19.0

Release notes

Sourced from com.bucket4j:bucket4j_jdk17-core's releases.

8.19.0

What's Changed

New Contributors

Full Changelog: bucket4j/bucket4j@8.18.0...8.19.0

Commits
  • 3ce5abc #580 prepare release artifacts
  • d947c1c #580 prepare release artifacts
  • 1e8e08c Bump org.postgresql:postgresql in /backward-compatibility-tests/common (#583)
  • 6876d5a Bump org.postgresql:postgresql in /backward-compatibility-tests/previous (#584)
  • 0fb39ec docs: clarify Redis module dependencies (

…th 11 updates

Bumps the gradle-dependencies group with 11 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-minimessage](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` |
| [com.bucket4j:bucket4j_jdk17-core](https://github.com/bucket4j/bucket4j) | `8.18.0` | `8.19.0` |
| [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.pitest:pitest](https://github.com/hcoles/pitest) | `1.23.1` | `1.24.0` |
| 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-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 `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 `com.bucket4j:bucket4j_jdk17-core` from 8.18.0 to 8.19.0
- [Release notes](https://github.com/bucket4j/bucket4j/releases)
- [Commits](bucket4j/bucket4j@8.18.0...8.19.0)

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.pitest:pitest` from 1.23.1 to 1.24.0
- [Release notes](https://github.com/hcoles/pitest/releases)
- [Commits](hcoles/pitest@1.23.1...1.24.0)

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: gradle-wrapper
  dependency-version: 9.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-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-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-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-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-legacy
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: com.bucket4j:bucket4j_jdk17-core
  dependency-version: 8.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: io.papermc.paper:paper-api
  dependency-version: 26.1.2.build.64-stable
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.pitest:pitest
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
- dependency-name: com.diffplug.spotless
  dependency-version: 8.5.1
  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 added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 19, 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.

0 participants