dependabot[bot] opened a new pull request, #37987:
URL: https://github.com/apache/spark/pull/37987

   Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.21.5 to 
4.21.6.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/protocolbuffers/protobuf/releases";>protobuf's 
releases</a>.</em></p>
   <blockquote>
   <h2>Protocol Buffers v3.0.0-beta-4</h2>
   <h1>Version 3.0.0-beta-4</h1>
   <h2>General</h2>
   <ul>
   <li>
   <p>Added a deterministic serialization API for C++. The deterministic
   serialization guarantees that given a binary, equal messages will be
   serialized to the same bytes. This allows applications like MapReduce to
   group equal messages based on the serialized bytes. The deterministic
   serialization is, however, NOT canonical across languages; it is also
   unstable across different builds with schema changes due to unknown fields.
   Users who need canonical serialization, e.g. persistent storage in a
   canonical form, fingerprinting, etc, should define their own
   canonicalization specification and implement the serializer using reflection
   APIs rather than relying on this API.</p>
   </li>
   <li>
   <p>Added OneofOptions. You can now define custom options for oneof 
groups.</p>
   <pre><code>import &quot;google/protobuf/descriptor.proto&quot;;
   extend google.protobuf.OneofOptions {
     optional int32 my_oneof_extension = 12345;
   }
   message Foo {
     oneof oneof_group {
       (my_oneof_extension) = 54321;
       ...
     }
   }
   </code></pre>
   </li>
   </ul>
   <h2>C++ (beta)</h2>
   <ul>
   <li>Introduced a deterministic serialization API in
   CodedOutputStream::SetSerializationDeterministic(bool). See the notes about
   deterministic serialization in the General section.</li>
   <li>Added google::protobuf::Map::swap() to swap two map fields.</li>
   <li>Fixed a memory leak when calling Reflection::ReleaseMessage() on a 
message
   allocated on arena.</li>
   <li>Improved error reporting when parsing text format protos.</li>
   <li>JSON
   <ul>
   <li>Added a new parser option to ignore unknown fields when parsing 
JSON.</li>
   <li>Added convenient methods for message to/from JSON conversion.</li>
   </ul>
   </li>
   <li>Various performance optimizations.</li>
   </ul>
   <h2>Java (beta)</h2>
   <ul>
   <li>File option &quot;java_generate_equals_and_hash&quot; is now deprecated. 
equals() and
   hashCode() methods are generated by default.</li>
   <li>Added a new JSON printer option 
&quot;omittingInsignificantWhitespace&quot; to produce
   a more compact JSON output. The printer will pretty-print by default.</li>
   <li>Updated Java runtime to be compatible with 2.5.0/2.6.1 generated 
protos.</li>
   </ul>
   <h2>Python (beta)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/protocolbuffers/protobuf/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobuf&package-manager=pip&previous-version=4.21.5&new-version=4.21.6)](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)
   - `@dependabot use these labels` will set the current labels as the default 
for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the 
default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the 
default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the 
default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/spark/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to