Bump protobuf-java from 3.19.1 to 3.19.2 (#3253)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.1 to 3.19.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.19.2</h2> <h1>Python</h1> <ul> <li>Fix missing Windows wheel for Python 3.10 on PyPI</li> </ul> <h1>Java</h1> <ul> <li>Improve performance characteristics of UnknownFieldSet parsing (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9371">#9371</a>)</li> <li>This release addresses a <a href="https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-wrvw-hg22-4m67">Security Advisory for Java users</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="cb46755e64"><code>cb46755</code></a> Tweak wording of CHANGES.txt</li> <li><a href="eb94f17a8b"><code>eb94f17</code></a> Update protobuf version</li> <li><a href="ea9a01a0f5"><code>ea9a01a</code></a> Update CHANGES.txt for 3.19.2 release</li> <li><a href="9638a5e531"><code>9638a5e</code></a> Improve performance of parsing unknown fields in Java (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9371">#9371</a>)</li> <li><a href="0e02f95b87"><code>0e02f95</code></a> Fix Ruby release build by pinning rake-compiler-dock version (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9372">#9372</a>)</li> <li><a href="9057466a7a"><code>9057466</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9336">#9336</a> from acozzette/merge-3.18.x</li> <li><a href="9227f60f85"><code>9227f60</code></a> Merge branch '3.18.x' into merge-3.18.x</li> <li><a href="1fe07f9ce2"><code>1fe07f9</code></a> Cherry-pick fix from <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9311">#9311</a> into 3.18.x (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9320">#9320</a>)</li> <li><a href="cb1f49ae73"><code>cb1f49a</code></a> Cherry-pick Python 3.10 fix to 3.19.x (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9323">#9323</a>)</li> <li><a href="bb5094881c"><code>bb50948</code></a> Update python 3.10 install MD5 Sum (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9322">#9322</a>)</li> <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.19.1...v3.19.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/3253 Reviewed By: antonk52 Differential Revision: D33511882 Pulled By: passy fbshipit-source-id: 18b6056d6c5819736e4c4663b78ca4f70beda89f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f34f146f1a
commit
ae06c2d1f4
@@ -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.1',
|
||||
protobuf : 'com.google.protobuf:protobuf-java:3.19.2',
|
||||
testCore : 'androidx.test:core:1.4.0',
|
||||
testRules : 'androidx.test:rules:1.4.0',
|
||||
// Plugin dependencies
|
||||
|
||||
Reference in New Issue
Block a user