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

   Bumps `grpc.version` from 1.50.2 to 1.51.0.
   Updates `grpc-core` from 1.50.2 to 1.51.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>grpc-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.51.0</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>grpclb: Fix a debug logging message which incorrectly logged 
loadbalancer addresses under backend addresses. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9602";>#9602</a>)</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>okhttp: okhttp server now supports maxConnectionAge and 
maxConnectionAgeGrace configuration for improved connection management. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9649";>#9649</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>netty: switch default cumulation strategy from MERGE to ADAPTIVE. When 
accumulating incoming network data, Adaptive cumulator dynamically switches 
between MERGE and COMPOSE strategies to minimize the amount of copying while 
also limiting per-buffer overhead. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9558";>#9558</a>)</li>
   </ul>
   <h3>Acknowledgements</h3>
   <p><a 
href="https://github.com/TrevorEdwards";><code>@​TrevorEdwards</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e900f1728a83fb26235e88142d312e1402d776ac";><code>e900f17</code></a>
 Bump version to 1.51.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/976ab8dc5f5887d38ed443c442cba95fe5c6a503";><code>976ab8d</code></a>
 Update README etc to reference 1.51.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a82ea0cb09caef7ad56cc5e0b07473ae420bbeab";><code>a82ea0c</code></a>
 Fix jmh -PjmhIncludeSingleClass</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0d44203bdce8e0013f67c32001e1f35865e3f480";><code>0d44203</code></a>
 xds: Delay priority LB updates from children (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9670";>#9670</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ba182c3e02ab3ae55acc92a032849c7889423450";><code>ba182c3</code></a>
 core: round_robin to use acceptResolvedAddresses()</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/c1d0e147990832773361751adb1968eb5520cffa";><code>c1d0e14</code></a>
 xds: Fake control plane test setup code to Rules (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9666";>#9666</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/39c264698d6321f52894d92edc21a36e6585cc4f";><code>39c2646</code></a>
 xds: least_request LB to use acceptResolvedAddresses() (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9616";>#9616</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a65ecef5384c073ff0e31e9ac2e8d8b411d0594d";><code>a65ecef</code></a>
 xds: ring_hash to use acceptResolvedAddresses() (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9617";>#9617</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a97db60fd7b861770bacd0ea0fb8be60e6d9cd98";><code>a97db60</code></a>
 c2p resolver: use federation if enabled via env var (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9660";>#9660</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/47ddfa4f205d4672e035c37349dfd3036c74efb6";><code>47ddfa4</code></a>
 okhttp: add maxConnectionAge and maxConnectionAgeGrace (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9649";>#9649</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.50.2...v1.51.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-stub` from 1.50.2 to 1.51.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>grpc-stub's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.51.0</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>grpclb: Fix a debug logging message which incorrectly logged 
loadbalancer addresses under backend addresses. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9602";>#9602</a>)</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>okhttp: okhttp server now supports maxConnectionAge and 
maxConnectionAgeGrace configuration for improved connection management. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9649";>#9649</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>netty: switch default cumulation strategy from MERGE to ADAPTIVE. When 
accumulating incoming network data, Adaptive cumulator dynamically switches 
between MERGE and COMPOSE strategies to minimize the amount of copying while 
also limiting per-buffer overhead. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9558";>#9558</a>)</li>
   </ul>
   <h3>Acknowledgements</h3>
   <p><a 
href="https://github.com/TrevorEdwards";><code>@​TrevorEdwards</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e900f1728a83fb26235e88142d312e1402d776ac";><code>e900f17</code></a>
 Bump version to 1.51.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/976ab8dc5f5887d38ed443c442cba95fe5c6a503";><code>976ab8d</code></a>
 Update README etc to reference 1.51.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a82ea0cb09caef7ad56cc5e0b07473ae420bbeab";><code>a82ea0c</code></a>
 Fix jmh -PjmhIncludeSingleClass</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0d44203bdce8e0013f67c32001e1f35865e3f480";><code>0d44203</code></a>
 xds: Delay priority LB updates from children (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9670";>#9670</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ba182c3e02ab3ae55acc92a032849c7889423450";><code>ba182c3</code></a>
 core: round_robin to use acceptResolvedAddresses()</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/c1d0e147990832773361751adb1968eb5520cffa";><code>c1d0e14</code></a>
 xds: Fake control plane test setup code to Rules (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9666";>#9666</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/39c264698d6321f52894d92edc21a36e6585cc4f";><code>39c2646</code></a>
 xds: least_request LB to use acceptResolvedAddresses() (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9616";>#9616</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a65ecef5384c073ff0e31e9ac2e8d8b411d0594d";><code>a65ecef</code></a>
 xds: ring_hash to use acceptResolvedAddresses() (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9617";>#9617</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a97db60fd7b861770bacd0ea0fb8be60e6d9cd98";><code>a97db60</code></a>
 c2p resolver: use federation if enabled via env var (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9660";>#9660</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/47ddfa4f205d4672e035c37349dfd3036c74efb6";><code>47ddfa4</code></a>
 okhttp: add maxConnectionAge and maxConnectionAgeGrace (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9649";>#9649</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.50.2...v1.51.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-netty` from 1.50.2 to 1.51.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>grpc-netty's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.51.0</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>grpclb: Fix a debug logging message which incorrectly logged 
loadbalancer addresses under backend addresses. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9602";>#9602</a>)</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>okhttp: okhttp server now supports maxConnectionAge and 
maxConnectionAgeGrace configuration for improved connection management. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9649";>#9649</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>netty: switch default cumulation strategy from MERGE to ADAPTIVE. When 
accumulating incoming network data, Adaptive cumulator dynamically switches 
between MERGE and COMPOSE strategies to minimize the amount of copying while 
also limiting per-buffer overhead. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9558";>#9558</a>)</li>
   </ul>
   <h3>Acknowledgements</h3>
   <p><a 
href="https://github.com/TrevorEdwards";><code>@​TrevorEdwards</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e900f1728a83fb26235e88142d312e1402d776ac";><code>e900f17</code></a>
 Bump version to 1.51.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/976ab8dc5f5887d38ed443c442cba95fe5c6a503";><code>976ab8d</code></a>
 Update README etc to reference 1.51.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a82ea0cb09caef7ad56cc5e0b07473ae420bbeab";><code>a82ea0c</code></a>
 Fix jmh -PjmhIncludeSingleClass</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0d44203bdce8e0013f67c32001e1f35865e3f480";><code>0d44203</code></a>
 xds: Delay priority LB updates from children (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9670";>#9670</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ba182c3e02ab3ae55acc92a032849c7889423450";><code>ba182c3</code></a>
 core: round_robin to use acceptResolvedAddresses()</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/c1d0e147990832773361751adb1968eb5520cffa";><code>c1d0e14</code></a>
 xds: Fake control plane test setup code to Rules (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9666";>#9666</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/39c264698d6321f52894d92edc21a36e6585cc4f";><code>39c2646</code></a>
 xds: least_request LB to use acceptResolvedAddresses() (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9616";>#9616</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a65ecef5384c073ff0e31e9ac2e8d8b411d0594d";><code>a65ecef</code></a>
 xds: ring_hash to use acceptResolvedAddresses() (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9617";>#9617</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a97db60fd7b861770bacd0ea0fb8be60e6d9cd98";><code>a97db60</code></a>
 c2p resolver: use federation if enabled via env var (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9660";>#9660</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/47ddfa4f205d4672e035c37349dfd3036c74efb6";><code>47ddfa4</code></a>
 okhttp: add maxConnectionAge and maxConnectionAgeGrace (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9649";>#9649</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.50.2...v1.51.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   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>


-- 
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: dev-unsubscr...@avro.apache.org

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

Reply via email to