Bump protobuf-java from 3.21.8 to 3.21.9 (#4285)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.8 to 3.21.9. <details> <summary>Commits</summary> <ul> <li><a href="90b73ac3f0"><code>90b73ac</code></a> Updating changelog</li> <li><a href="0135eb0e52"><code>0135eb0</code></a> Updating version.json and repo version numbers to: 21.9</li> <li><a href="573a1851dc"><code>573a185</code></a> Update zlib to 1.2.13 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10819">#10819</a>)</li> <li><a href="33bc6fb2a4"><code>33bc6fb</code></a> Replace libc strdup usage with internal impl to restore musl compat. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10811">#10811</a>)...</li> <li><a href="0d8ac768a1"><code>0d8ac76</code></a> Target macOS 10.9 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10802">#10802</a>) (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10807">#10807</a>)</li> <li><a href="80b583acdf"><code>80b583a</code></a> 21.x 202210181433 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10787">#10787</a>)</li> <li><a href="591fe403c9"><code>591fe40</code></a> 21.x 202210180838 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10785">#10785</a>)</li> <li><a href="3c49bd4e84"><code>3c49bd4</code></a> Bump upb to latest version after fixes applied (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10783">#10783</a>)</li> <li>See full diff in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.21.8...v3.21.9">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/4285 Reviewed By: antonk52 Differential Revision: D41578633 Pulled By: mweststrate fbshipit-source-id: e908148ff6d686655f56f2912cac8c044da0dbf2
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d954828bbc
commit
c7e67a5de0
@@ -104,7 +104,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.8.1',
|
||||
protobuf : 'com.google.protobuf:protobuf-java:3.21.8',
|
||||
protobuf : 'com.google.protobuf:protobuf-java:3.21.9',
|
||||
testCore : 'androidx.test:core:1.4.0',
|
||||
testRules : 'androidx.test:rules:1.5.0',
|
||||
// Plugin dependencies
|
||||
|
||||
Reference in New Issue
Block a user