Bump protobuf-java from 3.19.3 to 3.19.4 (#3377)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.3 to 3.19.4. <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.19.4</h2> <h1>Python</h1> <ul> <li>Make libprotobuf symbols local on OSX to fix issue <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9395">#9395</a> (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9435">#9435</a>)</li> </ul> <h1>Ruby</h1> <ul> <li>Fixed a data loss bug that could occur when the number of <code>optional</code> fields in a message is an exact multiple of 32. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9440">#9440</a>).</li> </ul> <h1>PHP</h1> <ul> <li>Fixed a data loss bug that could occur when the number of <code>optional</code> fields in a message is an exact multiple of 32. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9440">#9440</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="22d0e265de"><code>22d0e26</code></a> Update protobuf version for 3.19.4 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9449">#9449</a>)</li> <li><a href="afeb6d8181"><code>afeb6d8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9451">#9451</a> from haberman/ruby-dataloss-bugfix</li> <li><a href="98b8e055d5"><code>98b8e05</code></a> Merge branch '3.19.x' into ruby-dataloss-bugfix</li> <li><a href="eb301e1a33"><code>eb301e1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9450">#9450</a> from haberman/php-dataloss-bugfix</li> <li><a href="aceff710f4"><code>aceff71</code></a> Fixed data loss bug in Ruby extension.</li> <li><a href="35a21c1249"><code>35a21c1</code></a> Added CHANGES.txt entry.</li> <li><a href="67995fb4e9"><code>67995fb</code></a> Fixed data loss bug with PHP C extension.</li> <li><a href="779b97260d"><code>779b972</code></a> Update CHANGES.txt for 3.19.4 release (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9448">#9448</a>)</li> <li><a href="a035bd0882"><code>a035bd0</code></a> Make libprotobuf symbols local on OSX (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8346">#8346</a>) (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9435">#9435</a>)</li> <li>See full diff in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.19.3...v3.19.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/3377 Reviewed By: passy Differential Revision: D33892162 Pulled By: cekkaewnumchai fbshipit-source-id: 2c5c0811aa4ef19e8ef411af75f03871cac9cbe8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a694ea3b35
commit
1e309ddd5c
@@ -97,7 +97,7 @@ ext.deps = [
|
||||
okhttp3 : 'com.squareup.okhttp3:okhttp:4.9.3',
|
||||
leakcanary : 'com.squareup.leakcanary:leakcanary-android:1.6.3',
|
||||
leakcanary2 : 'com.squareup.leakcanary:leakcanary-android:2.6',
|
||||
protobuf : 'com.google.protobuf:protobuf-java:3.19.3',
|
||||
protobuf : 'com.google.protobuf:protobuf-java:3.19.4',
|
||||
testCore : 'androidx.test:core:1.4.0',
|
||||
testRules : 'androidx.test:rules:1.4.0',
|
||||
// Plugin dependencies
|
||||
|
||||
Reference in New Issue
Block a user