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
This commit is contained in:
dependabot[bot]
2021-06-15 05:53:46 -07:00
committed by Facebook GitHub Bot
parent a4724fff93
commit 6754ccb8dc

View File

@@ -100,7 +100,7 @@ ext.deps = [
okhttp3 : 'com.squareup.okhttp3:okhttp:4.9.1', okhttp3 : 'com.squareup.okhttp3:okhttp:4.9.1',
leakcanary : 'com.squareup.leakcanary:leakcanary-android:1.6.3', leakcanary : 'com.squareup.leakcanary:leakcanary-android:1.6.3',
leakcanary2 : 'com.squareup.leakcanary:leakcanary-android:2.6', leakcanary2 : 'com.squareup.leakcanary:leakcanary-android:2.6',
protobuf : 'com.google.protobuf:protobuf-java:3.17.2', protobuf : 'com.google.protobuf:protobuf-java:3.17.3',
testCore : 'androidx.test:core:1.3.0', testCore : 'androidx.test:core:1.3.0',
testRules : 'androidx.test:rules:1.3.0', testRules : 'androidx.test:rules:1.3.0',
// Plugin dependencies // Plugin dependencies