Skip to content

Commit

Permalink
chore(deps): update dependency gradle to v7.6.4 (#5365)
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://togithub.com/gradle/gradle)) | patch | `7.6.2` ->
`7.6.4` |

---

### Release Notes

<details>
<summary>gradle/gradle (gradle)</summary>

### [`v7.6.4`](https://togithub.com/gradle/gradle/releases/tag/v7.6.4):
7.6.4

[Compare
Source](https://togithub.com/gradle/gradle/compare/v7.6.3...v7.6.4)

This is a patch release for 7.6. We recommend using 7.6.4 instead of
7.6.

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

#### Upgrade instructions

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

    ./gradlew wrapper --gradle-version=7.6.4

See the Gradle [7.x upgrade
guide](https://docs.gradle.org/7.6.4/userguide/upgrading_version\_7.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/7.6.4/userguide/compatibility.html).

#### Reporting problems

If you find a problem with this release, please file a bug on [GitHub
Issues](https://togithub.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://togithub.com/gradle).

### [`v7.6.3`](https://togithub.com/gradle/gradle/releases/tag/v7.6.3):
7.6.3

[Compare
Source](https://togithub.com/gradle/gradle/compare/v7.6.2...v7.6.3)

This is a patch release for 7.6. We recommend using 7.6.3 instead of
7.6.

This release addresses two security vulnerabilities:

- [Incorrect permission assignment for symlinked files used in copy or
archiving
operations](https://togithub.com/gradle/gradle/security/advisories/GHSA-43r3-pqhv-f7h9)
- [Possible local text file exfiltration by XML External entity
injection](https://togithub.com/gradle/gradle/security/advisories/GHSA-mrff-q8qj-xvg8)

It also fixes the following issues:

- [#&#8203;25781](https://togithub.com/gradle/gradle/issues/25781)
Backport finalized task performance fix to 7.6.x
- [#&#8203;25802](https://togithub.com/gradle/gradle/issues/25802)
Backport cgroups fix to 7.6.x

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

#### Upgrade Instructions

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

    ./gradlew wrapper --gradle-version=7.6.3

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

#### Reporting Problems

If you find a problem with this release, please file a bug on [GitHub
Issues](https://togithub.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 - "after 5pm,every weekend" in timezone
America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone
America/Los_Angeles.

🚦 **Automerge**: Enabled.

♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/valora-inc/wallet).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJncmFkbGUtd3JhcHBlciIsInJlbm92YXRlIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 30, 2024
1 parent ba386e4 commit 13f5278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
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.6.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 13f5278

Please sign in to comment.