dependabot[bot] opened a new pull request, #749:
URL: https://github.com/apache/dubbo-go-samples/pull/749

   Bumps 
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
 from 3.19.4 to 3.19.6.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/protocolbuffers/protobuf/releases";>com.google.protobuf:protobuf-java's
 releases</a>.</em></p>
   <blockquote>
   <h2>Protocol Buffers v3.19.6</h2>
   <h1>Java</h1>
   <ul>
   <li>Refactoring java full runtime to reuse sub-message builders and prepare 
to
   migrate parsing logic from parse constructor to builder.</li>
   <li>Move proto wireformat parsing functionality from the private 
&quot;parsing
   constructor&quot; to the Builder class.</li>
   <li>Change the Lite runtime to prefer merging from the wireformat into 
mutable
   messages rather than building up a new immutable object before merging. This
   way results in fewer allocations and copy operations.</li>
   <li>Make message-type extensions merge from wire-format instead of building 
up
   instances and merging afterwards. This has much better performance.</li>
   <li>Fix TextFormat parser to build up recurring (but supposedly not repeated)
   sub-messages directly from text rather than building a new sub-message and
   merging the fully formed message into the existing field.</li>
   <li>This release addresses a <a 
href="https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-h4h5-3hr4-j3g2";>Security
 Advisory for Java users</a></li>
   </ul>
   <h2>Protocol Buffers v3.19.5</h2>
   <h1>C++</h1>
   <ul>
   <li>Reduce memory consumption of MessageSet parsing</li>
   <li>This release addresses a <a 
href="https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf";>Security
 Advisory for C++ and Python users</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/protocolbuffers/protobuf/commit/5cba162a5d93f8df786d828621019e03e50edb4f";><code>5cba162</code></a>
 Updating version.json and repo version numbers to: 19.6</li>
   <li><a 
href="https://github.com/protocolbuffers/protobuf/commit/b0e8e607dc1ace17c823276d3384eeda775bbd76";><code>b0e8e60</code></a>
 Refactoring Java parsing (3.19.x) (<a 
href="https://redirect.github.com/protocolbuffers/protobuf/issues/10667";>#10667</a>)</li>
   <li><a 
href="https://github.com/protocolbuffers/protobuf/commit/30b9f88f003f327822b3032a844cff1ad23ec487";><code>30b9f88</code></a>
 Merge pull request <a 
href="https://redirect.github.com/protocolbuffers/protobuf/issues/10603";>#10603</a>
 from deannagarcia/3.19.x</li>
   <li><a 
href="https://github.com/protocolbuffers/protobuf/commit/8cccc0dbdd7561b184a8231f4886e630b7221b0b";><code>8cccc0d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/protocolbuffers/protobuf/issues/10606";>#10606</a>
 from deannagarcia/buildZip19</li>
   <li><a 
href="https://github.com/protocolbuffers/protobuf/commit/0661cc41dc65545938515f7e3944e1b4ea4618e5";><code>0661cc4</code></a>
 Use local artifacts</li>
   <li><a 
href="https://github.com/protocolbuffers/protobuf/commit/184f584b0a1d7c3c22757084c721f503214bbcbf";><code>184f584</code></a>
 Fix spelling</li>
   <li><a 
href="https://github.com/protocolbuffers/protobuf/commit/9e8d5f10977397411dbe9bba9cb0c60c2c427b53";><code>9e8d5f1</code></a>
 Merge pull request <a 
href="https://redirect.github.com/protocolbuffers/protobuf/issues/10574";>#10574</a>
 from deannagarcia/3.19.x</li>
   <li><a 
href="https://github.com/protocolbuffers/protobuf/commit/8b17db185c09c0929a67f45adab9c1a50f285c1e";><code>8b17db1</code></a>
 Merge pull request <a 
href="https://redirect.github.com/protocolbuffers/protobuf/issues/10578";>#10578</a>
 from protocolbuffers/3.19.x-202209141437</li>
   <li><a 
href="https://github.com/protocolbuffers/protobuf/commit/b1135aa41280dba9d61637e643ed97eab218acab";><code>b1135aa</code></a>
 Update version.json to: 19.6-dev</li>
   <li><a 
href="https://github.com/protocolbuffers/protobuf/commit/23865cde2f142eb286a079fb048d332aeea7056a";><code>23865cd</code></a>
 Make release script executable</li>
   <li>Additional commits viewable in <a 
href="https://github.com/protocolbuffers/protobuf/compare/v3.19.4...v3.19.6";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=maven&previous-version=3.19.4&new-version=3.19.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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/dubbo-go-samples/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: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to