Skip to content

Bump org.gradle:gradle-tooling-api from 8.6 to 9.0.0 #652

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2025

Bumps org.gradle:gradle-tooling-api from 8.6 to 9.0.0.

Release notes

Sourced from org.gradle:gradle-tooling-api's releases.

9.0.0

The Gradle team is excited to announce Gradle 9.0.0.

Here are the highlights of this release:

  • Configuration Cache is the recommended execution mode
  • Gradle requires JVM 17 or higher to run
  • Build scripts use Kotlin 2.2 and Groovy 4.0
  • Improved Kotlin DSL script compilation avoidance

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Aaron Matthis, Adam E, Adam S, Björn Kautler, Daniel Lacasse, Eng Zer Jun, EunHyunsu, FlorianMichael, Francisco Prieto, Gaëtan Muller, Jake Wharton, Kengo TODA, Kent Kaseda, Madalin Valceleanu, Marc Philipp, Mark S. Lewis, Matthew Haughton, Mycroft Wong, Na Minhyeok, Nelson Osacky, Olivier "Oli" Dagenais, ploober, Radai Rosenblatt, Róbert Papp, Sebastian Schuberth, Victor Merkulov.

Upgrade instructions

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

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

See the Gradle 9.0.0 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

... (truncated)

Changelog

Sourced from org.gradle:gradle-tooling-api's changelog.

{ "latestReleaseSnapshot": { "version": "9.1.0-20250822022355+0000", "buildTime": "20250822022355+0000" }, "latestRc": { "version": "9.1.0-rc-1", "buildTime": "20250813123732+0000" }, "finalReleases": [ { "version": "9.0.0", "buildTime": "20250731163512+0000" }, { "version": "8.14.3", "buildTime": "20250704131544+0000" }, { "version": "8.14.2", "buildTime": "20250605133201+0000" }, { "version": "8.14.1", "buildTime": "20250522134409+0000" }, { "version": "8.14", "buildTime": "20250425092908+0000" }, { "version": "8.13", "buildTime": "20250225092214+0000" }, { "version": "8.12.1", "buildTime": "20250124125512+0000" }, { "version": "8.12", "buildTime": "20241220154653+0000" }, { "version": "8.11.1", "buildTime": "20241120165646+0000" }, { "version": "8.11", "buildTime": "20241111135801+0000" },

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 23, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 23, 2025

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/org.gradle-gradle-tooling-api-9.0.0 branch August 23, 2025 19:43
@duckladydinh duckladydinh restored the dependabot/gradle/org.gradle-gradle-tooling-api-9.0.0 branch August 24, 2025 11:41
@duckladydinh
Copy link
Collaborator

@dependabot rebase

@duckladydinh duckladydinh reopened this Aug 24, 2025
@dependabot dependabot bot force-pushed the dependabot/gradle/org.gradle-gradle-tooling-api-9.0.0 branch from eb4604d to df7b763 Compare August 24, 2025 11:42
@duckladydinh
Copy link
Collaborator

@dependabot rebase

Bumps [org.gradle:gradle-tooling-api](https://github.com/gradle/gradle) from 8.6 to 9.0.0.
- [Release notes](https://github.com/gradle/gradle/releases)
- [Changelog](https://github.com/gradle/gradle/blob/master/released-versions.json)
- [Commits](gradle/gradle@v8.6.0...v9.0.0)

---
updated-dependencies:
- dependency-name: org.gradle:gradle-tooling-api
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/org.gradle-gradle-tooling-api-9.0.0 branch from df7b763 to cc03f92 Compare August 24, 2025 16:03
@duckladydinh duckladydinh merged commit c624c49 into master Aug 24, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/org.gradle-gradle-tooling-api-9.0.0 branch August 24, 2025 16:19
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