Bump protobuf-java from 3.19.2 to 3.19.3 (#3302)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.2 to 3.19.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.19.3</h2> <h1>Python</h1> <ul> <li>Fix missing Windows wheel for Python 3.10 on PyPI</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="cc7b1b5323"><code>cc7b1b5</code></a> Update protobuf version</li> <li><a href="ee432e55b8"><code>ee432e5</code></a> Update CHANGES.txt for 3.19.3</li> <li><a href="203c593b96"><code>203c593</code></a> Fix build error with Python 3.10 build on Windows</li> <li><a href="922a7ec189"><code>922a7ec</code></a> Fix Python 3.10 C++ tests (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9128">#9128</a>)</li> <li>See full diff in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.19.2...v3.19.3">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/3302 Reviewed By: lawrencelomax Differential Revision: D33620945 Pulled By: passy fbshipit-source-id: 69d8a8f1acb3782e154fb7d5d69fe0c634c32d46
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e0f96057c3
commit
8a9d05cc40
@@ -97,7 +97,7 @@ ext.deps = [
|
|||||||
okhttp3 : 'com.squareup.okhttp3:okhttp:4.9.3',
|
okhttp3 : 'com.squareup.okhttp3:okhttp:4.9.3',
|
||||||
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.19.2',
|
protobuf : 'com.google.protobuf:protobuf-java:3.19.3',
|
||||||
testCore : 'androidx.test:core:1.4.0',
|
testCore : 'androidx.test:core:1.4.0',
|
||||||
testRules : 'androidx.test:rules:1.4.0',
|
testRules : 'androidx.test:rules:1.4.0',
|
||||||
// Plugin dependencies
|
// Plugin dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user