Skip to content

Commit

Permalink
Bump appengine from 0.13.5 to 0.13.6 in /auto_submit (#2946)
Browse files Browse the repository at this point in the history
Bumps [appengine](https://github.com/dart-lang/appengine) from 0.13.5 to 0.13.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/appengine/blob/master/CHANGELOG.md">appengine's changelog</a>.</em></p>
<blockquote>
<h2>0.13.6</h2>
<ul>
<li>Require Dart 2.19.</li>
<li>Setup <code>dbService</code> to do retries for failed requests.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dart-lang/appengine/commit/193cca6d98ddb1aabac23c211ef3bc36c2f4903a"><code>193cca6</code></a> Prepare 0.13.6 with retries for datastore (<a href="https://redirect.github.com/dart-lang/appengine/issues/167">#167</a>)</li>
<li><a href="https://github.com/dart-lang/appengine/commit/002720bb12be6bd18a3399049d073894f5f86a9b"><code>002720b</code></a> Bump actions/checkout from 3.5.2 to 3.5.3 (<a href="https://redirect.github.com/dart-lang/appengine/issues/166">#166</a>)</li>
<li><a href="https://github.com/dart-lang/appengine/commit/efae5f923c72bba8d73f6a75cf47900d79ea7a0a"><code>efae5f9</code></a> update terminology used in the protos (<a href="https://redirect.github.com/dart-lang/appengine/issues/164">#164</a>)</li>
<li><a href="https://github.com/dart-lang/appengine/commit/be15c9e1583d6342e349a81d54b90e4ea4ddafa5"><code>be15c9e</code></a> blast_repo fixes (<a href="https://redirect.github.com/dart-lang/appengine/issues/163">#163</a>)</li>
<li><a href="https://github.com/dart-lang/appengine/commit/ef535b62b2f15105815e466e33c18bc5234fbe69"><code>ef535b6</code></a> Bump actions/checkout from 3.5.0 to 3.5.2 (<a href="https://redirect.github.com/dart-lang/appengine/issues/161">#161</a>)</li>
<li>See full diff in <a href="https://github.com/dart-lang/appengine/compare/0.13.5...0.13.6">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=appengine&package-manager=pub&previous-version=0.13.5&new-version=0.13.6)](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`.

---

<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>
  • Loading branch information
dependabot[bot] authored Jul 21, 2023
1 parent 00aae58 commit 7ca03e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_submit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
appengine: 0.13.5
appengine: 0.13.6
corsac_jwt: 1.0.0-nullsafety.1
github: 9.16.0
googleapis: 11.3.0
Expand Down

0 comments on commit 7ca03e0

Please sign in to comment.