Skip to content

Commit

Permalink
chore(deps): update dependency gradle to v7.5.1 (#1026)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gradle](https://gradle.org) ([source](https://github.com/gradle/gradle)) | patch | `7.5` -> `7.5.1` |

---

### Release Notes

<details>
<summary>gradle/gradle</summary>

### [`v7.5.1`](https://github.com/gradle/gradle/releases/tag/v7.5.1)

This is a patch release for 7.5. We recommend using 7.5.1 instead of 7.5

[Read the Release Notes](https://docs.gradle.org/7.5.1/release-notes.html)

We would like to thank the following community members for their contributions to this release of Gradle:
[Michael Bailey](https://github.com/yogurtearl),
[Josh Kasten](https://github.com/jkasten2),
[Marcono1234](https://github.com/Marcono1234),
[mataha](https://github.com/mataha),
[Lieven Vaneeckhaute](https://github.com/denshade),
[kiwi-oss](https://github.com/kiwi-oss),
[Stefan Neuhaus](https://github.com/stefanneuhaus),
[George Thomas](https://github.com/smoothreggae),
[Anja Papatola](https://github.com/apalopta),
[Björn Kautler](https://github.com/Vampire),
[David Burström](https://github.com/davidburstrom),
[Vladimir Sitnikov](https://github.com/vlsi),
[Roland Weisleder](https://github.com/rweisleder),
[Konstantin Gribov](https://github.com/grossws),
[David Op de Beeck](https://github.com/DavidOpDeBeeck),
[aSemy](https://github.com/aSemy),
[Rene Groeschke](https://github.com/breskeby),
[Jonathan Leitschuh](https://github.com/JLLeitschuh),
[Aurimas Liutikas](https://github.com/liutikas),
[Jamie Tanna](https://github.com/jamietanna),
[Xin Wang](https://github.com/scaventz),
[Atsuto Yamashita](https://github.com/att55),
[Taeik Lim](https://github.com/acktsap),
[Peter Gafert](https://github.com/codecholeric),
[Alex Landau](https://github.com/AlexLandau),
[Jerry Wiltse](https://github.com/solvingj),
[Tyler Burke](https://github.com/T-A-B),
[Matthew Haughton](https://github.com/3flex),
[Filip Daca](https://github.com/filip-daca),
[Simão Gomes Viana](https://github.com/xdevs23),
[Vaidotas Valuckas](https://github.com/rieske),
[Edgars Jasmans](https://github.com/yasmans),
[Tomasz Godzik](https://github.com/tgodzik),
[Jeff](https://github.com/mathjeff),
[Lajos Veres](https://github.com/vlajos)

#### Upgrade instructions

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

`./gradlew wrapper --gradle-version=7.5.1`

See the [Gradle 7.x upgrade guide](https://docs.gradle.org/7.5.1/userguide/upgrading_version\_7.html#changes\_7.5) to learn about deprecations, breaking changes and other considerations when upgrading.

#### 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).

</details>

---

### Configuration

📅 **Schedule**: 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 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, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-generator-java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNDYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE0Ni4wIn0=-->
  • Loading branch information
renovate-bot authored Aug 6, 2022
1 parent 99ddec4 commit e126db9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit e126db9

Please sign in to comment.