Bump robolectric from 4.8 to 4.8.1 (#3707)

Summary:
Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.8 to 4.8.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.8.1</h2>
<p>This is a minor release that fixes <a href="https://github-redirect.dependabot.com/robolectric/robolectric/issues/7286">#7286</a>, a NoClassDefError that can occur. Thanks for <a href="https://github.com/utzcoz"><code>@​utzcoz</code></a> for the fix (<a href="https://github-redirect.dependabot.com/robolectric/robolectric/issues/7284">#7284</a>).</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8f232f53f7"><code>8f232f5</code></a> Bump version to 4.8.1.</li>
<li><a href="99ae863371"><code>99ae863</code></a> Skip to generate shadowOf for ShadowBackdropFrameRenderer</li>
<li>See full diff in <a href="https://github.com/robolectric/robolectric/compare/robolectric-4.8...robolectric-4.8.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.8&new-version=4.8.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/3707

Reviewed By: timur-valiev

Differential Revision: D36371191

Pulled By: mweststrate

fbshipit-source-id: 7628698cdfc37152d3a1e20613c0ff360f2ca30a
This commit is contained in:
dependabot[bot]
2022-05-23 07:29:26 -07:00
committed by Facebook GitHub Bot
parent 5ccf7b3d06
commit 14b0683cf4

View File

@@ -92,7 +92,7 @@ ext.deps = [
lithoTesting : "com.facebook.litho:litho-testing:$LITHO_VERSION", lithoTesting : "com.facebook.litho:litho-testing:$LITHO_VERSION",
// Debugging and testing // Debugging and testing
guava : 'com.google.guava:guava:23.0', guava : 'com.google.guava:guava:23.0',
robolectric : 'org.robolectric:robolectric:4.8', robolectric : 'org.robolectric:robolectric:4.8.1',
junit : 'junit:junit:4.13.2', junit : 'junit:junit:4.13.2',
hamcrest : 'org.hamcrest:hamcrest-library:2.2', hamcrest : 'org.hamcrest:hamcrest-library:2.2',
mockito : 'org.mockito:mockito-core:4.5.1', mockito : 'org.mockito:mockito-core:4.5.1',