Bump org.robolectric:robolectric from 4.10 to 4.10.2 (#4724)
Summary: Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.10 to 4.10.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/robolectric/robolectric/releases">org.robolectric:robolectric's releases</a>.</em></p> <blockquote> <p>Robolectric 4.10.2 is a minor release that fixes an issue related to re-instrumenting classes that have already been instrumented with Jacoco (1c22a484c39711d4f7270585130bb15990f3cc85).</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/robolectric/robolectric/compare/robolectric-4.10.1...robolectric-4.10.2">https://github.com/robolectric/robolectric/compare/robolectric-4.10.1...robolectric-4.10.2</a></p> <p>Robolectric 4.10.1 is a minor release that fixes several issues:</p> <ul> <li>Fixes issue <a href="https://redirect.github.com/robolectric/robolectric/issues/8163">robolectric/robolectric#8163</a>, which involve ICU extensions in SQLite (9551b04602985795ef7667a3f6238e989bdba765)</li> <li>Fixes issue <a href="https://redirect.github.com/robolectric/robolectric/issues/8137">robolectric/robolectric#8137</a>, ShadowVibrator APIs on older SDK levels (5127cefaddbb58c3e64423ee13cf4031ce531ec3), thanks <a href="https://github.com/utzcoz"><code>@utzcoz</code></a></li> <li>Fixes issue <a href="https://redirect.github.com/robolectric/robolectric/issues/8160">robolectric/robolectric#8160</a>, where an obscure exception would be thrown in resetters (866dacc37308c4b5381d7f01d5c56193f643b412).</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/robolectric/robolectric/compare/robolectric-4.10...robolectric-4.10.1">https://github.com/robolectric/robolectric/compare/robolectric-4.10...robolectric-4.10.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="24d5efd568"><code>24d5efd</code></a> Bump version to 4.10.2.</li> <li><a href="3ffdaf7847"><code>3ffdaf7</code></a> Fix another edge case in Jacoco instrumentation detection</li> <li><a href="348443c128"><code>348443c</code></a> Bump version to 4.10.1.</li> <li><a href="5127cefadd"><code>5127cef</code></a> Make ShdadowVibrator compatible with SDK 28+</li> <li><a href="866dacc373"><code>866dacc</code></a> Remove precondition check in ShadowActivityThread resetter</li> <li><a href="9551b04602"><code>9551b04</code></a> Add support for SQLite 'regexp' methods</li> <li>See full diff in <a href="https://github.com/robolectric/robolectric/compare/robolectric-4.10...robolectric-4.10.2">compare view</a></li> </ul> </details> <br /> [](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/4724 Reviewed By: ivanmisuno Differential Revision: D45917753 Pulled By: passy fbshipit-source-id: e81a646ad1834d64f2ed79c73cf34d7ecb6c2943
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b66bff3837
commit
6674a6ab0e
@@ -97,7 +97,7 @@ ext.deps = [
|
||||
lithoTesting : "com.facebook.litho:litho-testing:$LITHO_VERSION",
|
||||
// Debugging and testing
|
||||
guava : 'com.google.guava:guava:23.0',
|
||||
robolectric : 'org.robolectric:robolectric:4.10',
|
||||
robolectric : 'org.robolectric:robolectric:4.10.2',
|
||||
junit : 'junit:junit:4.13.2',
|
||||
hamcrest : 'org.hamcrest:hamcrest-library:2.2',
|
||||
mockito : 'org.mockito:mockito-core:5.3.1',
|
||||
|
||||
Reference in New Issue
Block a user