Commit Graph

148 Commits

Author SHA1 Message Date
Artem Kholodnyi
72666e4205 Bump fresco from 2.5.0 to 2.6.0
Reviewed By: oprisnik

Differential Revision: D31544447

fbshipit-source-id: f94dd52bddc87bf13035686f1713efaca4cd6521
2021-10-12 04:28:17 -07:00
dependabot[bot]
6362299f9c Bump mockito-core from 3.12.4 to 4.0.0 (#2965)
Summary:
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 4.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">mockito-core's releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h1>Mockito 4: Removing deprecated APIs.</h1>
<p>All of these APIs have been marked as deprecated and have been present
in Mockito for quite a while.</p>
<p>An overview of now-deleted classes/methods:</p>
<ul>
<li><code>org.mockito.Matchers</code> which was an alias for
<code>org.mockito.ArgumentMatchers</code></li>
<li><code>org.mockito.ArgumentMatchers#{anyObject,anyVararg}</code> both which were
aliases for <code>org.mockito.ArgumentMatchers#any</code></li>
<li><code>org.mockito.ArgumentMatchers#any*Of</code>, which were aliases for the same
method name without the Of and the generic parameters (which were
ignored)</li>
<li><code>org.mockito.ArgumentMatchers#{is}{Not}Null(Class)</code> which took a class
which was ignored. Aliases for the same methods without the parameter</li>
<li><code>org.mockito.MockedStatic#verify</code> which had the parameter types reversed</li>
<li><code>org.mockito.Mockito#verifyZeroInteractions</code> an alias of
<code>verifyNoMoreInteractions</code></li>
<li><code>org.mockito.Mockito#debug</code> framework integration API that we later
refactored</li>
<li><code>org.mockito.configuration.AnnotationEngine</code> which was leaking internal
APIs and instead users should use <code>org.mockito.plugins.AnnotationEngine</code></li>
<li><code>org.mockito.exceptions.verification.TooLittleActualInvocations</code> fixed
the grammar from &quot;Little&quot; to &quot;Few&quot;</li>
<li>Numerous internal APIs that we never officially supported and can now
remove</li>
<li><code>org.mockito.plugins.InstantiatorProvider</code> which was leaking internal
APIs and instead users should use InstantiatorProvider2 (we should
probably rename back to remove the number in a future major release)</li>
<li><code>org.mockito.runners</code> a package that hosted several old JUnit runners
which were no longer supported. Users should instead use
<code>org.mockito.junit.MockitoJUnitRunner</code> which is our official JUnit4
runner.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="e8f26b3785"><code>e8f26b3</code></a> Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2281">https://github.com/facebook/flipper/issues/2281</a>: Make MockedConstruction stubs close on demand (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2442">https://github.com/facebook/flipper/issues/2442</a>)</li>
<li><a href="bf480c3ec4"><code>bf480c3</code></a> Bump versions.bytebuddy from 1.11.18 to 1.11.19 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2441">https://github.com/facebook/flipper/issues/2441</a>)</li>
<li><a href="d4180a2715"><code>d4180a2</code></a> Update BND plugin to 6.0.0 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2440">https://github.com/facebook/flipper/issues/2440</a>)</li>
<li><a href="7032574ce1"><code>7032574</code></a> Remove all Incubating annotations (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2437">https://github.com/facebook/flipper/issues/2437</a>)</li>
<li><a href="c8dbc10d20"><code>c8dbc10</code></a> Fix spelling in old release notes (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2439">https://github.com/facebook/flipper/issues/2439</a>)</li>
<li><a href="40d6f6840e"><code>40d6f68</code></a> Add test for enum mocking using inline mock maker.</li>
<li><a href="6a50cc458b"><code>6a50cc4</code></a> Run CI on Java 17 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2417">https://github.com/facebook/flipper/issues/2417</a>)</li>
<li><a href="99f8a62536"><code>99f8a62</code></a> Add monospace font fallback for JavaDoc (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2434">https://github.com/facebook/flipper/issues/2434</a>)</li>
<li><a href="651feb3007"><code>651feb3</code></a> Bump versions.junitJupiter from 5.8.0 to 5.8.1 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2430">https://github.com/facebook/flipper/issues/2430</a>)</li>
<li><a href="6db7a02587"><code>6db7a02</code></a> Bump junit-platform-launcher from 1.8.0 to 1.8.1 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2432">https://github.com/facebook/flipper/issues/2432</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0">compare view</a></li>
</ul>
</details>
<br />

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

Reviewed By: nikoant

Differential Revision: D31545927

Pulled By: passy

fbshipit-source-id: 8fb2447e3903ad213379e0ba0e270ad08e2598c9
2021-10-11 11:57:25 -07:00
dependabot[bot]
c129eff18e Bump protobuf-java from 3.18.0 to 3.18.1 (#2966)
Summary:
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.18.0 to 3.18.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p>
<blockquote>
<h2>Protocol Buffers v3.18.1</h2>
<h1>Python</h1>
<ul>
<li>Update setup.py to reflect that we now require at least Python 3.5 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8989">#8989</a>)</li>
<li>Performance fix for DynamicMessage: force GetRaw() to be inlined (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9023">#9023</a>)</li>
</ul>
<h1>Ruby</h1>
<ul>
<li>Update ruby_generator.cc to allow proto2 imports in proto3 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9003">#9003</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="0dab03ba7b"><code>0dab03b</code></a> Update protobuf version to 3.18.1 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9051">#9051</a>)</li>
<li><a href="40f6669c46"><code>40f6669</code></a> Update changelog for 3.18.1 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9050">#9050</a>)</li>
<li><a href="aeb624d3b4"><code>aeb624d</code></a> Avoid installing anything from Homebrew in test runs (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9043">#9043</a>)</li>
<li><a href="bfc4c3472d"><code>bfc4c34</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9021">#9021</a> from acozzette/cherry-pick-fixes</li>
<li><a href="5378c9a710"><code>5378c9a</code></a> Use the stable version of rvm</li>
<li><a href="55b0e11f52"><code>55b0e11</code></a> Fix Ruby tests on Mac</li>
<li><a href="0333cb77de"><code>0333cb7</code></a> Update ruby/travis-test.sh to print commands</li>
<li><a href="0e7a35f24b"><code>0e7a35f</code></a> Update dist_install test to work around Python issue</li>
<li><a href="bf8d7f0b72"><code>bf8d7f0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9023">#9023</a> from haberman/dyn-msg-perf-fix</li>
<li><a href="5e8396fd27"><code>5e8396f</code></a> Performance fix for DynamicMessage: force GetRaw() to be inlined.</li>
<li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.18.0...v3.18.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=gradle&previous-version=3.18.0&new-version=3.18.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/2966

Reviewed By: nikoant

Differential Revision: D31545922

Pulled By: passy

fbshipit-source-id: 38ad870fcaf1165fd8ed9787f63e9a01948eab83
2021-10-11 11:52:29 -07:00
dependabot[bot]
0f04b2f651 Bump dokka-gradle-plugin from 1.5.30 to 1.5.31 (#2938)
Summary:
Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.5.30 to 1.5.31.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Kotlin/dokka/releases">dokka-gradle-plugin's releases</a>.</em></p>
<blockquote>
<h2>1.5.31 Alpha</h2>
<p>Changes:</p>
<ul>
<li>Support Kotlin 1.5.31</li>
<li>Support JS KLib</li>
<li>Fix link to a javadoc enum entry</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="eb43d787d5"><code>eb43d78</code></a> Regenerate api dump</li>
<li><a href="f91c6fe0af"><code>f91c6fe</code></a> Bump dokka version to 1.5.31</li>
<li><a href="bd53dcd2dc"><code>bd53dcd</code></a> Bump gradle to 7.2 (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2144">https://github.com/facebook/flipper/issues/2144</a>)</li>
<li><a href="16423a00b8"><code>16423a0</code></a> Bump to Kotlin 1.5.31</li>
<li><a href="755c0dfa52"><code>755c0df</code></a> Support JS KLib (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2159">https://github.com/facebook/flipper/issues/2159</a>)</li>
<li><a href="7bea7d1834"><code>7bea7d1</code></a> Fix whitespaces inside <code>link</code> tag (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2156">https://github.com/facebook/flipper/issues/2156</a>)</li>
<li><a href="c4205226ab"><code>c420522</code></a> Fix link to javadoc enum entry (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2131">https://github.com/facebook/flipper/issues/2131</a>)</li>
<li>See full diff in <a href="https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.dokka:dokka-gradle-plugin&package-manager=gradle&previous-version=1.5.30&new-version=1.5.31)](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/2938

Reviewed By: muraziz

Differential Revision: D31502056

Pulled By: passy

fbshipit-source-id: 12c1aa6ea7f930a769cc2f0233b56c9aa7990a1f
2021-10-08 05:40:01 -07:00
dependabot[bot]
1e841b7e6d Bump okhttp from 4.9.1 to 4.9.2 (#2937)
Summary:
Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/square/okhttp/blob/master/CHANGELOG.md">okhttp's changelog</a>.</em></p>
<blockquote>
<h2>Version 4.9.2</h2>
<p><em>2021-09-30</em></p>
<ul>
<li>Fix: Don't include potentially-sensitive header values in <code>Headers.toString()</code> or exceptions.
This applies to <code>Authorization</code>, <code>Cookie</code>, <code>Proxy-Authorization</code>, and <code>Set-Cookie</code> headers.</li>
<li>Fix: Don't crash with an <code>InaccessibleObjectException</code> when running on JDK17+ with strong
encapsulation enabled.</li>
<li>Fix: Strictly verify hostnames used with OkHttp's <code>HostnameVerifier</code>. Programs that make direct
manual calls to <code>HostnameVerifier</code> could be defeated if the hostnames they pass in are not
strictly ASCII. This issue is tracked as [CVE-2021-0341].</li>
</ul>
<h2>Version 5.0.0-alpha.2</h2>
<p><em>2021-01-30</em></p>
<p><strong>In this release MockWebServer has a new Maven coordinate and package name.</strong> A longstanding
problem with MockWebServer has been its API dependency on JUnit 4. We've reorganized things to
remove that dependency while preserving backwards compatibility.</p>
<table>
<thead>
<tr>
<th align="left">Maven Coordinate</th>
<th align="left">Package Name</th>
<th align="left">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">com.squareup.okhttp3:mockwebserver3:5.0.0-alpha.2</td>
<td align="left">mockwebserver3</td>
<td align="left">Core module. No JUnit dependency!</td>
</tr>
<tr>
<td align="left">com.squareup.okhttp3:mockwebserver3-junit4:5.0.0-alpha.2</td>
<td align="left">mockwebserver3.junit4</td>
<td align="left">Optional JUnit 4 integration.</td>
</tr>
<tr>
<td align="left">com.squareup.okhttp3:mockwebserver3-junit5:5.0.0-alpha.2</td>
<td align="left">mockwebserver3.junit5</td>
<td align="left">Optional JUnit 5 integration.</td>
</tr>
<tr>
<td align="left">com.squareup.okhttp3:mockwebserver:5.0.0-alpha.2</td>
<td align="left">okhttp3.mockwebserver</td>
<td align="left">Obsolete. Depends on JUnit 4.</td>
</tr>
</tbody>
</table>
<p>The new APIs use <code>mockwebserver3</code> in both the Maven coordinate and package name. This new API is
<strong>not stable</strong> and will likely change before the final 5.0.0 release.</p>
<p>If you have code that subclasses <code>okhttp3.mockwebserver.QueueDispatcher</code>, this update is not source
or binary compatible. Migrating to the new <code>mockwebserver3</code> package will fix this problem.</p>
<ul>
<li>New: DNS over HTTPS is now a stable feature of OkHttp. We introduced this as an experimental
module in 2018. We are confident in its stable API and solid implementation.</li>
<li>Fix: Work around a crash in Android 10 and 11 that may be triggered when two threads
concurrently close an SSL socket. This would have appeared in crash logs as
<code>NullPointerException: bio == null</code>.</li>
<li>Fix: Use plus <code>+</code> instead of <code>%20</code> to encode space characters in <code>FormBody</code>. This was a
longstanding bug in OkHttp. The fix makes OkHttp consistent with major web browsers.</li>
<li>Fix: Don't crash if Conscrypt returns a null version.</li>
<li>Fix: Include the public suffix data as a resource in GraalVM native images.</li>
<li>Fix: Fail fast when the cache is corrupted.</li>
<li>Fix: Fail fast when a private key cannot be encoded.</li>
<li>Fix: Fail fast when attempting to verify a non-ASCII hostname.</li>
<li>Upgrade: [GraalVM 21][graalvm_21].</li>
<li>Upgrade: [Kotlin 1.4.20][kotlin_1_4_20].</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="3edf17ca8a"><code>3edf17c</code></a> Prepare for release 4.9.2.</li>
<li><a href="262b3cde9f"><code>262b3cd</code></a> Handle strict module handling on JDK17 (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6707">#6707</a>) (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6742">#6742</a>)</li>
<li><a href="f574ea2f52"><code>f574ea2</code></a> Cherry pick fix for CVE-2021-0341 onto 4.9.x (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6741">#6741</a>)</li>
<li><a href="1fd7c0afdc"><code>1fd7c0a</code></a> Make it more difficult to accidentally log sensitive headers (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6551">#6551</a>) (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6740">#6740</a>)</li>
<li><a href="b0397cc7a9"><code>b0397cc</code></a> 4.9.x GitHub builds update (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6732">#6732</a>)</li>
<li><a href="eb5a8343ea"><code>eb5a834</code></a> Prepare next development version.</li>
<li>See full diff in <a href="https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.squareup.okhttp3:okhttp&package-manager=gradle&previous-version=4.9.1&new-version=4.9.2)](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/2937

Reviewed By: muraziz

Differential Revision: D31502045

Pulled By: passy

fbshipit-source-id: 32af7cda9440b01eab1bca83dc694391d99bf7e6
2021-10-08 05:21:09 -07:00
dependabot[bot]
a0adbb1175 Bump constraintlayout from 2.1.0 to 2.1.1 (#2913)
Summary:
Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/androidx/constraintlayout/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.constraintlayout:constraintlayout&package-manager=gradle&previous-version=2.1.0&new-version=2.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`.

[//]: # (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/2913

Reviewed By: mweststrate

Differential Revision: D31240190

Pulled By: passy

fbshipit-source-id: d72c4fca4ded81b2fbd0b8b6a40e77d7aa6f3541
2021-09-29 03:30:42 -07:00
dependabot[bot]
8ec91ac16c Bump gradle-maven-publish-plugin from 0.17.0 to 0.18.0 (#2882)
Summary:
Bumps [gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.17.0 to 0.18.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/releases">gradle-maven-publish-plugin's releases</a>.</em></p>
<blockquote>
<h2>0.18.0</h2>
<p><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md#version-0180-2021-09-13">Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md">gradle-maven-publish-plugin's changelog</a>.</em></p>
<blockquote>
<h2>Version 0.18.0 <em>(2021-09-13)</em></h2>
<ul>
<li>The minimum supported Kotlin version is now <code>1.4.30</code></li>
<li>It's now possible to specify <code>SONATYPE_HOST</code> as a Gradle property, e.g.
<ul>
<li><code>SONATYPE_HOST=S01</code> for <code>s01.sonatype.org</code></li>
<li><code>SONATYPE_HOST=</code> to not add any repository by default</li>
</ul>
</li>
<li>Fixed an issue when publishing Kotlin MPP projects with the base plugin</li>
<li>Removed checks for presence of properties that aren't used by this plugin anymore</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="14c1891667"><code>14c1891</code></a> Prepare for release 0.18.0.</li>
<li><a href="0ca6be6a9d"><code>0ca6be6</code></a> set name and description</li>
<li><a href="76c9342e78"><code>76c9342</code></a> Prepare next development version.</li>
<li><a href="1c8bfdad35"><code>1c8bfda</code></a> Prepare for release 0.18.0.</li>
<li><a href="0a60967cf2"><code>0a60967</code></a> remove workaround for pre Kotlin 1.4.30 MPP projects (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/302">#302</a>)</li>
<li><a href="41f86a6b4f"><code>41f86a6</code></a> update Gradle to 7.2</li>
<li><a href="874f214971"><code>874f214</code></a> Update .editorconfig rules (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/299">#299</a>)</li>
<li><a href="12ece01487"><code>12ece01</code></a> Bump setup-java actions to v2 (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/298">#298</a>)</li>
<li><a href="507709c474"><code>507709c</code></a> Add .gitattributes (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/295">https://github.com/facebook/flipper/issues/295</a>)</li>
<li><a href="b6406b32b9"><code>b6406b3</code></a> Disable publish action in forked repository. (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/294">https://github.com/facebook/flipper/issues/294</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.17.0...0.18.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.vanniktech:gradle-maven-publish-plugin&package-manager=gradle&previous-version=0.17.0&new-version=0.18.0)](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/2882

Reviewed By: mweststrate

Differential Revision: D31203909

Pulled By: passy

fbshipit-source-id: 0c8605d8fc37ec409df7a5e771ab71deec835e39
2021-09-27 05:51:02 -07:00
dependabot[bot]
90c3a3fa80 Bump dokka-gradle-plugin from 1.5.0 to 1.5.30 (#2883)
Summary:
Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.5.0 to 1.5.30.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Kotlin/dokka/releases">dokka-gradle-plugin's releases</a>.</em></p>
<blockquote>
<h2>1.5.30 Alpha</h2>
<p>Highlights of this release are:</p>
<ul>
<li>Support kotlin 1.5.30</li>
<li><code>literal</code> is also supported without code tag, thanks <a href="https://github.com/fsladkey"><code>@​fsladkey</code></a></li>
<li>improvements in<code>link</code> tag support. Now it supports line breaks!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="3dae816942"><code>3dae816</code></a> Update docs for buildscript with dokka plugins (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2134">https://github.com/facebook/flipper/issues/2134</a>)</li>
<li><a href="e5111250de"><code>e511125</code></a> Fix js error on pages without tabs (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2127">https://github.com/facebook/flipper/issues/2127</a>)</li>
<li><a href="bcc1441fec"><code>bcc1441</code></a> Bring back mergin of divergent entries (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2121">https://github.com/facebook/flipper/issues/2121</a>)</li>
<li><a href="372451fb3c"><code>372451f</code></a> Fix links of inherited properties, do not generate pages for them</li>
<li><a href="db62a9b963"><code>db62a9b</code></a> Bump kotlinx-cli-jvm from 0.3.2 to 0.3.3 (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2105">https://github.com/facebook/flipper/issues/2105</a>)</li>
<li><a href="486ce71260"><code>486ce71</code></a> Handle <code>link</code> tag</li>
<li><a href="ebcc1f99a4"><code>ebcc1f9</code></a> Escape text for GFM</li>
<li><a href="e8bfc22e49"><code>e8bfc22</code></a> Don't force <a href="https://github.com/literal"><code>@​literal</code></a> in javadoc to be surrounded by code tag (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2089">https://github.com/facebook/flipper/issues/2089</a>)</li>
<li><a href="63bf2b1ded"><code>63bf2b1</code></a> Fix signatures being bolded, increase spacing in divergent (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2101">https://github.com/facebook/flipper/issues/2101</a>)</li>
<li><a href="1addb0cdd3"><code>1addb0c</code></a> Cleanup and version bump to 1.5.30</li>
<li>Additional commits viewable in <a href="https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.dokka:dokka-gradle-plugin&package-manager=gradle&previous-version=1.5.0&new-version=1.5.30)](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/2883

Reviewed By: mweststrate

Differential Revision: D31203908

Pulled By: passy

fbshipit-source-id: b53c0dc018e90e6cca8e6567e1dd8d9b41830931
2021-09-27 05:47:31 -07:00
dependabot[bot]
0c365955d4 Bump protobuf-java from 3.17.3 to 3.18.0 (#2886)
Summary:
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.17.3 to 3.18.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p>
<blockquote>
<h2>Protocol Buffers v3.18.0</h2>
<h1>C++</h1>
<ul>
<li>Fix warnings raised by clang 11 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8664">#8664</a>)</li>
<li>Make StringPiece constructible from std::string_view (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8707">#8707</a>)</li>
<li>Add missing capability attributes for LLVM 12 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8714">#8714</a>)</li>
<li>Stop using std::iterator (deprecated in C++17). (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8741">#8741</a>)</li>
<li>Move field_access_listener from libprotobuf-lite to libprotobuf (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8775">#8775</a>)</li>
<li>Fix <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/7047">#7047</a> Safely handle setlocale (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8735">#8735</a>)</li>
<li>Remove deprecated version of SetTotalBytesLimit() (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8794">#8794</a>)</li>
<li>Support arena allocation of google::protobuf::AnyMetadata (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8758">#8758</a>)</li>
<li>Fix undefined symbol error around SharedCtor() (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8827">#8827</a>)</li>
<li>Fix default value of enum(int) in json_util with proto2 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8835">#8835</a>)</li>
<li>Better Smaller ByteSizeLong</li>
<li>Introduce event filters for inject_field_listener_events</li>
<li>Reduce memory usage of DescriptorPool</li>
<li>For lazy fields copy serialized form when allowed.</li>
<li>Re-introduce the InlinedStringField class</li>
<li>v2 access listener</li>
<li>Reduce padding in the proto's ExtensionRegistry map.</li>
<li>GetExtension performance optimizations</li>
<li>Make tracker a static variable rather than call static functions</li>
<li>Support extensions in field access listener</li>
<li>Annotate MergeFrom for field access listener</li>
<li>Fix incomplete types for field access listener</li>
<li>Add map_entry/new_map_entry to SpecificField in MessageDifferencer. They
record the map items which are different in MessageDifferencer's reporter.</li>
<li>Reduce binary size due to fieldless proto messages</li>
<li>TextFormat: ParseInfoTree supports getting field end location in addition to
start.</li>
<li>Fix repeated enum extension size in field listener</li>
<li>Enable Any Text Expansion for Descriptors::DebugString()</li>
<li>Switch from int{8,16,32,64} to int{8,16,32,64}_t</li>
</ul>
<h1>Java</h1>
<ul>
<li>Fix errorprone conflict (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8723">#8723</a>)</li>
<li>Removing deprecated TimeUtil class. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8749">#8749</a>)</li>
<li>Optimized FieldDescriptor.valueOf() to avoid array copying.</li>
<li>Removing deprecated TimeUtil class.</li>
<li>Add Durations.parseUnchecked(String) and Timestamps.parseUnchecked(String)</li>
<li>FieldMaskUtil: Add convenience method to mask the fields out of a given proto.</li>
</ul>
<h1>JavaScript</h1>
<ul>
<li>Optimize binary parsing of repeated float64</li>
<li>Fix for optimization when reading doubles from binary wire format</li>
<li>Replace toArray implementation with toJSON.</li>
</ul>
<h1>PHP</h1>
<ul>
<li>Migrate PHP &amp; Ruby to ABSL wyhash (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8854">#8854</a>)</li>
<li>Added support for PHP 8.1 (currently in RC1) to the C extension (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8964">#8964</a>)</li>
<li>Fixed PHP SEGV when constructing messages from a destructor. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8969">#8969</a>)</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="89b14b1d16"><code>89b14b1</code></a> Update change log (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8974">#8974</a>)</li>
<li><a href="12fb2b7450"><code>12fb2b7</code></a> Update protobuf version (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8973">#8973</a>)</li>
<li><a href="ac02d6cbaa"><code>ac02d6c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8970">#8970</a> from haberman/ruby-repeated-plus-arena</li>
<li><a href="39dc8ad11f"><code>39dc8ad</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8969">#8969</a> from haberman/php-destructor2</li>
<li><a href="26e0ee8eec"><code>26e0ee8</code></a> Fixed multirequest.sh script for when nohup.out does not exist.</li>
<li><a href="66a3e1a670"><code>66a3e1a</code></a> Added missing file to EXTRA_DIST.</li>
<li><a href="79ac88bbbb"><code>79ac88b</code></a> Fixed a memory bug with RepeatedField#+.</li>
<li><a href="759a539736"><code>759a539</code></a> Fixed PHP SEGV when constructing messages from a destructor.</li>
<li><a href="605ab956e0"><code>605ab95</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8964">#8964</a> from haberman/php-8.1</li>
<li><a href="44df0abc02"><code>44df0ab</code></a> Added support for PHP 8.1 (currently in RC1).</li>
<li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.17.3...v3.18.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=gradle&previous-version=3.17.3&new-version=3.18.0)](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/2886

Reviewed By: mweststrate

Differential Revision: D31203907

Pulled By: passy

fbshipit-source-id: 31a48863e5bbc82bbb11f76297e16594a44e1a8f
2021-09-27 05:43:26 -07:00
Pascal Hartig
da9511a5bf Fix CI build for Android (#2836)
Summary:
I've been really sweating about this one. It looks like Google now removed NDK 21 as it's too old. However, we've been struggling with the upgrade because OpenSSL was built against an old version of the NDK/glibc/LLVM/some other stuff.

I've now managed to create an OpenSSL distribution for 1.1.1k (we had 1.1.0h before) that seems to build with this after some small modifications.

This seems to do the trick, but I wouldn't be shocked if we found some more incompatibilities further down the line.

Pull Request resolved: https://github.com/facebook/flipper/pull/2836

Test Plan:
- Locally: `./gradlew :tutorial:installDebug`. Builds, starts up. Cool.
- Public GitHub CI: Happy.
- Circle CI: Only triggers post-land. We'll see. But the setup is simple, so hopefully it should work there, too.
- Internal CI: Waiting for signal.

Reviewed By: fabiomassimo

Differential Revision: D30839209

Pulled By: passy

fbshipit-source-id: efe599f28cc0edfdf2149f905c3483555239edc0
2021-09-09 08:46:59 -07:00
dependabot[bot]
05b641b204 Bump mockito-core from 3.12.1 to 3.12.4 (#2761)
Summary:
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.1 to 3.12.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">mockito-core's releases</a>.</em></p>
<blockquote>
<h2>v3.12.4</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.12.4</h4>
<ul>
<li>2021-08-25 - <a href="https://github.com/mockito/mockito/compare/v3.12.3...v3.12.4">1 commit(s)</a> by Rafael Winterhalter</li>
<li>No notable improvements. No pull requests (issues) were referenced from commits.</li>
</ul>
<h2>v3.12.3</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.12.3</h4>
<ul>
<li>2021-08-24 - <a href="https://github.com/mockito/mockito/compare/v3.12.2...v3.12.3">9 commit(s)</a> by Rafael Winterhalter</li>
<li>Fix implementation of proxy mock maker for toString and add additional unit tests. [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2405">https://github.com/facebook/flipper/issues/2405</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2405">mockito/mockito#2405</a>)</li>
<li>Avoid cache breakage [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2402">https://github.com/facebook/flipper/issues/2402</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2402">mockito/mockito#2402</a>)</li>
<li>Add a limited mock maker that is based only on the java.lang.reflect.Proxy utility [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2397">https://github.com/facebook/flipper/issues/2397</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2397">mockito/mockito#2397</a>)</li>
</ul>
<h2>v3.12.2</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.12.2</h4>
<ul>
<li>2021-08-24 - <a href="https://github.com/mockito/mockito/compare/v3.12.1...v3.12.2">2 commit(s)</a> by Dmitry Vyazelenko, dependabot[bot]</li>
<li>Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2399">https://github.com/facebook/flipper/issues/2399</a> : Adds defaultAnswer to the MockitoMockKey to distinguish the mock types, i.e. to separate mocks from spies otherwise spy type is reused for a mock or vice versa. [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2400">https://github.com/facebook/flipper/issues/2400</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2400">mockito/mockito#2400</a>)</li>
<li>Sporadic mock verification failures related to hashCode/equals on 3.12.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2399">https://github.com/facebook/flipper/issues/2399</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2399">mockito/mockito#2399</a>)</li>
<li>Bump versions.errorprone from 2.8.1 to 2.9.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2396">https://github.com/facebook/flipper/issues/2396</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2396">mockito/mockito#2396</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="963a872021"><code>963a872</code></a> Properly resolve ProxyMockMaker by alias and handle null value as argument fo...</li>
<li><a href="2576950249"><code>2576950</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2405">https://github.com/facebook/flipper/issues/2405</a> from mockito/fix-proxy-mock-maker</li>
<li><a href="cb5e3a607f"><code>cb5e3a6</code></a> Fix implementation of proxy mock maker for toString and add additional unit t...</li>
<li><a href="03ae33aaea"><code>03ae33a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2397">https://github.com/facebook/flipper/issues/2397</a> from mockito/proxy-mock-maker</li>
<li><a href="0863afbc98"><code>0863afb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2402">https://github.com/facebook/flipper/issues/2402</a> from mockito/avoid-cache-breakage</li>
<li><a href="3ed0655d99"><code>3ed0655</code></a> Remove deprecation warning</li>
<li><a href="e1f98555ec"><code>e1f9855</code></a> Fixes or removes tests that build on unfulfilled assumptions.</li>
<li><a href="c740965940"><code>c740965</code></a> Allow for building without Android SDK. Remove warnings.</li>
<li><a href="1a8946f19c"><code>1a8946f</code></a> Remove special handling for hashCode/equals as it breaks Mockito's internal m...</li>
<li><a href="4f81d4f1de"><code>4f81d4f</code></a> Fix cache key computation for generated mock/spy classes (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2400">https://github.com/facebook/flipper/issues/2400</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mockito/mockito/compare/v3.12.1...v3.12.4">compare view</a></li>
</ul>
</details>
<br />

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

Reviewed By: mweststrate

Differential Revision: D30695488

Pulled By: passy

fbshipit-source-id: fb2c2748761930ed001c2dc2cb4a6f9446ccf150
2021-09-02 03:30:25 -07:00
dependabot[bot]
a262f1f6d0 Bump mockito-core from 3.11.2 to 3.12.1 (#2720)
Summary:
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.2 to 3.12.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">mockito-core's releases</a>.</em></p>
<blockquote>
<h2>v3.12.1</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.12.1</h4>
<ul>
<li>2021-08-20 - <a href="https://github.com/mockito/mockito/compare/v3.12.0...v3.12.1">2 commit(s)</a> by Tim van der Lippe, dependabot[bot]</li>
<li>Fix verifyNoMoreInteractions inOrder invocations for spies [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2395">https://github.com/facebook/flipper/issues/2395</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2395">mockito/mockito#2395</a>)</li>
<li>Regression with InOrder verification after <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2369">https://github.com/facebook/flipper/issues/2369</a> [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2394">https://github.com/facebook/flipper/issues/2394</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2394">mockito/mockito#2394</a>)</li>
<li>Bump versions.bytebuddy from 1.11.12 to 1.11.13 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2393">https://github.com/facebook/flipper/issues/2393</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2393">mockito/mockito#2393</a>)</li>
</ul>
<h2>v3.12.0</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.12.0</h4>
<ul>
<li>2021-08-19 - <a href="https://github.com/mockito/mockito/compare/v3.11.2...v3.12.0">31 commit(s)</a> by EugeneLesnov, Lars Vogel, Logan Rosen, Rafael Winterhalter, Rob Pridham, Tim van der Lippe, dependabot[bot], saurabh7248</li>
<li>Add checks for sealed types [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2392">https://github.com/facebook/flipper/issues/2392</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2392">mockito/mockito#2392</a>)</li>
<li>Bump versions.bytebuddy from 1.11.10 to 1.11.12 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2388">https://github.com/facebook/flipper/issues/2388</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2388">mockito/mockito#2388</a>)</li>
<li>Bump versions.bytebuddy from 1.11.9 to 1.11.10 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2387">https://github.com/facebook/flipper/issues/2387</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2387">mockito/mockito#2387</a>)</li>
<li>Bump versions.errorprone from 2.8.0 to 2.8.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2386">https://github.com/facebook/flipper/issues/2386</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2386">mockito/mockito#2386</a>)</li>
<li>Update StaticMockTest to use unified verify method [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2385">https://github.com/facebook/flipper/issues/2385</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2385">mockito/mockito#2385</a>)</li>
<li>Reorder InjectMock Javadoc to fit the order of injection [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2383">https://github.com/facebook/flipper/issues/2383</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2383">mockito/mockito#2383</a>)</li>
<li>Bump core-ktx from 1.5.0 to 1.6.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2382">https://github.com/facebook/flipper/issues/2382</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2382">mockito/mockito#2382</a>)</li>
<li>Bump google-java-format from 1.10.0 to 1.11.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2381">https://github.com/facebook/flipper/issues/2381</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2381">mockito/mockito#2381</a>)</li>
<li>Downgrade Android gradle plugin [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2380">https://github.com/facebook/flipper/issues/2380</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2380">mockito/mockito#2380</a>)</li>
<li>Applied <a href="https://github.com/CheckReturnValue"><code>@​CheckReturnValue</code></a> to some classes [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2379">https://github.com/facebook/flipper/issues/2379</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2379">mockito/mockito#2379</a>)</li>
<li>how to solve gradle sync failed after 'Add basic Android instrumented and unit tests' [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2378">https://github.com/facebook/flipper/issues/2378</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2378">mockito/mockito#2378</a>)</li>
<li>Bump junit from 1.1.2 to 1.1.3 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2377">https://github.com/facebook/flipper/issues/2377</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2377">mockito/mockito#2377</a>)</li>
<li>Bump appcompat from 1.3.0 to 1.3.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2376">https://github.com/facebook/flipper/issues/2376</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2376">mockito/mockito#2376</a>)</li>
<li>Bump kotlin-gradle-plugin from 1.5.20 to 1.5.21 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2374">https://github.com/facebook/flipper/issues/2374</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2374">mockito/mockito#2374</a>)</li>
<li>Bump material from 1.3.0 to 1.4.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2373">https://github.com/facebook/flipper/issues/2373</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2373">mockito/mockito#2373</a>)</li>
<li>Bump espresso-core from 3.3.0 to 3.4.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2372">https://github.com/facebook/flipper/issues/2372</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2372">mockito/mockito#2372</a>)</li>
<li>Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2331">https://github.com/facebook/flipper/issues/2331</a> [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2369">https://github.com/facebook/flipper/issues/2369</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2369">mockito/mockito#2369</a>)</li>
<li>Fix typo in exception [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2368">https://github.com/facebook/flipper/issues/2368</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2368">mockito/mockito#2368</a>)</li>
<li>Bump versions.bytebuddy from 1.11.8 to 1.11.9 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2367">https://github.com/facebook/flipper/issues/2367</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2367">mockito/mockito#2367</a>)</li>
<li>Bump versions.errorprone from 2.7.1 to 2.8.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2365">https://github.com/facebook/flipper/issues/2365</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2365">mockito/mockito#2365</a>)</li>
<li>Bump versions.bytebuddy from 1.11.7 to 1.11.8 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2361">https://github.com/facebook/flipper/issues/2361</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2361">mockito/mockito#2361</a>)</li>
<li>Basic Android instrumented and unit tests (closes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2341">https://github.com/facebook/flipper/issues/2341</a>) [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2360">https://github.com/facebook/flipper/issues/2360</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2360">mockito/mockito#2360</a>)</li>
<li>Bump versions.bytebuddy from 1.11.6 to 1.11.7 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2359">https://github.com/facebook/flipper/issues/2359</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2359">mockito/mockito#2359</a>)</li>
<li>Bump kotlin-stdlib from 1.5.20 to 1.5.21 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2356">https://github.com/facebook/flipper/issues/2356</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2356">mockito/mockito#2356</a>)</li>
<li>Bump kotlinx-coroutines-core from 1.5.1 to 1.5.1-native-mt [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2354">https://github.com/facebook/flipper/issues/2354</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2354">mockito/mockito#2354</a>)</li>
<li>Bump kotlinx-coroutines-core from 1.5.0-native-mt to 1.5.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2353">https://github.com/facebook/flipper/issues/2353</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2353">mockito/mockito#2353</a>)</li>
<li>Bump versions.bytebuddy from 1.11.5 to 1.11.6 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2351">https://github.com/facebook/flipper/issues/2351</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2351">mockito/mockito#2351</a>)</li>
<li>Bump gradle-errorprone-plugin from 2.0.1 to 2.0.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2347">https://github.com/facebook/flipper/issues/2347</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2347">mockito/mockito#2347</a>)</li>
<li>Bump kotlin-stdlib from 1.5.10 to 1.5.20 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2343">https://github.com/facebook/flipper/issues/2343</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2343">mockito/mockito#2343</a>)</li>
<li>Bump versions.bytebuddy from 1.11.3 to 1.11.5 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2337">https://github.com/facebook/flipper/issues/2337</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2337">mockito/mockito#2337</a>)</li>
<li>Bump assertj-core from 3.20.1 to 3.20.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2336">https://github.com/facebook/flipper/issues/2336</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2336">mockito/mockito#2336</a>)</li>
<li>Spy doesn't forward hashcode/equals to actual object [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2331">https://github.com/facebook/flipper/issues/2331</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2331">mockito/mockito#2331</a>)</li>
<li>Fixes mockito#2311 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2320">https://github.com/facebook/flipper/issues/2320</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2320">mockito/mockito#2320</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="da6e8f73d8"><code>da6e8f7</code></a> Fix verifyNoMoreInteractions inOrder invocations for spies (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2395">https://github.com/facebook/flipper/issues/2395</a>)</li>
<li><a href="a53c3d451e"><code>a53c3d4</code></a> Bump versions.bytebuddy from 1.11.12 to 1.11.13 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2393">https://github.com/facebook/flipper/issues/2393</a>)</li>
<li><a href="96883a1fa3"><code>96883a1</code></a> Add checks for sealed types (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2392">https://github.com/facebook/flipper/issues/2392</a>)</li>
<li><a href="28020c071b"><code>28020c0</code></a> Bump versions.bytebuddy from 1.11.10 to 1.11.12 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2388">https://github.com/facebook/flipper/issues/2388</a>)</li>
<li><a href="0ceb46e8f5"><code>0ceb46e</code></a> Bump versions.bytebuddy from 1.11.9 to 1.11.10 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2387">https://github.com/facebook/flipper/issues/2387</a>)</li>
<li><a href="f62b196ba1"><code>f62b196</code></a> Update StaticMockTest to use unified verify method (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2385">https://github.com/facebook/flipper/issues/2385</a>)</li>
<li><a href="fc7f7e2cad"><code>fc7f7e2</code></a> Bump versions.errorprone from 2.8.0 to 2.8.1 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2386">https://github.com/facebook/flipper/issues/2386</a>)</li>
<li><a href="1a8750f816"><code>1a8750f</code></a> Reorder InjectMock Javadoc to fit the order of injection (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2383">https://github.com/facebook/flipper/issues/2383</a>)</li>
<li><a href="f32973d4e7"><code>f32973d</code></a> Move <a href="https://github.com/CheckReturnValue"><code>@​CheckReturnValue</code></a> from methods to class scope (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2379">https://github.com/facebook/flipper/issues/2379</a>)</li>
<li><a href="5891de126d"><code>5891de1</code></a> Bump espresso-core from 3.3.0 to 3.4.0 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2372">https://github.com/facebook/flipper/issues/2372</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mockito/mockito/compare/v3.11.2...v3.12.1">compare view</a></li>
</ul>
</details>
<br />

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

Reviewed By: mweststrate

Differential Revision: D30626581

Pulled By: passy

fbshipit-source-id: c420986e0a890ce28ea4168d5fb5e604e312d2b5
2021-08-31 10:28:13 -07:00
dependabot[bot]
9e0a5484e7 Bump constraintlayout from 2.0.4 to 2.1.0 (#2656)
Summary:
Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.0.4 to 2.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/androidx/constraintlayout/releases">constraintlayout's releases</a>.</em></p>
<blockquote>
<h2>2.1.0</h2>
<p>No release notes provided.</p>
<h2>2.1.0-rc01</h2>
<p>No release notes provided.</p>
<h2>2.1.0-beta02</h2>
<p>MotionLayout</p>
<p>A few new features:</p>
<ul>
<li>OnSwipe enhancement including spring (stiffness, damping, mass etc) &amp; never complete</li>
<li>jumpToState function</li>
<li>ViewTransition downUp mode where on touch Down it plays to 100 and on up reverses to 0</li>
</ul>
<p>Various fixes, notably:</p>
<p>Fix problem in MotionLayout with vertical scroll (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/173">https://github.com/facebook/flipper/issues/173</a>)
Perf improvements on nested MotionLayout (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/189">https://github.com/facebook/flipper/issues/189</a>)
Fast transition with NestedScrollView in MotionLayout (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/189">https://github.com/facebook/flipper/issues/189</a>)
ConstraintSet gone in MotionLayout (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/189">https://github.com/facebook/flipper/issues/189</a>)
Support downUp ViewTransitions in MotionLayout (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/190">https://github.com/facebook/flipper/issues/190</a>)
Fix in ImageFilter when reusing drawables (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/192">https://github.com/facebook/flipper/issues/192</a>)
Add spring support in MotionLayout (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/199">https://github.com/facebook/flipper/issues/199</a>)
Performance improvement to CircularFlow (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/200">https://github.com/facebook/flipper/issues/200</a>)
Fixes in derived constraints / constraint override (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/212">https://github.com/facebook/flipper/issues/212</a>)</p>
<h2>2.1.0-beta01</h2>
<h1>ConstraintLayout</h1>
<ul>
<li>android:layout_width and android:layout_height are back being non-optional due to compatibility issues.</li>
</ul>
<h1>Helpers</h1>
<ul>
<li>added a way to animate or jump directly to a given item of a Carousel</li>
<li>new CircularFlow helper</li>
</ul>
<h1>MotionLayout</h1>
<ul>
<li>Programmatic support for inserting and removing onSwipe and onClick on Transitions</li>
<li>Experimental Support for Transitions through screen rotation</li>
<li>support duration argument to transitions</li>
<li>Better support for customAttributes that are boolean or References</li>
</ul>
<h2>2.1.0 alpha 2</h2>
<p>Many new features added in alpha 2, see the wiki</p>
<h2>2.1.0 alpha 1</h2>
<p>New features in MotionLayout (view transition etc) and new Carousel helper</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="343db8d806"><code>343db8d</code></a> bump constraintlayout-compose to 1.0 beta 2</li>
<li><a href="d10b5b3167"><code>d10b5b3</code></a> bump version number of compose to 1.0 \o/</li>
<li><a href="a60d9868c2"><code>a60d986</code></a> Update README.md</li>
<li><a href="115f9f6802"><code>115f9f6</code></a> Merge branch 'main' of <a href="https://github.com/androidx/constraintlayout">https://github.com/androidx/constraintlayout</a> into main</li>
<li><a href="a9af02fb2b"><code>a9af02f</code></a> bump to 2.1.0</li>
<li><a href="ad6cd328d4"><code>ad6cd32</code></a> Move basic transitions on single constraintset to ConstraintLayout instead of...</li>
<li><a href="d7e308ff75"><code>d7e308f</code></a> Add a MotionLayout that animates between changing constraint sets (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/359">https://github.com/facebook/flipper/issues/359</a>)</li>
<li><a href="4880da5605"><code>4880da5</code></a> Fix in json parser (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/358">https://github.com/facebook/flipper/issues/358</a>)</li>
<li><a href="85991a3c51"><code>85991a3</code></a> viewTransition Example (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/357">https://github.com/facebook/flipper/issues/357</a>)</li>
<li><a href="9fb9da89a6"><code>9fb9da8</code></a> Fix build of tools library (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/355">https://github.com/facebook/flipper/issues/355</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/androidx/constraintlayout/compare/2.0.4...2.1.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.constraintlayout:constraintlayout&package-manager=gradle&previous-version=2.0.4&new-version=2.1.0)](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/2656

Reviewed By: mweststrate

Differential Revision: D30162301

Pulled By: passy

fbshipit-source-id: 5ca76c7e205f564973b55d1a1f2b1b27a4b4c3e1
2021-08-09 03:04:49 -07:00
dependabot[bot]
410445a1ed Bump runner from 1.3.0 to 1.4.0 (#2563)
Summary:
Bumps runner from 1.3.0 to 1.4.0.

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.test:runner&package-manager=gradle&previous-version=1.3.0&new-version=1.4.0)](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/2563

Reviewed By: muraziz

Differential Revision: D29992992

Pulled By: passy

fbshipit-source-id: 4e72fc3a21fead198b1842269116d0e1e8348359
2021-08-06 10:25:45 -07:00
dependabot[bot]
c850113193 Bump rules from 1.3.0 to 1.4.0 (#2557)
Summary:
Bumps rules from 1.3.0 to 1.4.0.

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.test:rules&package-manager=gradle&previous-version=1.3.0&new-version=1.4.0)](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/2557

Reviewed By: timur-valiev

Differential Revision: D29993015

Pulled By: passy

fbshipit-source-id: 6ce0278eee8211244593330b8f6dfc8b4e021845
2021-07-30 05:58:16 -07:00
dependabot[bot]
86dcef5820 Bump espresso-intents from 3.3.0 to 3.4.0 (#2560)
Summary:
Bumps espresso-intents from 3.3.0 to 3.4.0.

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.test.espresso:espresso-intents&package-manager=gradle&previous-version=3.3.0&new-version=3.4.0)](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/2560

Reviewed By: timur-valiev

Differential Revision: D29993011

Pulled By: passy

fbshipit-source-id: d70c4bb80672e1682972ae025d91b1af06b57bdd
2021-07-30 05:58:16 -07:00
dependabot[bot]
fcaeebefb6 Bump espresso-core from 3.3.0 to 3.4.0 (#2556)
Summary:
Bumps espresso-core from 3.3.0 to 3.4.0.

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.test.espresso:espresso-core&package-manager=gradle&previous-version=3.3.0&new-version=3.4.0)](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/2556

Reviewed By: timur-valiev

Differential Revision: D29993017

Pulled By: passy

fbshipit-source-id: 62b05da8b40247eb00c6b03ac41945a6edfb0fba
2021-07-30 03:47:36 -07:00
dependabot[bot]
1753802664 Bump core from 1.3.0 to 1.4.0 (#2558)
Summary:
Bumps core from 1.3.0 to 1.4.0.

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.test:core&package-manager=gradle&previous-version=1.3.0&new-version=1.4.0)](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/2558

Reviewed By: timur-valiev

Differential Revision: D29993014

Pulled By: passy

fbshipit-source-id: 1725a4f44d44e81ed22700990646d5202f030a75
2021-07-30 03:21:34 -07:00
dependabot[bot]
079ac47939 Bump de.undercouch.download from 4.1.1 to 4.1.2 (#2559)
Summary:
Bumps de.undercouch.download from 4.1.1 to 4.1.2.

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=de.undercouch.download&package-manager=gradle&previous-version=4.1.1&new-version=4.1.2)](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/2559

Reviewed By: timur-valiev

Differential Revision: D29993013

Pulled By: passy

fbshipit-source-id: e57e9e2730252840ae74215407bf0c4c06143807
2021-07-30 03:18:55 -07:00
Pascal Hartig
4f3ee3ea57 Bump gradle-maven-publish-plugin from 0.16.0 to 0.17.0
Summary:
From the changelog:

> Removed the deprecated uploadArchives and installArchives tasks. Use publish and publishToMavenLocal instead.

Made the necessary changes to docs and scripts.

Reviewed By: nikoant

Differential Revision: D29752895

fbshipit-source-id: 6e96c7ea9b26be2acb40b9089cb361837ab10a1b
2021-07-29 09:35:04 -07:00
Omar Busto Santos
98f56a30ed Removed bolts-applinks dependency not in use (#2580)
Summary:
As explained in this [Issue](https://github.com/facebook/flipper/issues/1919) when running checks to see if Jetifier is needed to compile any given app using Flipper, it complain due to the dependency on `com.parse.bolts:bolts-applinks:1.4.0`.

```
Scanning com.parse.bolts:bolts-applinks:1.4.0
 Absoulute path: /....../bolts-applinks-1.4.0.jar
 Graphs to this dependency:
 +---com.facebook.flipper:flipper:0.74.0
     +---com.parse.bolts:bolts-applinks:1.4.0

> Task :canISayByeByeJetifier FAILED
```

Bolts has already fixed the AndroidX migration in version `1.5.0` but it has never been published ([Issue](https://github.com/BoltsFramework/Bolts-Android/issues/157))

After checking the code i realized flipper is only using `bolts-tasks` in `FrescoFlipperPlugin` ([code](7bd4f80c25/android/plugins/fresco/src/main/java/com/facebook/flipper/plugins/fresco/FrescoFlipperPlugin.java (L14))).

`bolts-applinks` depends on `bolts-tasks` but **not the other way around**, so we can safely remove this dependency.

## Changelog

- Removed dependency on bolts-applinks not in use

Pull Request resolved: https://github.com/facebook/flipper/pull/2580

Test Plan:
### Tests
- [ ] Run unit tests `./gradlew :android:test` and make sure they pass

### Smoke test `fresco-plugin`
- [ ] Make sure `android/sample` compiles and runs
- In the Flipper desktop app enable `Images` plugin
- In the Android sample app tap on `Load Fresco Image`
- [ ] Verify in desktop app that the image shows correctly and the plugin works

Reviewed By: muraziz

Differential Revision: D29849669

Pulled By: jknoxville

fbshipit-source-id: 0cec730de3b94272985fec4a432ca244822f336f
2021-07-23 05:26:58 -07:00
dependabot[bot]
fe96c9b6d2 Bump dokka-gradle-plugin from 1.4.32 to 1.5.0 (#2587)
Summary:
Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.4.32 to 1.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Kotlin/dokka/releases">dokka-gradle-plugin's releases</a>.</em></p>
<blockquote>
<h2>1.5.0 Alpha</h2>
<p>Kotlin compiler upgraded to 1.5.0</p>
<p>Fixes:</p>
<p>Make module name optional in CLI (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1850">https://github.com/facebook/flipper/issues/1850</a>)
Fix line separator issues (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1887">https://github.com/facebook/flipper/issues/1887</a>)
Fix preserving spaces in Javadoc comments (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1923">https://github.com/facebook/flipper/issues/1923</a>)
GFM renderer: sanitize line ends (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1936">https://github.com/facebook/flipper/issues/1936</a>)
Fix rendering html in briefs (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1931">https://github.com/facebook/flipper/issues/1931</a>)
Fix code blocks on Extension Points page (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1948">https://github.com/facebook/flipper/issues/1948</a>)
Remove extra dash (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1968">https://github.com/facebook/flipper/issues/1968</a>)
Don't use older dir from previous runs in versioning (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1963">https://github.com/facebook/flipper/issues/1963</a>)
Change jekyll links to be .html (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1990">https://github.com/facebook/flipper/issues/1990</a>)
Fix Gradle plugin application (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2000">https://github.com/facebook/flipper/issues/2000</a>)</p>
<p>Added features:</p>
<p>Add a supertype for leaf dokka tasks that defines dokkaSourceSets (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1891">https://github.com/facebook/flipper/issues/1891</a>)
Add ability to specify older versions as a list of files (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1890">https://github.com/facebook/flipper/issues/1890</a>)
Cachable Gradle task (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1905">https://github.com/facebook/flipper/issues/1905</a>)
Multilanguage docs inheritance (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1951">https://github.com/facebook/flipper/issues/1951</a>)
Logging levels in CLI (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1976">https://github.com/facebook/flipper/issues/1976</a>)
Flatten multi-module structure (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1980">https://github.com/facebook/flipper/issues/1980</a>)</p>
<p>Special thanks to external contributors: <a href="https://github.com/rnett"><code>@​rnett</code></a>, <a href="https://github.com/msink"><code>@​msink</code></a>, <a href="https://github.com/zsmb13"><code>@​zsmb13</code></a>, <a href="https://github.com/rachelcarmena"><code>@​rachelcarmena</code></a> and <a href="https://github.com/hfhbd"><code>@​hfhbd</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="54b215b486"><code>54b215b</code></a> Fix Gradle plugin marker publication</li>
<li><a href="468b49f0ab"><code>468b49f</code></a> Fix Gradle plugin application (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2000">https://github.com/facebook/flipper/issues/2000</a>)</li>
<li><a href="acdda6c864"><code>acdda6c</code></a> Change jekyll links to be .html (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1990">https://github.com/facebook/flipper/issues/1990</a>)</li>
<li><a href="0bf1d0f549"><code>0bf1d0f</code></a> Flatten multi-module structure (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1980">https://github.com/facebook/flipper/issues/1980</a>)</li>
<li><a href="a1d44ab80d"><code>a1d44ab</code></a> Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4 (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1984">https://github.com/facebook/flipper/issues/1984</a>)</li>
<li><a href="46b33710df"><code>46b3371</code></a> Cleanup paragraphs and tables in GFM renderer (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1946">https://github.com/facebook/flipper/issues/1946</a>)</li>
<li><a href="c2182b766a"><code>c2182b7</code></a> Add maven central publication (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1688">https://github.com/facebook/flipper/issues/1688</a>)</li>
<li><a href="522775119b"><code>5227751</code></a> Bump cirrus-actions/rebase from 1.3.1 to 1.5 (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1920">https://github.com/facebook/flipper/issues/1920</a>)</li>
<li><a href="d11aaeba10"><code>d11aaeb</code></a> Bump gradle/wrapper-validation-action from 1 to 1.0.3 (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1917">https://github.com/facebook/flipper/issues/1917</a>)</li>
<li><a href="9e15f07aef"><code>9e15f07</code></a> Logging in CLI (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1976">https://github.com/facebook/flipper/issues/1976</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/Kotlin/dokka/compare/v1.4.32...v1.5.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.dokka:dokka-gradle-plugin&package-manager=gradle&previous-version=1.4.32&new-version=1.5.0)](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/2587

Reviewed By: mweststrate

Differential Revision: D29791152

Pulled By: priteshrnandgaonkar

fbshipit-source-id: 4f1d145a737248a9abc5ea0392bf6681d0b6e981
2021-07-21 09:19:48 -07:00
Pascal Hartig
d676f8f0a6 Bump AndroidX/Kotlin setup
Summary:
Just a few tweaks to bring AndroidX up-to-date. Required
some fixes to the Kotlin Tutorial as it was throwing
errors about JRE incompatibilities.

Reviewed By: fabiomassimo

Differential Revision: D29761484

fbshipit-source-id: 10cb76115fe7542a60b6e5d14be9c0434e85171c
2021-07-19 03:54:06 -07:00
dependabot[bot]
e5709b21e1 Bump mockito-core from 3.11.1 to 3.11.2 (#2521)
Summary:
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.1 to 3.11.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">mockito-core's releases</a>.</em></p>
<blockquote>
<h2>v3.11.2</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.11.2</h4>
<ul>
<li>2021-06-21 - <a href="https://github.com/mockito/mockito/compare/v3.11.1...v3.11.2">5 commit(s)</a> by dependabot[bot]</li>
<li>Bump versions.bytebuddy from 1.11.2 to 1.11.3 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2333">https://github.com/facebook/flipper/issues/2333</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2333">mockito/mockito#2333</a>)</li>
<li>Bump assertj-core from 3.20.0 to 3.20.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2332">https://github.com/facebook/flipper/issues/2332</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2332">mockito/mockito#2332</a>)</li>
<li>Bump org.eclipse.osgi from 3.16.200 to 3.16.300 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2330">https://github.com/facebook/flipper/issues/2330</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2330">mockito/mockito#2330</a>)</li>
<li>Bump assertj-core from 3.19.0 to 3.20.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2329">https://github.com/facebook/flipper/issues/2329</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2329">mockito/mockito#2329</a>)</li>
<li>Bump shipkit-auto-version from 1.1.17 to 1.1.19 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2328">https://github.com/facebook/flipper/issues/2328</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2328">mockito/mockito#2328</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="2be3fcfa30"><code>2be3fcf</code></a> Bump versions.bytebuddy from 1.11.2 to 1.11.3 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2333">https://github.com/facebook/flipper/issues/2333</a>)</li>
<li><a href="566cfa5e95"><code>566cfa5</code></a> Bump assertj-core from 3.20.0 to 3.20.1 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2332">https://github.com/facebook/flipper/issues/2332</a>)</li>
<li><a href="a8164eacb8"><code>a8164ea</code></a> Bump shipkit-auto-version from 1.1.17 to 1.1.19 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2328">https://github.com/facebook/flipper/issues/2328</a>)</li>
<li><a href="163629c5cb"><code>163629c</code></a> Bump assertj-core from 3.19.0 to 3.20.0 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2329">https://github.com/facebook/flipper/issues/2329</a>)</li>
<li><a href="441e5569dc"><code>441e556</code></a> Bump org.eclipse.osgi from 3.16.200 to 3.16.300 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2330">https://github.com/facebook/flipper/issues/2330</a>)</li>
<li>See full diff in <a href="https://github.com/mockito/mockito/compare/v3.11.1...v3.11.2">compare view</a></li>
</ul>
</details>
<br />

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

Reviewed By: priteshrnandgaonkar

Differential Revision: D29489751

Pulled By: passy

fbshipit-source-id: c05f1bc649b2bd380e7cc759ed95608048cf3fb3
2021-06-30 09:47:34 -07:00
dependabot[bot]
345620a7c0 Bump gradle-maven-publish-plugin from 0.15.1 to 0.16.0 (#2485)
Summary:
Bumps [gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.15.1 to 0.16.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/releases">gradle-maven-publish-plugin's releases</a>.</em></p>
<blockquote>
<h2>0.16.0</h2>
<p><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md#version-0160-2021-06-20">Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md">gradle-maven-publish-plugin's changelog</a>.</em></p>
<blockquote>
<h2>Version 0.16.0 <em>(2021-06-20)</em></h2>
<ul>
<li>Add <code>pomFromGradleProperties</code> API to base plugin. This configures the pom in the same way the regular plugin does.</li>
<li>Add the ability to remove the default <code>mavenCentral</code> repository, by setting <code>sonatypeHost</code> to <code>null</code></li>
<li>Support <code>POM_LICENSE_NAME</code>, <code>POM_LICENSE_URL</code> and <code>POM_LICENSE_DIST</code> properties in addition to <code>LICENCE</code> based properties.</li>
<li>Fixes an issue in the base plugin that caused an error during configuration of Android projects.</li>
<li>Fixes an issue with javadoc tasks when using Java toolchains.</li>
<li>The deprecated <code>nexusOptions</code> method was removed. <code>closeAndReleaseRepository</code> is automatically configured.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="03c04dfee4"><code>03c04df</code></a> Prepare for release 0.16.0.</li>
<li><a href="b7bb81170e"><code>b7bb811</code></a> use 0.16.0-rc1</li>
<li><a href="039889e952"><code>039889e</code></a> Prepare for release 0.16.0-rc1.</li>
<li><a href="dc37f7e9c1"><code>dc37f7e</code></a> update README and CHANGELOG for 0.16.0 (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/273">https://github.com/facebook/flipper/issues/273</a>)</li>
<li><a href="4b8e7815bf"><code>4b8e781</code></a> get current java version from toolchain if possible (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/271">https://github.com/facebook/flipper/issues/271</a>)</li>
<li><a href="9dfa4e013a"><code>9dfa4e0</code></a> add support for LICENSE properties in addition to LICENCE (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/272">https://github.com/facebook/flipper/issues/272</a>)</li>
<li><a href="850e75f08a"><code>850e75f</code></a> fix Android projects in base plugin not working (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/270">https://github.com/facebook/flipper/issues/270</a>)</li>
<li><a href="fc8c5c2982"><code>fc8c5c2</code></a> Fix key password property name in documentation and publication action (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/266">https://github.com/facebook/flipper/issues/266</a>)</li>
<li><a href="4b3df71b85"><code>4b3df71</code></a> Cleanup (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/251">https://github.com/facebook/flipper/issues/251</a>)</li>
<li><a href="094ae11b40"><code>094ae11</code></a> add pomFromGradleProperties API to base plugin (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/250">https://github.com/facebook/flipper/issues/250</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.15.1...0.16.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.vanniktech:gradle-maven-publish-plugin&package-manager=gradle&previous-version=0.15.1&new-version=0.16.0)](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/2485

Reviewed By: nikoant

Differential Revision: D29263797

Pulled By: mweststrate

fbshipit-source-id: 9ef7f983435aed8d26c3bab3fafa0a4945aae1fb
2021-06-22 03:02:28 -07:00
dependabot[bot]
6754ccb8dc Bump protobuf-java from 3.17.2 to 3.17.3 (#2455)
Summary:
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.17.2 to 3.17.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p>
<blockquote>
<h2>Protocol Buffers v3.17.3</h2>
<p><strong>C++</strong></p>
<ul>
<li>Introduce FieldAccessListener.</li>
<li>Stop emitting boilerplate {Copy/Merge}From in each ProtoBuf class</li>
<li>Fixed some uninitialized variable warnings in generated_message_reflection.cc.</li>
</ul>
<p><strong>Kotlin</strong></p>
<ul>
<li>Fix duplicate proto files error (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8699">#8699</a>)</li>
</ul>
<p><strong>Java</strong></p>
<ul>
<li>Fixed parser to check that we are at a proper limit when a sub-message has
finished parsing.</li>
</ul>
<p><strong>General</strong></p>
<ul>
<li>Support M1 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8557">#8557</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="909a0f36a1"><code>909a0f3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8701">#8701</a> from protocolbuffers/updateChangelogs</li>
<li><a href="ec645c03f4"><code>ec645c0</code></a> Updating changelog</li>
<li><a href="e15d56af27"><code>e15d56a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8700">#8700</a> from deannagarcia/3.17.x-202106042117</li>
<li><a href="367851d124"><code>367851d</code></a> Update protobuf version</li>
<li><a href="704118b2a4"><code>704118b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8699">#8699</a> from deannagarcia/morePomFixes</li>
<li><a href="0717715ae9"><code>0717715</code></a> Removing more from the pom</li>
<li><a href="5330d0d5da"><code>5330d0d</code></a> Updating pom files</li>
<li><a href="f5a0e3988b"><code>f5a0e39</code></a> Merge branch 'master' into 3.17.x</li>
<li><a href="8d8ba6acc3"><code>8d8ba6a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8637">#8637</a> from dschopf/fix-qnx-7.0-support</li>
<li><a href="c05e7ad0a8"><code>c05e7ad</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8690">#8690</a> from maxgolov/maxgolov/vs2019_16.10_constinit_broken</li>
<li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.17.2...v3.17.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=gradle&previous-version=3.17.2&new-version=3.17.3)](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/2455

Reviewed By: priteshrnandgaonkar

Differential Revision: D29129442

Pulled By: passy

fbshipit-source-id: 08cad2359a5453a769a53088f41890f89a0313ba
2021-06-15 05:54:29 -07:00
dependabot[bot]
706e24a8e9 Bump mockito-core from 3.11.0 to 3.11.1 (#2454)
Summary:
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.0 to 3.11.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">mockito-core's releases</a>.</em></p>
<blockquote>
<h2>v3.11.1</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.11.1</h4>
<ul>
<li>2021-06-11 - <a href="https://github.com/mockito/mockito/compare/v3.11.0...v3.11.1">3 commit(s)</a> by Charles Munger, dependabot[bot]</li>
<li>Bump versions.bytebuddy from 1.11.1 to 1.11.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2322">https://github.com/facebook/flipper/issues/2322</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2322">mockito/mockito#2322</a>)</li>
<li>Check package-privacy of method params [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2318">https://github.com/facebook/flipper/issues/2318</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2318">mockito/mockito#2318</a>)</li>
<li>Bump shipkit-auto-version from 1.1.16 to 1.1.17 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2317">https://github.com/facebook/flipper/issues/2317</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2317">mockito/mockito#2317</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="ef34307383"><code>ef34307</code></a> Bump versions.bytebuddy from 1.11.1 to 1.11.2 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2322">https://github.com/facebook/flipper/issues/2322</a>)</li>
<li><a href="41e445c1f7"><code>41e445c</code></a> Check for non-public type references in methods (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2318">https://github.com/facebook/flipper/issues/2318</a>)</li>
<li><a href="07951e90c8"><code>07951e9</code></a> Bump shipkit-auto-version from 1.1.16 to 1.1.17 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2317">https://github.com/facebook/flipper/issues/2317</a>)</li>
<li>See full diff in <a href="https://github.com/mockito/mockito/compare/v3.11.0...v3.11.1">compare view</a></li>
</ul>
</details>
<br />

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

Reviewed By: jknoxville

Differential Revision: D29129445

Pulled By: passy

fbshipit-source-id: e5defc2632ecf4b3f8e82d18f5cc5a3351a57960
2021-06-15 05:53:13 -07:00
dependabot[bot]
fd732a847c Bump mockito-core from 3.10.0 to 3.11.0 (#2424)
Summary:
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.10.0 to 3.11.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">mockito-core's releases</a>.</em></p>
<blockquote>
<h2>v3.11.0</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.11.0</h4>
<ul>
<li>2021-06-03 - <a href="https://github.com/mockito/mockito/compare/v3.10.0...v3.11.0">18 commit(s)</a> by Charles Munger, Szczepan Faber, dependabot[bot]</li>
<li>Bump versions.bytebuddy from 1.11.0 to 1.11.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2313">https://github.com/facebook/flipper/issues/2313</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2313">mockito/mockito#2313</a>)</li>
<li>Undo parent for MultipleParentsClassLoader [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2312">https://github.com/facebook/flipper/issues/2312</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2312">mockito/mockito#2312</a>)</li>
<li>Bump shipkit-auto-version from 1.1.14 to 1.1.16 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2310">https://github.com/facebook/flipper/issues/2310</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2310">mockito/mockito#2310</a>)</li>
<li>Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2309">https://github.com/facebook/flipper/issues/2309</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2309">mockito/mockito#2309</a>)</li>
<li>Bump com.github.ben-manes.versions from 0.38.0 to 0.39.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2308">https://github.com/facebook/flipper/issues/2308</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2308">mockito/mockito#2308</a>)</li>
<li>Bump shipkit-auto-version from 1.1.11 to 1.1.14 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2307">https://github.com/facebook/flipper/issues/2307</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2307">mockito/mockito#2307</a>)</li>
<li>Use the parent classloader if the context classloader is a child of it. [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2306">https://github.com/facebook/flipper/issues/2306</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2306">mockito/mockito#2306</a>)</li>
<li>Bump kotlin-stdlib from 1.5.0 to 1.5.10 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2305">https://github.com/facebook/flipper/issues/2305</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2305">mockito/mockito#2305</a>)</li>
<li>&quot;The type is not public and its mock class is loaded by a different class loader&quot; with a context classloader that delegates [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2303">https://github.com/facebook/flipper/issues/2303</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2303">mockito/mockito#2303</a>)</li>
<li>Enabled automated changelog [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2301">https://github.com/facebook/flipper/issues/2301</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2301">mockito/mockito#2301</a>)</li>
<li>Bump kotlinx-coroutines-core from 1.4.3-native-mt to 1.5.0-native-mt [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2299">https://github.com/facebook/flipper/issues/2299</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2299">mockito/mockito#2299</a>)</li>
<li>Bump versions.errorprone from 2.6.0 to 2.7.1 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2298">https://github.com/facebook/flipper/issues/2298</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2298">mockito/mockito#2298</a>)</li>
<li>Bump junit-platform-launcher from 1.7.1 to 1.7.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2297">https://github.com/facebook/flipper/issues/2297</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2297">mockito/mockito#2297</a>)</li>
<li>Bump versions.junitJupiter from 5.7.1 to 5.7.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2296">https://github.com/facebook/flipper/issues/2296</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2296">mockito/mockito#2296</a>)</li>
<li>Renamed main dev branch [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2295">https://github.com/facebook/flipper/issues/2295</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2295">mockito/mockito#2295</a>)</li>
<li>Bump gradle/wrapper-validation-action from 1 to 1.0.3 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2294">https://github.com/facebook/flipper/issues/2294</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2294">mockito/mockito#2294</a>)</li>
<li>Bump actions/checkout from 2 to 2.3.4 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2293">https://github.com/facebook/flipper/issues/2293</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2293">mockito/mockito#2293</a>)</li>
<li>'this' is not available - when enabling mock-maker-inline [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2082">https://github.com/facebook/flipper/issues/2082</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2082">mockito/mockito#2082</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="92cbac227d"><code>92cbac2</code></a> Undo parent for MultipleParentsClassLoader (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2312">https://github.com/facebook/flipper/issues/2312</a>)</li>
<li><a href="67c56326da"><code>67c5632</code></a> Bump versions.bytebuddy from 1.11.0 to 1.11.1 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2313">https://github.com/facebook/flipper/issues/2313</a>)</li>
<li><a href="d4753548bc"><code>d475354</code></a> Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2309">https://github.com/facebook/flipper/issues/2309</a>)</li>
<li><a href="7ceabaf529"><code>7ceabaf</code></a> Bump shipkit-auto-version from 1.1.14 to 1.1.16 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2310">https://github.com/facebook/flipper/issues/2310</a>)</li>
<li><a href="5c775ee9a8"><code>5c775ee</code></a> Bump com.github.ben-manes.versions from 0.38.0 to 0.39.0 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2308">https://github.com/facebook/flipper/issues/2308</a>)</li>
<li><a href="66998ea7f8"><code>66998ea</code></a> Use the parent classloader if the context classloader is a child of it (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2306">https://github.com/facebook/flipper/issues/2306</a>)</li>
<li><a href="ae6dd4efbd"><code>ae6dd4e</code></a> Bump shipkit-auto-version from 1.1.11 to 1.1.14 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2307">https://github.com/facebook/flipper/issues/2307</a>)</li>
<li><a href="c2715ea34a"><code>c2715ea</code></a> Bump kotlin-stdlib from 1.5.0 to 1.5.10 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2305">https://github.com/facebook/flipper/issues/2305</a>)</li>
<li><a href="c6054cd382"><code>c6054cd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2301">https://github.com/facebook/flipper/issues/2301</a> from mockito/ci</li>
<li><a href="45bf88726b"><code>45bf887</code></a> Bump versions.errorprone from 2.6.0 to 2.7.1 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2298">https://github.com/facebook/flipper/issues/2298</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mockito/mockito/compare/v3.10.0...v3.11.0">compare view</a></li>
</ul>
</details>
<br />

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

Reviewed By: mweststrate

Differential Revision: D28960707

Pulled By: passy

fbshipit-source-id: e69e15d221c5985cf138f1419a03044d63468cd6
2021-06-08 11:25:30 -07:00
dependabot[bot]
c38dc6ff91 Bump protobuf-java from 3.17.1 to 3.17.2 (#2423)
Summary:
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.17.1 to 3.17.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p>
<blockquote>
<h2>Protocol Buffers v3.17.2</h2>
<p><strong><strong>Kotlin</strong></strong></p>
<ul>
<li>Fix duplicate class error (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8653">#8653</a>)</li>
</ul>
<p><strong><strong>PHP</strong></strong></p>
<ul>
<li>Fixed SEGV in sub-message getters for well-known types when message is unset
(<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8670">#8670</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="70db61a91b"><code>70db61a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8686">#8686</a> from protocolbuffers/addToChanges</li>
<li><a href="c26e452e9e"><code>c26e452</code></a> Adding PHP fix to changes for 3.17.2</li>
<li><a href="09cf1839e1"><code>09cf183</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8685">#8685</a> from protocolbuffers/addDokka</li>
<li><a href="7090f7ab55"><code>7090f7a</code></a> Adding dokka to main pom</li>
<li><a href="b42f2376e4"><code>b42f237</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8670">#8670</a> from haberman/php-wkt-submsg</li>
<li><a href="75de6aa21a"><code>75de6aa</code></a> Fixed sub-message getters for well-known types when message is unset.</li>
<li><a href="769826e338"><code>769826e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8658">#8658</a> from deannagarcia/update-change-notes</li>
<li><a href="a693d723d4"><code>a693d72</code></a> Add PR number for kotlin fix</li>
<li><a href="d303bba1bb"><code>d303bba</code></a> Updating change logs</li>
<li><a href="d3b71f21bb"><code>d3b71f2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8657">#8657</a> from deannagarcia/3.17.x-202105251932</li>
<li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.17.1...v3.17.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=gradle&previous-version=3.17.1&new-version=3.17.2)](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/2423

Reviewed By: mweststrate

Differential Revision: D28960714

Pulled By: passy

fbshipit-source-id: 705dc5b3c19a489d8b6476dad8b24840aa67d3ae
2021-06-08 11:23:40 -07:00
Pascal Hartig
a98e224fa3 Bump Fresco to 2.5.0 (#2429)
Summary:
Per title.

Pull Request resolved: https://github.com/facebook/flipper/pull/2429

Test Plan:
CI

./gradlew :sample:assembleDebug

Reviewed By: mweststrate

Differential Revision: D28939925

Pulled By: passy

fbshipit-source-id: e1d28f0784376413b029302d69b7f02cc8e7b7ad
2021-06-08 05:17:17 -07:00
dependabot[bot]
3e0133cfbb Bump proguard-annotations from 1.16.0 to 1.19.0 (#2355)
Summary:
Bumps [proguard-annotations](https://github.com/facebook/yoga) from 1.16.0 to 1.19.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/yoga/releases">proguard-annotations's releases</a>.</em></p>
<blockquote>
<h2>v1.19.0</h2>
<p>Release for Maven Central.</p>
<h2>v1.18.0</h2>
<p>No release notes provided.</p>
<h2>v1.17.0</h2>
<p>No release notes provided.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8a65d8b6dc"><code>8a65d8b</code></a> Release GitHub actions workflow (<a href="https://github-redirect.dependabot.com/facebook/yoga/issues/1088">https://github.com/facebook/flipper/issues/1088</a>)</li>
<li><a href="0fcef77d7b"><code>0fcef77</code></a> Maven release docs (<a href="https://github-redirect.dependabot.com/facebook/yoga/issues/1087">https://github.com/facebook/flipper/issues/1087</a>)</li>
<li><a href="e3a59aa50e"><code>e3a59aa</code></a> Maven central publish (<a href="https://github-redirect.dependabot.com/facebook/yoga/issues/1086">https://github.com/facebook/flipper/issues/1086</a>)</li>
<li><a href="13e079e8f3"><code>13e079e</code></a> Upgrade Gradle setup (<a href="https://github-redirect.dependabot.com/facebook/yoga/issues/1084">https://github.com/facebook/flipper/issues/1084</a>)</li>
<li><a href="508f4eacdf"><code>508f4ea</code></a> Fix env setting and Android setup (<a href="https://github-redirect.dependabot.com/facebook/yoga/issues/1085">https://github.com/facebook/flipper/issues/1085</a>)</li>
<li><a href="a999150c19"><code>a999150</code></a> Apply clang-format</li>
<li><a href="cbf6495d66"><code>cbf6495</code></a> Refactor YogaNode.Inputs freeze API</li>
<li><a href="07eaeea7a4"><code>07eaeea</code></a> Create YogaProps Interface</li>
<li><a href="638690255c"><code>6386902</code></a> Yoga set as a static library also for debug+release builds in x64</li>
<li><a href="6c2ba945be"><code>6c2ba94</code></a> Making yoga by default a static library</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/yoga/compare/1.16.0...v1.19.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.facebook.yoga:proguard-annotations&package-manager=gradle&previous-version=1.16.0&new-version=1.19.0)](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/2355

Reviewed By: nikoant

Differential Revision: D28830905

Pulled By: passy

fbshipit-source-id: 1c9182b21fd66f477e186346f38004a60d9b3069
2021-06-02 13:37:03 -07:00
dependabot[bot]
7455d39ac4 Bump protobuf-java from 3.17.0 to 3.17.1 (#2393)
Summary:
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.17.0 to 3.17.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p>
<blockquote>
<h2>Protocol Buffers v3.17.1</h2>
<h1>PHP</h1>
<ul>
<li>Fixed PHP memory leaks and arginfo errors. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8614">#8614</a>)</li>
<li>Fixed JSON parser to allow multiple values from the same oneof as long as all but one are null.</li>
</ul>
<h1>Ruby</h1>
<ul>
<li>Fixed memory bug: properly root repeated/map field when assigning. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8639">#8639</a>)</li>
<li>Fixed JSON parser to allow multiple values from the same oneof as long as all but one are null.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="367e4691d2"><code>367e469</code></a> Fixed memory bug: properly root repeated/map field when assigning. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8639">#8639</a>)</li>
<li><a href="52784ced2f"><code>52784ce</code></a> Update protobuf version (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8633">#8633</a>)</li>
<li><a href="0b87475592"><code>0b87475</code></a> Php &amp; Ruby Cherry Picks for 3.17.1 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8632">#8632</a>)</li>
<li><a href="65abb64e73"><code>65abb64</code></a> Fixed syntax errors in bswap_64 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8613">#8613</a>)</li>
<li>See full diff in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.17.0...v3.17.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=gradle&previous-version=3.17.0&new-version=3.17.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/2393

Reviewed By: nikoant

Differential Revision: D28795382

Pulled By: passy

fbshipit-source-id: 92d68594c0eb4c2cdc6e8b437b305439084a4410
2021-06-02 03:12:57 -07:00
dependabot[bot]
4fd63d44e5 Bump com.github.ben-manes.versions from 0.38.0 to 0.39.0 (#2392)
Summary:
Bumps com.github.ben-manes.versions from 0.38.0 to 0.39.0.

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.ben-manes.versions&package-manager=gradle&previous-version=0.38.0&new-version=0.39.0)](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/2392

Reviewed By: nikoant

Differential Revision: D28795383

Pulled By: passy

fbshipit-source-id: 941bb27ea6fdbf203e0fa09fdb0af0d9af430800
2021-06-01 04:41:17 -07:00
dependabot[bot]
e18dd53f4a Bump gradle from 4.2.0 to 4.2.1 (#2325)
Summary:
Bumps gradle from 4.2.0 to 4.2.1.

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=4.2.0&new-version=4.2.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/2325

Reviewed By: priteshrnandgaonkar

Differential Revision: D28474742

Pulled By: mweststrate

fbshipit-source-id: fa58186520441ea86ae7204e63843a028c3b53e8
2021-05-18 06:42:10 -07:00
dependabot[bot]
205ad32eb7 Bump mockito-core from 3.9.0 to 3.10.0 (#2326)
Summary:
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.9.0 to 3.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">mockito-core's releases</a>.</em></p>
<blockquote>
<h2>v3.10.0</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.10.0</h4>
<ul>
<li>2021-05-12 - <a href="https://github.com/mockito/mockito/compare/HEAD...v3.10.0">0 commit(s)</a> by</li>
<li>No notable improvements. No pull requests (issues) were referenced from commits.</li>
</ul>
<h2>v3.9.10</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.9.10</h4>
<ul>
<li>2021-04-29 - <a href="https://github.com/mockito/mockito/compare/v3.9.7...v3.9.10">3 commit(s)</a> by Ismaël Mejía, Tim van der Lippe, dependabot[bot]</li>
<li>Remove ASM dependency [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2279">https://github.com/facebook/flipper/issues/2279</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2279">mockito/mockito#2279</a>)</li>
<li>Apply automated ErrorProne fixes [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2277">https://github.com/facebook/flipper/issues/2277</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2277">mockito/mockito#2277</a>)</li>
<li>Bump kotlinx-coroutines-core from 1.4.2-native-mt to 1.4.3-native-mt [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2276">https://github.com/facebook/flipper/issues/2276</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2276">mockito/mockito#2276</a>)</li>
</ul>
<h2>v3.9.9</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.9.9</h4>
<ul>
<li>2021-04-29 - <a href="https://github.com/mockito/mockito/compare/v3.9.7...v3.9.9">2 commit(s)</a> by Ismaël Mejía, dependabot[bot]</li>
<li>Remove ASM dependency [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2279">https://github.com/facebook/flipper/issues/2279</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2279">mockito/mockito#2279</a>)</li>
<li>Bump kotlinx-coroutines-core from 1.4.2-native-mt to 1.4.3-native-mt [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2276">https://github.com/facebook/flipper/issues/2276</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2276">mockito/mockito#2276</a>)</li>
</ul>
<h2>v3.9.7</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.9.7</h4>
<ul>
<li>2021-04-23 - <a href="https://github.com/mockito/mockito/compare/v3.9.3...v3.9.7">4 commit(s)</a> by Michael Vitz, dependabot[bot]</li>
<li>Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2273">https://github.com/facebook/flipper/issues/2273</a> : Add missing parenthesis to javadoc example [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2274">https://github.com/facebook/flipper/issues/2274</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2274">mockito/mockito#2274</a>)</li>
<li>Example in javadoc of ArgumentMatcher has missing parenthesis [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2273">https://github.com/facebook/flipper/issues/2273</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2273">mockito/mockito#2273</a>)</li>
<li>Bump groovy from 3.0.7 to 3.0.8 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2271">https://github.com/facebook/flipper/issues/2271</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2271">mockito/mockito#2271</a>)</li>
<li>Bump shipkit-changelog from 1.1.13 to 1.1.15 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2270">https://github.com/facebook/flipper/issues/2270</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2270">mockito/mockito#2270</a>)</li>
<li>Bump versions.bytebuddy from 1.10.20 to 1.11.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2269">https://github.com/facebook/flipper/issues/2269</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2269">mockito/mockito#2269</a>)</li>
</ul>
<h2>v3.9.3</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.9.3</h4>
<ul>
<li>2021-04-14 - <a href="https://github.com/mockito/mockito/compare/v3.9.2...v3.9.3">1 commit(s)</a> by A248</li>
<li>Include cause when FieldReader fails to access field [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2267">https://github.com/facebook/flipper/issues/2267</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2267">mockito/mockito#2267</a>)</li>
<li>Swallowed illegal access exceptions make it harder to debug modularity-related issues [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2266">https://github.com/facebook/flipper/issues/2266</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2266">mockito/mockito#2266</a>)</li>
</ul>
<h2>v3.9.2</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.9.2</h4>
<ul>
<li>2021-04-12 - <a href="https://github.com/mockito/mockito/compare/v3.9.0...v3.9.2">2 commit(s)</a> by dependabot[bot], devin040</li>
<li>Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2242">https://github.com/facebook/flipper/issues/2242</a> : Make exceptions for Inorder.verify more standard / spec… [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2263">https://github.com/facebook/flipper/issues/2263</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2263">mockito/mockito#2263</a>)</li>
<li>Bump shipkit-auto-version from 1.1.5 to 1.1.8 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2261">https://github.com/facebook/flipper/issues/2261</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2261">mockito/mockito#2261</a>)</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="544cc758bb"><code>544cc75</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2292">https://github.com/facebook/flipper/issues/2292</a> from mockito/fix-stackoverflow</li>
<li><a href="a53876d6b1"><code>a53876d</code></a> Fix stackoverflow in ArgumentsAreDifferent reporting</li>
<li><a href="067ff2446a"><code>067ff24</code></a> Bump biz.aQute.bnd.gradle from 5.2.0 to 5.3.0 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2291">https://github.com/facebook/flipper/issues/2291</a>)</li>
<li><a href="ff29c0bf84"><code>ff29c0b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2243">https://github.com/facebook/flipper/issues/2243</a> from mockito/ci</li>
<li><a href="1e20c6966d"><code>1e20c69</code></a> Fixed CI triggers</li>
<li><a href="f25e466029"><code>f25e466</code></a> Fixed issue in iml</li>
<li><a href="78b821c933"><code>78b821c</code></a> Fixed bug in yml</li>
<li><a href="cef375d00c"><code>cef375d</code></a> Minor fixes, locked versions</li>
<li><a href="17239aec26"><code>17239ae</code></a> Updated readme</li>
<li><a href="4392c42dc1"><code>4392c42</code></a> Added release summary</li>
<li>Additional commits viewable in <a href="https://github.com/mockito/mockito/compare/v3.9.0...v3.10.0">compare view</a></li>
</ul>
</details>
<br />

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

Reviewed By: priteshrnandgaonkar

Differential Revision: D28474746

Pulled By: mweststrate

fbshipit-source-id: 70a4f75f16928fe4584f5690b55faa49480a0baf
2021-05-18 06:42:10 -07:00
dependabot[bot]
e0b6135903 Bump protobuf-java from 3.16.0 to 3.17.0 (#2324)
Summary:
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.16.0 to 3.17.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p>
<blockquote>
<h2>Protocol Buffers v3.17.0</h2>
<h1>Protocol Compiler</h1>
<ul>
<li>Fix the generated source information for reserved values in Enums.</li>
</ul>
<h1>C++</h1>
<ul>
<li>Fix -Wunused-parameter in map<!-- raw HTML omitted --> fields (fixes <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8494">#8494</a>) (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8500">#8500</a>)</li>
<li>Use byteswap.h when building against musl libc (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8503">#8503</a>)</li>
<li>Fix -Wundefined-inline error when using SharedCtor() or SharedDtor() (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8532">#8532</a>)</li>
<li>Fix bug where <code>Descriptor::DebugString()</code> printed proto3 synthetic oneofs.</li>
<li>Provide stable versions of <code>SortAndUnique()</code>.</li>
<li>Make sure to cache proto3 optional message fields when they are cleared.</li>
<li>Expose UnsafeArena methods to Reflection.</li>
<li>Use std::string::empty() rather than std::string::size() &gt; 0.</li>
</ul>
<h1>Kotlin</h1>
<ul>
<li>Restrict extension setter and getter operators to non-nullable T.</li>
</ul>
<h1>Java</h1>
<ul>
<li>updating GSON and Guava to more recent versions (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8524">#8524</a>)</li>
<li>Reduce the time spent evaluating isExtensionNumber by storing the extension
ranges in a TreeMap for faster queries. This is particularly relevant for
protos which define a large number of extension ranges, for example when
each tag is defined as an extension.</li>
<li>Fix java bytecode estimation logic for optional fields.</li>
<li>Optimize Descriptor.isExtensionNumber.</li>
</ul>
<h1>Python</h1>
<ul>
<li>Add MethodDescriptor.CopyToProto() (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8327">#8327</a>)</li>
<li>Remove unused python_protobuf.{cc,h} (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8513">#8513</a>)</li>
<li>Start publishing python aarch64 manylinux wheels normally (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8530">#8530</a>)</li>
<li>Fix constness issue detected by MSVC standard conforming mode (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8568">#8568</a>)</li>
<li>Make JSON parsing match C++ and Java when multiple fields from the same
oneof are present and all but one is null.</li>
</ul>
<h1>Ruby</h1>
<ul>
<li>Add support for proto3 json_name in compiler and field definitions (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8356">#8356</a>)</li>
<li>Fixed memory leak of Ruby arena objects. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8461">#8461</a>)</li>
<li>Fix source gem compilation (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8471">#8471</a>)</li>
<li>Fix various exceptions in Ruby on 64-bit Windows (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8563">#8563</a>)</li>
<li>Fix crash when calculating Message hash values on 64-bit Windows (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8565">#8565</a>)</li>
</ul>
<h1>Conformance Tests</h1>
<ul>
<li>Added a conformance test for the case of multiple fields from the same
oneof.</li>
</ul>
<h1>Other</h1>
<ul>
<li>Open sourcing kotlin protos (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8272">#8272</a>)</li>
<li>Use a newer version of rules_proto, with the new rule <code>proto_descriptor_set</code> (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8469">#8469</a>)</li>
</ul>
<h2>Protocol Buffers v3.17.0-rc2</h2>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="652d99a8ee"><code>652d99a</code></a> Update protobuf version (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8606">#8606</a>)</li>
<li><a href="ca295506c5"><code>ca29550</code></a> Make the dist_install test use Java 8 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8609">#8609</a>)</li>
<li><a href="0aabf89420"><code>0aabf89</code></a> Remove some redundant language prefixes from the changelog for 3.17</li>
<li><a href="5a9367ac57"><code>5a9367a</code></a> Update tests.sh to skip the Kotlin tests on Oracle 7</li>
<li><a href="a4866d34f9"><code>a4866d3</code></a> Updated .gitignore to include Kotlin directories</li>
<li><a href="ca7f54aa1a"><code>ca7f54a</code></a> Fix -Wunused-parameter in java_names.h (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8601">#8601</a>)</li>
<li><a href="f807c02226"><code>f807c02</code></a> Update protobuf version to 3.17.0-rc2 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8586">#8586</a>)</li>
<li><a href="90d4f31438"><code>90d4f31</code></a> Fix newly appeared -Wunused-parameter (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8587">#8587</a>)</li>
<li><a href="3546d29a00"><code>3546d29</code></a> Add the kotlin and kotlin-lite directories to the main pom.xml (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8585">#8585</a>)</li>
<li><a href="e211ad3300"><code>e211ad3</code></a> Updated CHANGES.txt and PHP changelog for 3.17.0 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8583">#8583</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.16.0...v3.17.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=gradle&previous-version=3.16.0&new-version=3.17.0)](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/2324

Reviewed By: priteshrnandgaonkar

Differential Revision: D28474740

Pulled By: mweststrate

fbshipit-source-id: 8fb147a530a93e9dc7217f39a89eeb733aaf0148
2021-05-18 06:42:10 -07:00
Pascal Hartig
6279cc68b1 Upgrade to Gradle 7 (#2279)
Summary:
Depends on https://github.com/facebook/flipper/issues/2277. Fixes https://github.com/facebook/flipper/issues/2221.

The maven plugin is no longer exposed and implied by https://developer.android.com/studio/build/maven-publish-plugin.

Pull Request resolved: https://github.com/facebook/flipper/pull/2279

Test Plan: ./gradlew uploadArchives -PdryRun=true

Reviewed By: priteshrnandgaonkar

Differential Revision: D28473692

Pulled By: passy

fbshipit-source-id: 3d95122fecebfeac8bfa5173c5c633eee3f13311
2021-05-17 07:29:49 -07:00
Chaiwat Ekkaewnumchai
5afd38165d Remove supportDesign in build.gradle (#2305)
Summary:
dependabot notifies to upgrade `"com.google.android.material:material:1.0.0-rc01"` (D28323842), but none references this. This diff tries to remove it as it's unused

Pull Request resolved: https://github.com/facebook/flipper/pull/2305

Reviewed By: passy, fabiomassimo

Differential Revision: D28375893

fbshipit-source-id: 5963ad81b8008e5836dd59a1e09d8cdeb4f8eafe
2021-05-13 04:31:00 -07:00
dependabot[bot]
e6f68a9fce Bump protobuf-java from 3.15.8 to 3.16.0 (#2294)
Summary:
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.15.8 to 3.16.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p>
<blockquote>
<h2>Protocol Buffers v3.16.0</h2>
<h1>C++</h1>
<ul>
<li>Fix compiler warnings issue found in conformance_test_runner <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8189">#8189</a> (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8190">#8190</a>)</li>
<li>Fix MinGW-w64 build issues. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8286">#8286</a>)</li>
<li>[Protoc] C++ Resolved an issue where NO_DESTROY and CONSTINIT are in incorrect order (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8296">#8296</a>)</li>
<li>Fix PROTOBUF_CONSTINIT macro redefinition (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8323">#8323</a>)</li>
<li>Delete StringPiecePod (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8353">#8353</a>)</li>
<li>Fix gcc error: comparison of unsigned expression in '&gt;= 0' is always … (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8309">#8309</a>)</li>
<li>Fix cmake install on iOS (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8301">#8301</a>)</li>
<li>Create a CMake option to control whether or not RTTI is enabled (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8347">#8347</a>)</li>
<li>Fix endian.h location on FreeBSD (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8351">#8351</a>)</li>
<li>Refactor util::Status (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8354">#8354</a>)</li>
<li>Make util::Status more similar to absl::Status (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8405">#8405</a>)</li>
<li>Fix -Wsuggest-destructor-override for generated C++ proto classes. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8408">#8408</a>)</li>
<li>Refactor StatusOr and StringPiece (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8406">#8406</a>)</li>
<li>Refactor uint128 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8416">#8416</a>)</li>
<li>The ::pb namespace is no longer exposed due to conflicts.</li>
<li>Allow MessageDifferencer::TreatAsSet() (and friends) to override previous
calls instead of crashing.</li>
<li>Reduce the size of generated proto headers for protos with <code>string</code> or
<code>bytes</code> fields.</li>
<li>Move arena() operation on uncommon path to out-of-line routine</li>
<li>For iterator-pair function parameter types, take both iterators by value.</li>
<li>Code-space savings and perhaps some modest performance improvements in
RepeatedPtrField.</li>
<li>Eliminate nullptr check from every tag parse.</li>
<li>Remove unused _$name$<em>cached_byte_size</em> fields.</li>
<li>Serialize extension ranges together when not broken by a proto field in the
middle.</li>
<li>Do out-of-line allocation and deallocation of string object in ArenaString.</li>
<li>Streamline ParseContext::ParseMessage<!-- raw HTML omitted --> to avoid code bloat and improve
performance.</li>
<li>New member functions RepeatedField::Assign, RepeatedPtrField::{Add, Assign}.</li>
<li>Fix undefined behavior warning due to innocuous uninitialization of value
on an error path.</li>
<li>Avoid expensive inlined code space for encoding message length for messages
<blockquote>
<p>= 128 bytes and instead do a procedure call to a shared out-of-line routine.</p>
</blockquote>
</li>
<li>util::DefaultFieldComparator will be final in a future version of protobuf.
Subclasses should inherit from SimpleFieldComparator instead.</li>
</ul>
<h1>C#</h1>
<ul>
<li>Add .NET 5 target and improve WriteString performance with SIMD (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8147">#8147</a>)</li>
</ul>
<h1>Java</h1>
<ul>
<li>deps: update JUnit and Truth (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8319">#8319</a>)</li>
<li>Detect invalid overflow of byteLimit and return InvalidProtocolBufferException as documented.</li>
<li>Exceptions thrown while reading from an InputStream in parseFrom are now
included as causes.</li>
<li>Support potentially more efficient proto parsing from RopeByteStrings.</li>
<li>Clarify runtime of ByteString.Output.toStringBuffer().</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="2dc747c574"><code>2dc747c</code></a> Update PHP release notes and update version to 3.16.0 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8573">#8573</a>)</li>
<li><a href="debc03dfc5"><code>debc03d</code></a> Update protobuf version to 3.16.0-rc2 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8556">#8556</a>)</li>
<li><a href="17b0fb9149"><code>17b0fb9</code></a> Make update_version.py compatible with Python 3 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8555">#8555</a>)</li>
<li><a href="4aa425c6c5"><code>4aa425c</code></a> Cherry-pick <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8356">#8356</a> into 3.16.x (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8518">#8518</a>)</li>
<li><a href="e8b78f8208"><code>e8b78f8</code></a> Fixed memory leak of Ruby arena objects. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8465">#8465</a>)</li>
<li><a href="7689f00ba8"><code>7689f00</code></a> Update protobuf version (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8448">#8448</a>)</li>
<li><a href="6099c6505d"><code>6099c65</code></a> Updated CHANGES.txt for 3.16.0 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8456">#8456</a>)</li>
<li><a href="c9343864a2"><code>c934386</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8447">#8447</a> from acozzette/merge-3-15-x</li>
<li><a href="600799912a"><code>6007999</code></a> Revert &quot;[C++] Refactor uint128 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8416">#8416</a>)&quot;</li>
<li><a href="87aa9adb86"><code>87aa9ad</code></a> Merge branch 'master' into 3.15.x</li>
<li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.15.8...v3.16.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=gradle&previous-version=3.15.8&new-version=3.16.0)](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/2294

Reviewed By: mweststrate

Differential Revision: D28323900

Pulled By: cekkaewnumchai

fbshipit-source-id: cdc69a052fb303d46c29d68bf9137aa4ba28f428
2021-05-12 07:49:14 -07:00
dependabot[bot]
dd25b69d66 Bump gradle from 4.1.3 to 4.2.0 (#2293)
Summary:
Bumps gradle from 4.1.3 to 4.2.0.

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=4.1.3&new-version=4.2.0)](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/2293

Reviewed By: passy

Differential Revision: D28323838

Pulled By: cekkaewnumchai

fbshipit-source-id: 260e664a4abb9c9acbb45ecdff734c16ab6c8596
2021-05-12 07:49:14 -07:00
Pascal Hartig
0df76e7267 Remove dcendents.android-maven plugin (#2277)
Summary:
This should no longer be needed as our Maven Publishing now happens
through another plugin.

This is blocking the upgrade to Gradle 7 mentioned in https://github.com/facebook/flipper/issues/2221.

It's also deprecated: https://github.com/dcendents/android-maven-gradle-plugin

Pull Request resolved: https://github.com/facebook/flipper/pull/2277

Test Plan: Manually built things, ran `uploadArchives -PdryRun=true`. No issues.

Reviewed By: mweststrate

Differential Revision: D28286834

Pulled By: passy

fbshipit-source-id: d6163e8ecf2e982cf67499861e2f387068015773
2021-05-10 02:41:26 -07:00
dependabot[bot]
9333660786 Bump core from 0.13.0 to 0.14.0 (#2253)
Summary:
Bumps [core](https://github.com/facebook/screenshot-tests-for-android) from 0.13.0 to 0.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/screenshot-tests-for-android/releases">core's releases</a>.</em></p>
<blockquote>
<h2>0.14.0</h2>
<p><code>081522d</code> Add annotations for compatibility with Gradle 7.0 (<a href="https://github-redirect.dependabot.com/facebook/screenshot-tests-for-android/issues/283">https://github.com/facebook/flipper/issues/283</a>)
<code>010f36e</code> Defer Gradle task creation until necessary (<a href="https://github-redirect.dependabot.com/facebook/screenshot-tests-for-android/issues/280">https://github.com/facebook/flipper/issues/280</a>)
<code>46d36ba</code> ANDROIDX_TEST_ORCHESTRATOR support (<a href="https://github-redirect.dependabot.com/facebook/screenshot-tests-for-android/issues/264">https://github.com/facebook/flipper/issues/264</a>)</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/facebook/screenshot-tests-for-android/blob/master/CHANGELOG.md">core's changelog</a>.</em></p>
<blockquote>
<h2>0.14.0 (Apr 22 2021)</h2>
<ul>
<li>Added test orchestrator support</li>
<li>Switched away from xml to json for metadata files</li>
<li>Support for Gradle 7</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a353fd8208"><code>a353fd8</code></a> 0.14.0</li>
<li><a href="fd05d59caa"><code>fd05d59</code></a> Update AGP and others, remove mvn publish script in favor of plugin, upgrade ...</li>
<li><a href="e52ba06092"><code>e52ba06</code></a> Fix broken tests</li>
<li><a href="081522d74a"><code>081522d</code></a> Add annotations for compatibility with Gradle 7.0 (<a href="https://github-redirect.dependabot.com/facebook/screenshot-tests-for-android/issues/283">https://github.com/facebook/flipper/issues/283</a>)</li>
<li><a href="49757fb17c"><code>49757fb</code></a> Fix ScreenshotsPlugin not compiling (<a href="https://github-redirect.dependabot.com/facebook/screenshot-tests-for-android/issues/282">https://github.com/facebook/flipper/issues/282</a>)</li>
<li><a href="010f36e6e5"><code>010f36e</code></a> Defer Gradle task creation until necessary (<a href="https://github-redirect.dependabot.com/facebook/screenshot-tests-for-android/issues/280">https://github.com/facebook/flipper/issues/280</a>)</li>
<li><a href="bd0af0e9a5"><code>bd0af0e</code></a> Apply whitespace linter to all gradle files</li>
<li><a href="35b7555b85"><code>35b7555</code></a> Remove attempts at parsing xml</li>
<li><a href="46d36ba7dd"><code>46d36ba</code></a> ANDROIDX_TEST_ORCHESTRATOR support (<a href="https://github-redirect.dependabot.com/facebook/screenshot-tests-for-android/issues/264">https://github.com/facebook/flipper/issues/264</a>)</li>
<li><a href="eb5500054d"><code>eb55000</code></a> Bump ktfmt version</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/screenshot-tests-for-android/compare/0.13.0...0.14.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.facebook.testing.screenshot:core&package-manager=gradle&previous-version=0.13.0&new-version=0.14.0)](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/2253

Reviewed By: mweststrate

Differential Revision: D28181977

Pulled By: passy

fbshipit-source-id: 1669e0a15c50c6b68fcd378ca272c187cb465e73
2021-05-04 09:35:03 -07:00
dependabot[bot]
5a2b32c21a Bump gradle-maven-publish-plugin from 0.15.0 to 0.15.1 (#2252)
Summary:
Bumps [gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.15.0 to 0.15.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/releases">gradle-maven-publish-plugin's releases</a>.</em></p>
<blockquote>
<h2>0.15.1</h2>
<p><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md#version-0151-2021-05-02">Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md">gradle-maven-publish-plugin's changelog</a>.</em></p>
<blockquote>
<h2>Version 0.15.1 <em>(2021-05-02)</em></h2>
<ul>
<li>The <code>closeAndReleaseRepository</code> task was mistakenly expecting the wrong Gradle properties. The README and changelog also mentioned the wrong properties. The correct ones are <code>mavenCentralUsername</code> and <code>mavenCentralPassword</code> or for environment variables: <code>ORG_GRADLE_PROJECT_mavenCentralUsername</code> and <code>ORG_GRADLE_PROJECT_mavenCentralPassword</code>.</li>
<li>Fix <code>signing</code> not being configurable until <code>afterEvaluate</code></li>
<li>Use empty string as in memory signing password when no password is specified</li>
<li>Fix <code>statingProfile</code> in <code>nexusOptions</code> not being optional which causes an error when running <code>closeAndReleaseRepository</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="c7d73702af"><code>c7d7370</code></a> Prepare version 0.15.1</li>
<li><a href="8a3363016a"><code>8a33630</code></a> apply Signing plugin early in regular plugin (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/235">https://github.com/facebook/flipper/issues/235</a>)</li>
<li><a href="0c677fee10"><code>0c677fe</code></a> make stagingProfile optional (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/236">https://github.com/facebook/flipper/issues/236</a>)</li>
<li><a href="7d9a7b15df"><code>7d9a7b1</code></a> Use mavenCentralUsername and mavenCentralPassword everywhere (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/230">https://github.com/facebook/flipper/issues/230</a>)</li>
<li><a href="cafe2fd0d8"><code>cafe2fd</code></a> Fallback to an empty string when signingInMemoryKeyPassword is null (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/231">https://github.com/facebook/flipper/issues/231</a>)</li>
<li><a href="d4dfbbcb4c"><code>d4dfbbc</code></a> Update CHANGELOG.md</li>
<li><a href="d2e035c65b"><code>d2e035c</code></a> Prepare next development version.</li>
<li>See full diff in <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.15.0...0.15.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.vanniktech:gradle-maven-publish-plugin&package-manager=gradle&previous-version=0.15.0&new-version=0.15.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/2252

Reviewed By: mweststrate

Differential Revision: D28181978

Pulled By: passy

fbshipit-source-id: 2fa5399165a5fd9fb1115ab918170188e616c8e1
2021-05-04 09:15:57 -07:00
dependabot[bot]
a5636cb152 Bump gradle-maven-publish-plugin from 0.14.2 to 0.15.0 (#2231)
Summary:
Bumps [gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.14.2 to 0.15.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/releases">gradle-maven-publish-plugin's releases</a>.</em></p>
<blockquote>
<h2>0.15.0</h2>
<p><a href="https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md#version-0150-2021-04-24">Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md">gradle-maven-publish-plugin's changelog</a>.</em></p>
<blockquote>
<h2>Version 0.15.0 <em>(2021-04-24)</em></h2>
<ul>
<li><strong>BREAKING</strong>: Removed support for deprecated <code>RELEASE_REPOSITORY_URL</code>, <code>SNAPSHOT_REPOSITORY_URL</code>, <code>SONATYPE_NEXUS_USERNAME</code>, <code>SONATYPE_NEXUS_PASSWORD</code> environment variables and properties.
For safety reasons the project will fail when finding these. Use <code>mavenCentralRepositoryUsername</code> and <code>mavenCentralRepositoryPassword</code> Gradle properties or
<code>ORG_GRADLE_PROJECT_mavenCentralRepositoryUsername</code> and <code>ORG_GRADLE_PROJECT_mavenCentralRepositoryPassword</code> environment variables instead.</li>
<li><strong>BREAKING</strong>: Removed deprecated <code>targets</code> API. See README for alternative ways of adding targets.</li>
<li>Behavior change: The dokka plugin is not applied by default anymore for Kotlin projects. When it is applied we will still use the dokka tasks to create the javadoc jar.</li>
<li>Support for <code>s01.oss.sonatype.org</code> by setting <code>sonatypeHost = &quot;S01&quot;</code>.</li>
<li>Introduce <code>com.vanniktech.maven.publish.base</code> plugin. This plugin contains all the functionality of the main plugin, but does not configure anything automatically.
Instead, it offers a public API, which is also used by the main plugin to do so yourself. This allows for more flexibility and to publish different project types.
The API is not final yet, but we're happy to receive feedback.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="dbc2cd901c"><code>dbc2cd9</code></a> Prepare version 0.15.0</li>
<li><a href="02d52b1c68"><code>02d52b1</code></a> update README and CHANGELOG for 0.15.0 (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/227">https://github.com/facebook/flipper/issues/227</a>)</li>
<li><a href="0f8efe0b79"><code>0f8efe0</code></a> API improvements for Groovy users (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/226">https://github.com/facebook/flipper/issues/226</a>)</li>
<li><a href="8df14087de"><code>8df1408</code></a> add sonatypeHost to legacy extension, deprecate NexusOptions (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/213">https://github.com/facebook/flipper/issues/213</a>)</li>
<li><a href="0e1bd418bc"><code>0e1bd41</code></a> add API to configure what to publish (<a href="https://github-redirect.dependabot.com/vanniktech/gradle-maven-publish-plugin/issues/212">https://github.com/facebook/flipper/issues/212</a>)</li>
<li><a href="b352ff9e32"><code>b352ff9</code></a> Merge branch 'gmale-fix/variant-error-message'</li>
<li><a href="045297f151"><code>045297f</code></a> fix detekt</li>
<li><a href="863cc21080"><code>863cc21</code></a> move section down</li>
<li><a href="84730c491e"><code>84730c4</code></a> Mention the androidVariantToPublish setting in the README.</li>
<li><a href="9e9158d7e5"><code>9e9158d</code></a> Merge branch 'gmale-fix/variant-error'</li>
<li>Additional commits viewable in <a href="https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.14.2...0.15.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.vanniktech:gradle-maven-publish-plugin&package-manager=gradle&previous-version=0.14.2&new-version=0.15.0)](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/2231

Reviewed By: muraziz

Differential Revision: D28093942

Pulled By: passy

fbshipit-source-id: 055eee7c10739201a09936e60da09fd5df4eaed1
2021-04-29 10:17:28 -07:00
dependabot[bot]
658dcdae8e Bump dokka-gradle-plugin from 1.4.30 to 1.4.32 (#2230)
Summary:
Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.4.30 to 1.4.32.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Kotlin/dokka/releases">dokka-gradle-plugin's releases</a>.</em></p>
<blockquote>
<h2>1.4.32 Alpha</h2>
<p>Fixes:</p>
<ul>
<li>Fix configuration for suppressing obvious functions (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1789">https://github.com/facebook/flipper/issues/1789</a>)</li>
<li>Fix visibility on enum entry property (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1828">https://github.com/facebook/flipper/issues/1828</a>)</li>
<li>Fix missing annotations in GFM and unresolved static imports (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1845">https://github.com/facebook/flipper/issues/1845</a>)</li>
</ul>
<p>Added features:</p>
<ul>
<li>Reintroduce multimodule documentation (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1804">https://github.com/facebook/flipper/issues/1804</a>)</li>
<li>Compiler bump to 1.4.32 (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1818">https://github.com/facebook/flipper/issues/1818</a>)</li>
<li>Suppress inherited members (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1814">https://github.com/facebook/flipper/issues/1814</a>)</li>
<li>Bump kotlinx.html to 0.7.3 (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1819">https://github.com/facebook/flipper/issues/1819</a>) (requires adding &quot;<a href="https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven">https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven</a>&quot; repository)</li>
<li>Add ability to document generated files (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1832">https://github.com/facebook/flipper/issues/1832</a>)</li>
<li>Handle html in KDoc (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1805">https://github.com/facebook/flipper/issues/1805</a>)</li>
<li>Make anchors stable (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1851">https://github.com/facebook/flipper/issues/1851</a>)</li>
</ul>
<p>Special thanks to external contributors: <a href="https://github.com/AzimMuradov"><code>@​AzimMuradov</code></a> and <a href="https://github.com/hfhbd"><code>@​hfhbd</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8c7ab58f9e"><code>8c7ab58</code></a> Update documentation for 1.4.32</li>
<li><a href="db337c6b48"><code>db337c6</code></a> Make anchors stable (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1851">https://github.com/facebook/flipper/issues/1851</a>)</li>
<li><a href="7976824f18"><code>7976824</code></a> Add suggestion about PR-s to issues template</li>
<li><a href="6b3f33f522"><code>6b3f33f</code></a> Fix suppressing enum entries by inheritance filter (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1866">https://github.com/facebook/flipper/issues/1866</a>)</li>
<li><a href="8ef365f605"><code>8ef365f</code></a> Update documentation with suppressGeneratedFiles and webserver</li>
<li><a href="46b21186e7"><code>46b2118</code></a> Fix several bugs in configuration examples in gradle user guide (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1831">https://github.com/facebook/flipper/issues/1831</a>)</li>
<li><a href="7bfab097f3"><code>7bfab09</code></a> Introduce binary compatibility plugin (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1774">https://github.com/facebook/flipper/issues/1774</a>)</li>
<li><a href="38270a3b87"><code>38270a3</code></a> Fix missing annotations in GFM and unresolved static imports (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1845">https://github.com/facebook/flipper/issues/1845</a>)</li>
<li><a href="acd9234be6"><code>acd9234</code></a> Fix visibility on enum entry property (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1828">https://github.com/facebook/flipper/issues/1828</a>)</li>
<li><a href="357ee8a283"><code>357ee8a</code></a> Improve docs for new multimodule (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1826">https://github.com/facebook/flipper/issues/1826</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/Kotlin/dokka/compare/v1.4.30...v1.4.32">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.dokka:dokka-gradle-plugin&package-manager=gradle&previous-version=1.4.30&new-version=1.4.32)](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/2230

Reviewed By: muraziz

Differential Revision: D28093943

Pulled By: passy

fbshipit-source-id: 885121081d987450170c39a726c3918ad24ab44d
2021-04-29 10:12:39 -07:00
dependabot[bot]
0dd32ce3bb Bump protobuf-java from 3.15.6 to 3.15.8 (#2181)
Summary:
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.15.6 to 3.15.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p>
<blockquote>
<h2>Protocol Buffers v3.15.8</h2>
<h1>Ruby</h1>
<ul>
<li>Fixed memory leak of Ruby arena objects (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8461">#8461</a>)</li>
</ul>
<h2>Protocol Buffers v3.15.7</h2>
<h1>C++</h1>
<ul>
<li>Remove the ::pb namespace (alias) (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8423">#8423</a>)</li>
</ul>
<h1>Ruby</h1>
<ul>
<li>Fix unbounded memory growth for Ruby &lt;2.7 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8429">#8429</a>)</li>
<li>Fixed message equality in cases where the message type is different (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8434">#8434</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="436bd7880e"><code>436bd78</code></a> Updated version to 3.15.8 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8463">#8463</a>)</li>
<li><a href="1ed9a8b521"><code>1ed9a8b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8461">#8461</a> from haberman/ruby-arena-memory-leak</li>
<li><a href="67fee915e0"><code>67fee91</code></a> Fixed memory leak of Ruby arena objects.</li>
<li><a href="878be3569e"><code>878be35</code></a> Update protobuf version</li>
<li><a href="c00c2d43bb"><code>c00c2d4</code></a> Updated CHANGES.txt and package.xml with changes for 3.15.7</li>
<li><a href="240e54efe5"><code>240e54e</code></a> Remove references to stale benchmark data sources.</li>
<li><a href="f3f8707ba5"><code>f3f8707</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8434">#8434</a> from haberman/ruby-message-eq</li>
<li><a href="38e1b59258"><code>38e1b59</code></a> Elided the TYPE() and msgdef checks by using CLASS_OF.</li>
<li><a href="d69f482883"><code>d69f482</code></a> Fixed message equality in cases where the message type is different.</li>
<li><a href="a38319b5c4"><code>a38319b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8429">#8429</a> from haberman/ruby-gc-secondarymap</li>
<li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.15.6...v3.15.8">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=gradle&previous-version=3.15.6&new-version=3.15.8)](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/2181

Reviewed By: mweststrate

Differential Revision: D27945999

Pulled By: passy

fbshipit-source-id: 3232dd26a5528995f0d9858c388fa1bfdf5cc8a9
2021-04-23 04:43:37 -07:00
dependabot[bot]
39645d6e06 Bump mockito-core from 3.8.0 to 3.9.0 (#2180)
Summary:
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.8.0 to 3.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mockito/mockito/releases">mockito-core's releases</a>.</em></p>
<blockquote>
<h2>v3.9.0</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.9.0</h4>
<ul>
<li>2021-04-07 - <a href="https://github.com/mockito/mockito/compare/v3.8.22...v3.9.0">4 commit(s)</a> by Tim van der Lippe, dependabot[bot]</li>
<li>&quot;But invoked here&quot; lists the invocation parameters [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2259">#2259</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2259">mockito/mockito#2259</a>)</li>
<li>Bump auto-service from 1.0-rc7 to 1.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2258">#2258</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2258">mockito/mockito#2258</a>)</li>
<li>Bump actions/setup-java from v1 to v2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2255">#2255</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2255">mockito/mockito#2255</a>)</li>
<li>&quot;But invoked here&quot; should list the invocation parameters [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2058">https://github.com/facebook/flipper/issues/2058</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2058">mockito/mockito#2058</a>)</li>
</ul>
<h2>v3.8.25</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.8.25</h4>
<ul>
<li>2021-04-07 - <a href="https://github.com/mockito/mockito/compare/v3.8.22...v3.8.25">3 commit(s)</a> by Tim van der Lippe, dependabot[bot]</li>
<li>&quot;But invoked here&quot; lists the invocation parameters [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2259">#2259</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2259">mockito/mockito#2259</a>)</li>
<li>Bump auto-service from 1.0-rc7 to 1.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2258">#2258</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2258">mockito/mockito#2258</a>)</li>
<li>Bump actions/setup-java from v1 to v2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2255">#2255</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2255">mockito/mockito#2255</a>)</li>
<li>&quot;But invoked here&quot; should list the invocation parameters [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2058">https://github.com/facebook/flipper/issues/2058</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2058">mockito/mockito#2058</a>)</li>
</ul>
<h2>v3.8.22</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.8.22</h4>
<ul>
<li>2021-04-05 - <a href="https://github.com/mockito/mockito/compare/v3.8.20...v3.8.22">2 commit(s)</a> by Tim van der Lippe</li>
<li>Fix thread race condition [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2248">#2248</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2248">mockito/mockito#2248</a>)</li>
<li>Add missing Deprecated annotation [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2227">#2227</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2227">mockito/mockito#2227</a>)</li>
</ul>
<h2>v3.8.21</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.8.21</h4>
<ul>
<li>2021-04-05 - <a href="https://github.com/mockito/mockito/compare/v3.8.20...v3.8.21">1 commit(s)</a> by Tim van der Lippe</li>
<li>Add missing Deprecated annotation [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2227">#2227</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2227">mockito/mockito#2227</a>)</li>
</ul>
<h2>v3.8.20</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.8.20</h4>
<ul>
<li>2021-04-01 - <a href="https://github.com/mockito/mockito/compare/v3.8.17...v3.8.20">3 commit(s)</a> by Paul Klauser, dependabot[bot]</li>
<li>Bump google-java-format from 1.9 to 1.10.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2251">#2251</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2251">mockito/mockito#2251</a>)</li>
<li>Bump versions.errorprone from 2.5.1 to 2.6.0 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2250">#2250</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2250">mockito/mockito#2250</a>)</li>
<li>Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2007">https://github.com/facebook/flipper/issues/2007</a> : Update objenesis dep to 3.2 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2249">#2249</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2249">mockito/mockito#2249</a>)</li>
<li>Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2007">https://github.com/facebook/flipper/issues/2007</a> : Downgrade objenesis version for mockito-android [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2024">https://github.com/facebook/flipper/issues/2024</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/pull/2024">mockito/mockito#2024</a>)</li>
<li>Android instrumentation test packaging fails for mockito-android 3.5.0 with minSdk &lt; 26 [(<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2007">https://github.com/facebook/flipper/issues/2007</a>)](<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2007">mockito/mockito#2007</a>)</li>
</ul>
<h2>v3.8.17</h2>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><em>Changelog generated by <a href="https://github.com/shipkit/shipkit-changelog">Shipkit Changelog Gradle Plugin</a></em><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4>3.8.17</h4>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="95841edecb"><code>95841ed</code></a> Publish new minor version to Maven central</li>
<li><a href="d3d11f40ab"><code>d3d11f4</code></a> &quot;But invoked here&quot; lists the invocation parameters (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2259">#2259</a>)</li>
<li><a href="f9e4bcadf5"><code>f9e4bca</code></a> Bump auto-service from 1.0-rc7 to 1.0 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2258">#2258</a>)</li>
<li><a href="46ac495d8a"><code>46ac495</code></a> Bump actions/setup-java from v1 to v2 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2255">#2255</a>)</li>
<li><a href="08a2e7661f"><code>08a2e76</code></a> Fix thread race condition (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2248">#2248</a>)</li>
<li><a href="3b96d1f4b9"><code>3b96d1f</code></a> Add missing Deprecated annotation (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2227">#2227</a>)</li>
<li><a href="7f036eb9ed"><code>7f036eb</code></a> Bump versions.errorprone from 2.5.1 to 2.6.0 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2250">#2250</a>)</li>
<li><a href="ca92be6a7d"><code>ca92be6</code></a> Bump google-java-format from 1.9 to 1.10.0 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2251">#2251</a>)</li>
<li><a href="ec341883c6"><code>ec34188</code></a> Fixes <a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2007">https://github.com/facebook/flipper/issues/2007</a> : Update objenesis dep to 3.2 (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2249">#2249</a>)</li>
<li><a href="c5be5c3144"><code>c5be5c3</code></a> Fix grammar in CONTRIBUTING.md (<a href="https://github-redirect.dependabot.com/mockito/mockito/issues/2246">#2246</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mockito/mockito/compare/v3.8.0...v3.9.0">compare view</a></li>
</ul>
</details>
<br />

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

Reviewed By: mweststrate

Differential Revision: D27946003

Pulled By: passy

fbshipit-source-id: 307cbb03020a360454435c2ef1cd161881ba9ac7
2021-04-23 04:22:14 -07:00
Harold Martin
b0cbf39a1a Export protobuf definitions from Retrofit (#2084)
Summary:
https://github.com/facebook/flipper/pull/2080 enables storing protobuf definitions and displaying payloads in the network inspector plugin. However, describing those definitions in ProtobufJS format can be time consuming and error prone. This PR enables sending definitions from an entire Retrofit service with a single line.

## Changelog
* Adds a retrofit2-protobuf plugin

Pull Request resolved: https://github.com/facebook/flipper/pull/2084

Test Plan:
Used as a single line per service, ie:
`SendProtobufToFlipperFromRetrofit(baseUrl, PersonService::class.java)`

For more details see demo app in https://github.com/hbmartin/protobuf_java_to_protobufjs

Reviewed By: mweststrate

Differential Revision: D27507872

Pulled By: passy

fbshipit-source-id: 859d7636c9512de0abde0aa1dcb2e023851369cf
2021-04-07 13:31:23 -07:00
dependabot[bot]
8c096df71e Bump fbjni from 0.2.0 to 0.2.2 (#2125)
Summary:
Bumps [fbjni](https://github.com/facebookincubator/fbjni) from 0.2.0 to 0.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebookincubator/fbjni/releases">fbjni's releases</a>.</em></p>
<blockquote>
<h2>v0.2.2</h2>
<p>No release notes provided.</p>
<h2>v0.2.1</h2>
<p>This release re-enables the headers JAR.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="7e1e1fe385"><code>7e1e1fe</code></a> v0.2.2</li>
<li><a href="e7a5554a72"><code>e7a5554</code></a> Don't create separate distribution for headers (<a href="https://github-redirect.dependabot.com/facebookincubator/fbjni/issues/55">https://github.com/facebook/flipper/issues/55</a>)</li>
<li><a href="f107a1f8c6"><code>f107a1f</code></a> v0.2.2-SNAPSHOT</li>
<li><a href="7af8406201"><code>7af8406</code></a> v0.2.1</li>
<li><a href="8c12e9599a"><code>8c12e95</code></a> Publish headers archive again (<a href="https://github-redirect.dependabot.com/facebookincubator/fbjni/issues/54">https://github.com/facebook/flipper/issues/54</a>)</li>
<li><a href="288c0d695f"><code>288c0d6</code></a> v0.2.1-SNAPSHOT</li>
<li>See full diff in <a href="https://github.com/facebookincubator/fbjni/compare/v0.2.0...v0.2.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.facebook.fbjni:fbjni&package-manager=gradle&previous-version=0.2.0&new-version=0.2.2)](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/2125

Reviewed By: passy

Differential Revision: D27396042

Pulled By: mweststrate

fbshipit-source-id: a69e26c77ea627df1c8e24a1eafd66ac710298ce
2021-03-29 10:49:18 -07:00
dependabot[bot]
aba15f8475 Bump dokka-gradle-plugin from 1.4.20 to 1.4.30 (#2089)
Summary:
Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.4.20 to 1.4.30.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Kotlin/dokka/releases">dokka-gradle-plugin's releases</a>.</em></p>
<blockquote>
<h2>1.4.30 Alpha</h2>
<p>In this release we focused on improving multi-module experience that would allow links, search and navigation to be rendered for the whole project rather than independent modules. We have also updated the compiler to 1.4.30 and introduced the versioning plugin for the multi module, that lets users generate documentation for each version incrementally and switch between them on the main page.</p>
<h2>Breaking changes</h2>
<ul>
<li>Dokka multi module no longer uses generic <code>dokka${format}</code> task but rather <code>dokka${format}Partial</code> where <code>format</code> is the desired output format like <code>html</code> or <code>gfm</code></li>
</ul>
<h2>Improvements and bug fixes</h2>
<ul>
<li>JvmName support <a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1675">https://github.com/facebook/flipper/issues/1675</a></li>
<li>Use Maven directly to download additional dependencies <a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1644">https://github.com/facebook/flipper/issues/1644</a> thanks <a href="https://github.com/adangel"><code>@​adangel</code></a></li>
<li>Fix docs on DProperty <a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1671">https://github.com/facebook/flipper/issues/1671</a></li>
<li>Refactor ContentTable builder and fix GFM table rendering <a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1682">https://github.com/facebook/flipper/issues/1682</a></li>
<li>Versioning <a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1654">https://github.com/facebook/flipper/issues/1654</a></li>
<li>Footer customisation <a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1691">https://github.com/facebook/flipper/issues/1691</a></li>
<li>Resolve Trove issue <a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1715">https://github.com/facebook/flipper/issues/1715</a></li>
<li>Fix incorrect DRI conversion in KotlinAsJava modes for nested definitions <a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1701">https://github.com/facebook/flipper/issues/1701</a></li>
<li>JvmOverloads (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1712">https://github.com/facebook/flipper/issues/1712</a>) and add detection of JvmSynthetic (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1718">https://github.com/facebook/flipper/issues/1718</a>) thanks <a href="https://github.com/bishiboosh"><code>@​bishiboosh</code></a></li>
<li>Annotations for parameters <a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1710">https://github.com/facebook/flipper/issues/1710</a></li>
<li>Fix links to method parameters from documentation <a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1713">https://github.com/facebook/flipper/issues/1713</a></li>
<li>Fix displaying default Java visibility <a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1738">https://github.com/facebook/flipper/issues/1738</a></li>
<li>Add legacy KotlinWebsite format to recognized link formats <a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1750">https://github.com/facebook/flipper/issues/1750</a></li>
<li>Fix parameters in CLI and bump kotlinx.cli <a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1755">https://github.com/facebook/flipper/issues/1755</a></li>
<li>Suppress tag support <a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1742">https://github.com/facebook/flipper/issues/1742</a></li>
<li>Add ability to suppress obvious functions like equals, toString <a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1758">https://github.com/facebook/flipper/issues/1758</a></li>
<li>Make Gradle plugin use <code>api</code> instead of <code>implementation</code> for dokka-core <a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1771">https://github.com/facebook/flipper/issues/1771</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4f6db70c38"><code>4f6db70</code></a> Don't document Dokka for local publication</li>
<li><a href="6645763b4e"><code>6645763</code></a> Remove explicit publishing from s3 tests</li>
<li><a href="f10455d50d"><code>f10455d</code></a> Use Nexus publish plugin for publishing to Sonatype</li>
<li><a href="05ae0ef138"><code>05ae0ef</code></a> Add publication version assertion</li>
<li><a href="29e052a39d"><code>29e052a</code></a> Rewrite Gradle plugin publication</li>
<li><a href="dac09588f1"><code>dac0958</code></a> Add OSSRH repositories</li>
<li><a href="301ee3885b"><code>301ee38</code></a> Fix not escaping module name in DefaultExternalModuleLinkResolver (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1777">https://github.com/facebook/flipper/issues/1777</a>)</li>
<li><a href="f5c791a150"><code>f5c791a</code></a> Bump korte to 2.0.7 (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1773">https://github.com/facebook/flipper/issues/1773</a>)</li>
<li><a href="31506aee80"><code>31506ae</code></a> Make Gradle plugin use <code>api</code> instead of <code>implementation</code> for core (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1771">https://github.com/facebook/flipper/issues/1771</a>)</li>
<li><a href="4899f65d78"><code>4899f65</code></a> Fix multimodule sourcesets dependencies (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1766">https://github.com/facebook/flipper/issues/1766</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/Kotlin/dokka/compare/v1.4.20...v1.4.30">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.dokka:dokka-gradle-plugin&package-manager=gradle&previous-version=1.4.20&new-version=1.4.30)](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/2089

Reviewed By: passy

Differential Revision: D27326624

Pulled By: mweststrate

fbshipit-source-id: 35b5b1f4c5843127a4cd6237ba6dabfd439cbb92
2021-03-29 04:33:40 -07:00