chore(deps): update gradle-wrapper (minor) - autoclosed #46

Closed
Renovate Bot wants to merge 1 commit from renovate/gradle-wrapper-(minor) into main
Contributor

This PR contains the following updates:

Package Update Change OpenSSF
gradle (source) minor 9.4.19.5.1 OpenSSF Scorecard

Release Notes

gradle/gradle (gradle)

v9.5.1: 9.5.1

Compare Source

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.

v9.5.0: 9.5.0

Compare Source

The Gradle team is excited to announce Gradle 9.5.0.

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.0 by updating your wrapper:

./gradlew wrapper --gradle-version=9.5.0 && ./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.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | OpenSSF | |---|---|---|---| | [gradle](https://gradle.org) ([source](https://github.com/gradle/gradle)) | minor | `9.4.1` → `9.5.1` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/gradle/gradle/badge)](https://securityscorecards.dev/viewer/?uri=github.com/gradle/gradle) | --- ### Release Notes <details> <summary>gradle/gradle (gradle)</summary> ### [`v9.5.1`](https://github.com/gradle/gradle/releases/tag/v9.5.1): 9.5.1 [Compare Source](https://github.com/gradle/gradle/compare/v9.5.0...v9.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](https://docs.gradle.org/9.5.1/release-notes.html) We would like to thank the following community members for their contributions to this release of Gradle: [atm1020](https://github.com/atm1020), [mataha](https://github.com/mataha), [Adam](https://github.com/aSemy), [Attila Kelemen](https://github.com/kelemen), [Benedikt Ritter](https://github.com/britter), [Björn Kautler](https://github.com/Vampire), [Caro Silva Rode](https://github.com/budindepunk), [CHANHAN](https://github.com/chanani), [Dmitry Nezavitin](https://github.com/DmitryNez), [Eng Zer Jun](https://github.com/Juneezee), [KugelLibelle](https://github.com/KugelLibelle), [Madalin Valceleanu](https://github.com/vmadalin), [Markus Gaisbauer](https://github.com/quijote), [Oliver Kopp](https://github.com/koppor), [Philip Wedemann](https://github.com/hfhbd), [ploober](https://github.com/ploober), [Roberto Perez Alcolea](https://github.com/rpalcolea), [Rohit Anand](https://github.com/R0h1tAnand), [Suvrat Acharya](https://github.com/Suvrat1629), [Ujwal Suresh Vanjare](https://github.com/usv240), [Victor Merkulov](https://github.com/urdak) #### 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](https://docs.gradle.org/9.5.1/userguide/upgrading_version_9.html) to learn about deprecations, breaking changes and other considerations when upgrading. For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](https://docs.gradle.org/9.5.1/userguide/compatibility.html). #### Reporting problems If you find a problem with this release, please file a bug on [GitHub Issues](https://github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). We hope you will build happiness with Gradle, and we look forward to your feedback via [Twitter](https://twitter.com/gradle) or on [GitHub](https://github.com/gradle). ### [`v9.5.0`](https://github.com/gradle/gradle/releases/tag/v9.5.0): 9.5.0 [Compare Source](https://github.com/gradle/gradle/compare/v9.4.1...v9.5.0) The Gradle team is excited to announce Gradle 9.5.0. 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](https://docs.gradle.org/9.5.0/release-notes.html) We would like to thank the following community members for their contributions to this release of Gradle: [atm1020](https://github.com/atm1020), [mataha](https://github.com/mataha), [Adam](https://github.com/aSemy), [Attila Kelemen](https://github.com/kelemen), [Benedikt Ritter](https://github.com/britter), [Björn Kautler](https://github.com/Vampire), [Caro Silva Rode](https://github.com/budindepunk), [CHANHAN](https://github.com/chanani), [Dmitry Nezavitin](https://github.com/DmitryNez), [Eng Zer Jun](https://github.com/Juneezee), [KugelLibelle](https://github.com/KugelLibelle), [Madalin Valceleanu](https://github.com/vmadalin), [Markus Gaisbauer](https://github.com/quijote), [Oliver Kopp](https://github.com/koppor), [Philip Wedemann](https://github.com/hfhbd), [ploober](https://github.com/ploober), [Roberto Perez Alcolea](https://github.com/rpalcolea), [Rohit Anand](https://github.com/R0h1tAnand), [Suvrat Acharya](https://github.com/Suvrat1629), [Ujwal Suresh Vanjare](https://github.com/usv240), [Victor Merkulov](https://github.com/urdak) #### Upgrade instructions Switch your build to use Gradle 9.5.0 by updating your wrapper: ``` ./gradlew wrapper --gradle-version=9.5.0 && ./gradlew wrapper ``` See the Gradle [9.x upgrade guide](https://docs.gradle.org/9.5.0/userguide/upgrading_version_9.html) to learn about deprecations, breaking changes and other considerations when upgrading. For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](https://docs.gradle.org/9.5.0/userguide/compatibility.html). #### Reporting problems If you find a problem with this release, please file a bug on [GitHub Issues](https://github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). We hope you will build happiness with Gradle, and we look forward to your feedback via [Twitter](https://twitter.com/gradle) or on [GitHub](https://github.com/gradle). </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuMyIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Renovate Bot force-pushed renovate/gradle-wrapper-(minor) from 104d29039e to c97168cb74
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-06-03 15:33:26 +00:00
Compare
Renovate Bot changed title from chore(deps): update gradle-wrapper (minor) to v9.5.1 to chore(deps): update gradle-wrapper (minor) 2026-06-03 16:00:13 +00:00
Renovate Bot force-pushed renovate/gradle-wrapper-(minor) from c97168cb74
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to c88ffaa6e6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-06-03 16:00:13 +00:00
Compare
Renovate Bot force-pushed renovate/gradle-wrapper-(minor) from c88ffaa6e6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to 57a9eb341b
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-06-03 16:24:50 +00:00
Compare
Renovate Bot force-pushed renovate/gradle-wrapper-(minor) from 57a9eb341b
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to fa1e047bad
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-06-03 16:59:38 +00:00
Compare
Renovate Bot force-pushed renovate/gradle-wrapper-(minor) from fa1e047bad
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to edec0b31b4
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-06-03 23:52:16 +00:00
Compare
Renovate Bot changed title from chore(deps): update gradle-wrapper (minor) to chore(deps): update gradle-wrapper (minor) - autoclosed 2026-06-04 00:02:26 +00:00
Renovate Bot closed this pull request 2026-06-04 00:02:26 +00:00
All checks were successful
renovate/stability-days Updates have met minimum release age requirement

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
richard/constellation!46
No description provided.