Skip to content

Commit

Permalink
Bump robolectric from 4.5.1 to 4.6.1 (#10)
Browse files Browse the repository at this point in the history
Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.5.1 to 4.6.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/robolectric/robolectric/releases">robolectric's releases</a>.</em></p>
<blockquote>
<h2>Robolectric 4.6.1</h2>
<p>This is a minor release that fixes <a href="https://github-redirect.dependabot.com/robolectric/robolectric/issues/6589">#6589</a>, in which ShadowActivityManager contained a reference to <a href="https://developer.android.com/reference/android/app/ApplicationExitInfo">android.app.ApplicationExitInfo</a>, introduced in SDK 30, in public method. This caused <code>shadowOf</code> to fail if the target SDK was &lt; 30. Thanks to <a href="https://github.com/utzcoz"><code>@​utzcoz</code></a> for the fix and <a href="https://github.com/jankowskib"><code>@​jankowskib</code></a> for reporting the issue.</p>
<h1>Robolectric 4.6</h1>
<p>More details forthcoming, but the highlights are:</p>
<ul>
<li>Uses preinstrumented jars by default, significantly decreasing startup time. There will be a blog post containing more details shortly.</li>
<li>Massive fidelity improvements for Bitmap and BitmapFactory.</li>
<li>Tons of bug fixes and fidelity improvements.</li>
</ul>
<h2>Robolectric 4.6 Alpha 2</h2>
<p><em><strong>NOTE</strong>: Robolectric 4.6-alpha-2 is a outdated preview release; please use <a href="https://github.com/robolectric/robolectric/releases/tag/robolectric-4.6">4.6</a> or later instead.</em></p>
<h2>Robolectric 4.6 Alpha 1</h2>
<p><em><strong>NOTE</strong>: Robolectric 4.6-alpha-1 is a outdated preview release; please use <a href="https://github.com/robolectric/robolectric/releases/tag/robolectric-4.6">4.6</a> or later instead.</em></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/robolectric/robolectric/commit/e155bd1a43b2bb0ef92a500bfcf6ead81eb583ca"><code>e155bd1</code></a> Bump version to 4.6.1.</li>
<li><a href="https://github.com/robolectric/robolectric/commit/8272bf3a2bfab1344f2b5f8893ac5b0b12e60044"><code>8272bf3</code></a> Add strict type checking for ShadowActivityManager#addApplicationExitInfo</li>
<li><a href="https://github.com/robolectric/robolectric/commit/360399b072093c8332078681c8d7cc7ab94788a1"><code>360399b</code></a> Only using ApplicationExitInfo for compileSDK 30 and above</li>
<li><a href="https://github.com/robolectric/robolectric/commit/0053c4c7ddc143cc9781c1654928c8546fa2f5a6"><code>0053c4c</code></a> Bump version to 4.6.</li>
<li><a href="https://github.com/robolectric/robolectric/commit/d33f7466d139fe301194a58d781d647becddc98d"><code>d33f746</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/robolectric/robolectric/issues/6586">#6586</a> from robolectric/piper_382532715</li>
<li><a href="https://github.com/robolectric/robolectric/commit/bd992c7b99074b0c28b9e6d85e34fb1fa422edd6"><code>bd992c7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/robolectric/robolectric/issues/6585">#6585</a> from robolectric/piper_382343763</li>
<li><a href="https://github.com/robolectric/robolectric/commit/5c4b8cfbd8252ad93f4676ce721595adc6176878"><code>5c4b8cf</code></a> Add StatsLog Shadow.</li>
<li><a href="https://github.com/robolectric/robolectric/commit/6c024446d4f76519ea8337a515d26b24366b590b"><code>6c02444</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/robolectric/robolectric/issues/6588">#6588</a> from robolectric/piper_382573741</li>
<li><a href="https://github.com/robolectric/robolectric/commit/fe0146b4344b33d78666023b43e3dacebd247678"><code>fe0146b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/robolectric/robolectric/issues/6583">#6583</a> from robolectric/piper_382330525</li>
<li><a href="https://github.com/robolectric/robolectric/commit/c7f003348713951abfc5d403cd03c9931ec0de67"><code>c7f0033</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/robolectric/robolectric/issues/6582">#6582</a> from robolectric/piper_382132848</li>
<li>Additional commits viewable in <a href="https://github.com/robolectric/robolectric/compare/robolectric-4.5.1...robolectric-4.6.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.robolectric:robolectric&package-manager=gradle&previous-version=4.5.1&new-version=4.6.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>

#10
  • Loading branch information
dependabot[bot] committed Jul 14, 2021
1 parent de130f3 commit ea65fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependabot-bridge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ dependencies {

dependencySync("io.mockk:mockk:1.12.0")

dependencySync("org.robolectric:robolectric:4.5.1")
dependencySync("org.robolectric:robolectric:4.6.1")

dependencySync("net.swiftzer.semver:semver:1.1.1")

Expand Down

0 comments on commit ea65fe7

Please sign in to comment.