Skip to content

chore(deps): bump gradle-wrapper from 8.10.2 to 9.6.1 - #18

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-wrapper-9.6.1
Closed

chore(deps): bump gradle-wrapper from 8.10.2 to 9.6.1#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-wrapper-9.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps gradle-wrapper from 8.10.2 to 9.6.1.

Release notes

Sourced from gradle-wrapper's releases.

9.6.1

The Gradle team is excited to announce Gradle 9.6.1.

Here are the highlights of this release:

  • Improved Configuration Cache hit rates
  • Additional CLI rendering options
  • Important project hierarchy lookup deprecations

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Aharnish Solanki, Benedikt Johannes, Devendra Reddy Pennabadi, Dmytro Rodionov, Dreeam, Elías Hernández Rodríguez, Eng Zer Jun, FinlayRJW, Kamal Kansal, Marcono1234, Nelson Osacky, Philip Wedemann, Ravi, Roberto Perez Alcolea, Ryan Schmitt, Sebastian Schuberth, seunghun.ham, sk-reddy17, Suvrat Acharya, Vedant Madane.

Upgrade instructions

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

./gradlew :wrapper --gradle-version=9.6.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.

9.6.0

... (truncated)

Commits
  • 309d128 Update fixed issues in release notes for 9.6.1 (#38328)
  • 040a978 Update fixed issues in release notes for 9.6.1
  • e0b8325 Restore --non-interactive flag instead of --interactive/--no-interactive (#38...
  • 946f3e6 Limit explicit temp file permission setting to intended use case (#38300)
  • 65f8224 Restore --non-interactive flag instead of --interactive/--no-interactive
  • e346a5e Adjust CLI flag to configure non-interactive console (#38301)
  • 9b53be9 Adjust CLI flag to configure non-interactive console
  • 0dd3b53 Limit explicit temp file permission setting to intended use case
  • 48e5ac2 Add reproducers
  • 25598fd Prepare 9.6.1 patch release (#38293)
  • 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 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)

Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 8.10.2 to 9.6.1.
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v8.10.2...v9.6.1)

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.6.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Aug 3, 2026
GabrielBBaldez added a commit that referenced this pull request Aug 3, 2026
#26)

Dependabot proposed these as #17 and #18 and neither can merge alone. They
require each other:

  #17  plugin 2.18.1 on Gradle 8.10.2
       > IntelliJ Platform Gradle Plugin requires Gradle 9.0.0 and higher
  #18  Gradle 9.6.1 on plugin 2.1.0
       > Adding a provider of configurations directly to the configuration
         container is not allowed          (plugin/build.gradle.kts:50)

Together they build. Also folds in #23 (setup-java v4 -> v5), which conflicted
after the other action bumps landed, and the assertj patch that travelled with
#17.

The plugin bump changes the pluginVerification DSL. `ide(...)` is gone and the
replacement is `create(type, version)`:

    -  ide("IC-2024.2.5")
    +  create(IntelliJPlatformType.IntellijIdeaCommunity, "2024.2.5")

Worth recording why that matters beyond the rename. On 2.1.0 the string form
worked while the typed overload accepted its arguments and then scheduled no
verification at all — a green run that checked one IDE while appearing to check
two, which is what the report-count assertion in ci.yml was added to catch.
2.18.1 removes ide() outright, so the same mistake is now a compile error. The
assertion stays anyway; it guards the count, not the spelling, and its grep
moves to the new call.

Verified locally on Gradle 9.6.1: build, verifyPluginProjectConfiguration and
verifyPluginStructure pass, and the Verifier still schedules both IDEs —

    Scheduled verifications (2):
      IC-242.24807.4  -> Compatible
      IC-243.26053.27 -> Compatible
@GabrielBBaldez

Copy link
Copy Markdown
Member

Superseded by #26, which lands this together with what it needs.

On its own this could not build — #17 and #18 require each other (Gradle 9 rejects an API plugin 2.1.0 uses), so merging either alone would have broken main. #26 carries all three, plus the pluginVerification DSL migration the plugin bump requires: ide(...) is gone in favour of create(type, version).

Verified on Gradle 9.6.1 — the Plugin Verifier still schedules both IDEs and both report Compatible.

@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/gradle/gradle-wrapper-9.6.1 branch August 3, 2026 14:37
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