Commit ec34114
authored
fix(deps): Update dependency gradle to v9 (#374)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | major | `8.14.3` -> `9.1.0` |
---
### Release Notes
<details>
<summary>gradle/gradle (gradle)</summary>
### [`v9.1.0`](https://redirect.github.com/gradle/gradle/releases/tag/v9.1.0): 9.1.0
[Compare Source](https://redirect.github.com/gradle/gradle/compare/v9.0.0...v9.1.0)
The Gradle team is excited to announce Gradle 9.1.0.
Here are the highlights of this release:
- Full Java 25 support
- Native task graph visualization
- Enhanced console output
[Read the Release Notes](https://docs.gradle.org/9.1.0/release-notes.html)
We would like to thank the following community members for their contributions to this release of Gradle:
[Eng Zer Jun](https://redirect.github.com/Juneezee),
[EunHyunsu](https://redirect.github.com/ehs208),
[Gaëtan Muller](https://redirect.github.com/MGaetan89),
[HeeChul Yang](https://redirect.github.com/yangchef1),
[Jendrik Johannes](https://redirect.github.com/jjohannes),
[Johnny Lim](https://redirect.github.com/izeye),
[Junho Lee](https://redirect.github.com/junstory),
[Kirill Gavrilov](https://redirect.github.com/gavvvr),
[Matthew Haughton](https://redirect.github.com/3flex),
[Na Minhyeok](https://redirect.github.com/NaMinhyeok),
[Philip Wedemann](https://redirect.github.com/hfhbd),
[Philipp Schneider](https://redirect.github.com/p-schneider),
[Pradyumna C](https://redirect.github.com/pradyumnac26),
[r-a-sattarov](https://redirect.github.com/r-a-sattarov),
[Ryszard Perkowski](https://redirect.github.com/usultis),
[Sebastian Schuberth](https://redirect.github.com/sschuberth),
[SebastianHeil](https://redirect.github.com/SebastianHeil),
[Staffan Al-Kadhimi](https://redirect.github.com/stafak),
[winfriedgerlach](https://redirect.github.com/winfriedgerlach),
[Xin Wang](https://redirect.github.com/scaventz).
#### Upgrade instructions
Switch your build to use Gradle 9.1.0 by updating your wrapper:
./gradlew wrapper --gradle-version=9.1.0 && ./gradlew wrapper
See the Gradle [9.x upgrade guide](https://docs.gradle.org/9.1.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.1.0/userguide/compatibility.html).
#### Reporting problems
If you find a problem with this release, please file a bug on [GitHub Issues](https://redirect.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://redirect.github.com/gradle).
### [`v9.0.0`](https://redirect.github.com/gradle/gradle/releases/tag/v9.0.0): 9.0.0
[Compare Source](https://redirect.github.com/gradle/gradle/compare/v8.14.3...v9.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](https://docs.gradle.org/9.0.0/release-notes.html)
We would like to thank the following community members for their contributions to this release of Gradle:
[Aaron Matthis](https://redirect.github.com/rapus95),
[Adam E](https://redirect.github.com/adam-enko),
[Adam S](https://redirect.github.com/aSemy),
[Björn Kautler](https://redirect.github.com/Vampire),
[Daniel Lacasse](https://redirect.github.com/lacasseio),
[Eng Zer Jun](https://redirect.github.com/Juneezee),
[EunHyunsu](https://redirect.github.com/ehs208),
[FlorianMichael](https://redirect.github.com/FlorianMichael),
[Francisco Prieto](https://redirect.github.com/priettt),
[Gaëtan Muller](https://redirect.github.com/MGaetan89),
[Jake Wharton](https://redirect.github.com/JakeWharton),
[Kengo TODA](https://redirect.github.com/KengoTODA),
[Kent Kaseda](https://redirect.github.com/kaseken),
[Madalin Valceleanu](https://redirect.github.com/vmadalin),
[Marc Philipp](https://redirect.github.com/marcphilipp),
[Mark S. Lewis](https://redirect.github.com/bestbeforetoday),
[Matthew Haughton](https://redirect.github.com/3flex),
[Mycroft Wong](https://redirect.github.com/MycroftWong),
[Na Minhyeok](https://redirect.github.com/NaMinhyeok),
[Nelson Osacky](https://redirect.github.com/runningcode),
[Olivier "Oli" Dagenais](https://redirect.github.com/olivierdagenais),
[ploober](https://redirect.github.com/ploober),
[Radai Rosenblatt](https://redirect.github.com/radai-rosenblatt),
[Róbert Papp](https://redirect.github.com/TWiStErRob),
[Sebastian Schuberth](https://redirect.github.com/sschuberth),
[Victor Merkulov](https://redirect.github.com/urdak).
#### 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](https://docs.gradle.org/9.0.0/userguide/upgrading_major_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.0.0/userguide/compatibility.html).
#### Reporting problems
If you find a problem with this release, please file a bug on [GitHub Issues](https://redirect.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://redirect.github.com/gradle).
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->1 parent 14791e2 commit ec34114
File tree
5 files changed
+5
-13
lines changed- gradle/wrapper
- lib
5 files changed
+5
-13
lines changedBinary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | 117 | | |
119 | 118 | | |
120 | 119 | | |
| |||
172 | 171 | | |
173 | 172 | | |
174 | 173 | | |
175 | | - | |
176 | 174 | | |
177 | 175 | | |
178 | 176 | | |
| |||
212 | 210 | | |
213 | 211 | | |
214 | 212 | | |
215 | | - | |
216 | 213 | | |
217 | 214 | | |
218 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
77 | | - | |
| 76 | + | |
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
| |||
57 | 53 | | |
58 | 54 | | |
59 | 55 | | |
60 | | - | |
| 56 | + | |
61 | 57 | | |
62 | 58 | | |
63 | 59 | | |
| |||
109 | 105 | | |
110 | 106 | | |
111 | 107 | | |
| 108 | + | |
112 | 109 | | |
113 | 110 | | |
114 | 111 | | |
115 | | - | |
116 | 112 | | |
117 | 113 | | |
118 | 114 | | |
| |||
0 commit comments