Bump protobuf-java from 3.18.0 to 3.18.1 (#2966)
Summary: Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.18.0 to 3.18.1. <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.18.1</h2> <h1>Python</h1> <ul> <li>Update setup.py to reflect that we now require at least Python 3.5 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8989">#8989</a>)</li> <li>Performance fix for DynamicMessage: force GetRaw() to be inlined (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9023">#9023</a>)</li> </ul> <h1>Ruby</h1> <ul> <li>Update ruby_generator.cc to allow proto2 imports in proto3 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9003">#9003</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="0dab03ba7b"><code>0dab03b</code></a> Update protobuf version to 3.18.1 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9051">#9051</a>)</li> <li><a href="40f6669c46"><code>40f6669</code></a> Update changelog for 3.18.1 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9050">#9050</a>)</li> <li><a href="aeb624d3b4"><code>aeb624d</code></a> Avoid installing anything from Homebrew in test runs (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9043">#9043</a>)</li> <li><a href="bfc4c3472d"><code>bfc4c34</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9021">#9021</a> from acozzette/cherry-pick-fixes</li> <li><a href="5378c9a710"><code>5378c9a</code></a> Use the stable version of rvm</li> <li><a href="55b0e11f52"><code>55b0e11</code></a> Fix Ruby tests on Mac</li> <li><a href="0333cb77de"><code>0333cb7</code></a> Update ruby/travis-test.sh to print commands</li> <li><a href="0e7a35f24b"><code>0e7a35f</code></a> Update dist_install test to work around Python issue</li> <li><a href="bf8d7f0b72"><code>bf8d7f0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9023">#9023</a> from haberman/dyn-msg-perf-fix</li> <li><a href="5e8396fd27"><code>5e8396f</code></a> Performance fix for DynamicMessage: force GetRaw() to be inlined.</li> <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.18.0...v3.18.1">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/2966 Reviewed By: nikoant Differential Revision: D31545922 Pulled By: passy fbshipit-source-id: 38ad870fcaf1165fd8ed9787f63e9a01948eab83
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5c3c668275
commit
c129eff18e
@@ -97,7 +97,7 @@ ext.deps = [
|
|||||||
okhttp3 : 'com.squareup.okhttp3:okhttp:4.9.2',
|
okhttp3 : 'com.squareup.okhttp3:okhttp:4.9.2',
|
||||||
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.18.0',
|
protobuf : 'com.google.protobuf:protobuf-java:3.18.1',
|
||||||
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