Skip to content

Commit

Permalink
Bump platform from 3.1.0 to 3.1.1 in /licenses (#2998)
Browse files Browse the repository at this point in the history
Bumps [platform](https://github.com/flutter/packages/tree/main/packages) from 3.1.0 to 3.1.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/flutter/packages/commit/3a183b78f2b4f596ca9d3436177ddfbd38748dd3"><code>3a183b7</code></a> [platform] Import the <code>platform</code> package (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4613">#4613</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/0b4e9e3b805471575e01304da042046a9ffd4402"><code>0b4e9e3</code></a> Update palette_generator_test.dart (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4720">#4720</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/ce001472ec958d47973f008cdd33ee484d76f30a"><code>ce00147</code></a> [pigeon] Fix typo in README.md (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4707">#4707</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/b8573f6c81329095d63d63b3776e946a5a25ae35"><code>b8573f6</code></a> [camerax] Explicitly remove READ_EXTERNAL_STORAGE permission (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4716">#4716</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/93455e07f73a99845a85758aef8bb3e8a1ab0a48"><code>93455e0</code></a> [webview_flutter_platform_interface] Adds support for retrieving user agent (...</li>
<li><a href="https://github.com/flutter/packages/commit/003a6c082752e538fc27cd8ab92145a9f0772d2a"><code>003a6c0</code></a> [camerax] Wrap classes to implement resolution configuration for video captur...</li>
<li><a href="https://github.com/flutter/packages/commit/84218b9d834cd1d19d41a0b2079c9cdd1db67bd4"><code>84218b9</code></a> [file_selector] Fix default accept types on iOS (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4691">#4691</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/08080abd9cbb291cc3b4aec4f03454c9c8a88814"><code>08080ab</code></a> [google_maps_flutter] removed old overrides (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4679">#4679</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/ea49db5093071a16fc8cd0e24044eac4541abf07"><code>ea49db5</code></a> [dynamic_layouts] Refactor flaky test (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4681">#4681</a>)</li>
<li><a href="https://github.com/flutter/packages/commit/0bf0878b6bace86e13be4150178a7f19df19aa62"><code>0bf0878</code></a> [shared_preferences] Update iOS/macOS Pigeon (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4668">#4668</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/platform-v3.1.1/packages">compare view</a></li>
</ul>
</details>
<br />

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

---

<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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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 Aug 16, 2023
1 parent d33e1c1 commit 283a93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion licenses/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:

dependencies:
path: 1.8.3
platform: 3.1.0
platform: 3.1.1

dev_dependencies:
mockito: 5.4.2
Expand Down

0 comments on commit 283a93d

Please sign in to comment.