Bump de.undercouch.download from 5.1.0 to 5.1.1 (#4003)

Summary:
Bumps [de.undercouch.download](https://github.com/michel-kraemer/gradle-download-task) from 5.1.0 to 5.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/michel-kraemer/gradle-download-task/releases">de.undercouch.download's releases</a>.</em></p>
<blockquote>
<h2>5.1.1</h2>
<p>Bug fixes:</p>
<ul>
<li>Correctly update cached sources</li>
</ul>
<p>Maintenance:</p>
<ul>
<li>Add integration tests for Gradle 7.5 and 7.5.1</li>
<li>Update dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="b15b91611b"><code>b15b916</code></a> Bump up version number to 5.1.1</li>
<li><a href="7b8db980c3"><code>7b8db98</code></a> Update Gradle to 7.5.1</li>
<li><a href="2776b2407b"><code>2776b24</code></a> Add integration tests for Gradle 7.5 and 7.5.1</li>
<li><a href="f466c5ba23"><code>f466c5b</code></a> Correctly update cached sources</li>
<li><a href="cf229dc9d5"><code>cf229dc</code></a> Update dependencies</li>
<li><a href="515a9f6a54"><code>515a9f6</code></a> Update dependencies</li>
<li><a href="751d4252ef"><code>751d425</code></a> Update dependencies</li>
<li><a href="5216807616"><code>5216807</code></a> Add issue templates</li>
<li><a href="b56eb52efe"><code>b56eb52</code></a> Fix regex</li>
<li><a href="d785e97dda"><code>d785e97</code></a> Fix regex</li>
<li>Additional commits viewable in <a href="https://github.com/michel-kraemer/gradle-download-task/compare/5.1.0...5.1.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=de.undercouch.download&package-manager=gradle&previous-version=5.1.0&new-version=5.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

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

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/4003

Reviewed By: passy

Differential Revision: D38781339

Pulled By: mweststrate

fbshipit-source-id: 9300ac60ef4c2993fef1a2343b8c4ecf6d6d05da
This commit is contained in:
dependabot[bot]
2022-08-17 05:26:05 -07:00
committed by Facebook GitHub Bot
parent 529e555a82
commit d809a6044c

View File

@@ -19,7 +19,7 @@ buildscript {
} }
plugins { plugins {
id 'de.undercouch.download' version '5.1.0' id 'de.undercouch.download' version '5.1.1'
id 'com.github.ben-manes.versions' version '0.42.0' id 'com.github.ben-manes.versions' version '0.42.0'
} }