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

   Bumps `grpc.version` from 1.49.2 to 1.50.0.
   Updates `grpc-core` from 1.49.2 to 1.50.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.50.0</h2>
   <h2>New Features</h2>
   <ul>
   <li>okhttp: Added connection management features to okhttp server, including 
maxConnectionIdle(),  permitKeepAliveTime(), and permitKeepAliveWithoutCalls() 
(<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9494";>#9494</a>,
 <a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9544";>#9544</a>)</li>
   <li>binder: Add <code>SecurityPolicies</code> for checking device 
owner/profile owner (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9428";>#9428</a>)</li>
   </ul>
   <h2>API Changes</h2>
   <ul>
   <li>api: Add LoadBalancer.acceptResolvedAddresses() (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9498";>#9498</a>).
 The method is like <code>handleResolvedAddresses()</code> but returns a 
<code>boolean</code> of whether the addresses and configuration were accepted. 
Not accepting the update triggers the NameResolver to retry after a delay. We 
are not yet encouraging migration to this method, as there is still a second 
future API change</li>
   <li>core: add CallOptions to CallCredentials.RequestInfo (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9538";>#9538</a>)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>auth: Fix AppEngine failing while retrieving access token when 
instantiating a blocking stub using AppEngineCredentials (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9504";>#9504</a>)</li>
   <li>core: Ensure that context cancellationCause is set (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9501";>#9501</a>)</li>
   <li>core: Update outlier detection max ejection logic to allow exceeding the 
limit by one, to match Envoy. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9489";>#9489</a>,
 <a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9492";>#9492</a>)</li>
   <li>core: outlier detection to honor min host request volume (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9490";>#9490</a>)</li>
   <li>okhttp: Add timeout for HTTP CONNECT proxy handshake (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9586";>#9586</a>)</li>
   <li>xds: ringhash policy in TRANSIENT_FAILURE should not attempt connecting 
when already in connecting (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9535";>#9535</a>).
 With workloads where most requests have the same hash, ring hash should behave 
more like pick-first of slowly trying backends</li>
   </ul>
   <h2>Dependencies</h2>
   <ul>
   <li>netty: upgrade netty from 4.1.77.Final to 4.1.79.Final and tcnative from 
2.0.53 to 2.0.54 (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9451";>#9451</a>)</li>
   </ul>
   <h2>Acknowledgements</h2>
   <p><a href="https://github.com/cpovirk";><code>@​cpovirk</code></a>
   <a href="https://github.com/prateek-0";><code>@​prateek-0</code></a>
   <a href="https://github.com/sai-sunder-s";><code>@​sai-sunder-s</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/df9670d83b0339279e139a54b32e52e9e8bc6ca5";><code>df9670d</code></a>
 Bump version to 1.50.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3aa88680d6106d272f151b21a1bf5af75cb97c23";><code>3aa8868</code></a>
 Update README etc to reference 1.50.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/69e86b9db33c2f325521d9f3253ac64e21e9894d";><code>69e86b9</code></a>
 okhttp: Add client transport proxy socket timeout (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9586";>#9586</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ce5f7898e946c31005de6bc80b9213daa28faeb3";><code>ce5f789</code></a>
 Use Protobuf 21.7 in our code generator</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/d211b54bf958398e19e092f9fe392fc2397e1f70";><code>d211b54</code></a>
 Bump Protobuf to 3.21.7</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e998955d1d3f00e394e4e0371a69927236a43283";><code>e998955</code></a>
 xds: Avoid NPE from update after removing subscriptions</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6f8e44a7f52e94491423b3fa8e41463e916514a8";><code>6f8e44a</code></a>
 xds: security code refactoring/renaming (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9555";>#9555</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0cda133c52ed937f9b0a19bcbfc36bf2892c7aa8";><code>0cda133</code></a>
 observability: replace current OpenCensus registerAllGrpcViews with only 
sele...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/2289956ec7159687b5ec5863ec494194df864efa";><code>2289956</code></a>
 core: outlier_detection LB to use acceptResolvedAddresses() (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9557";>#9557</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/8925696b3e6a1cf59208a6da5f4c33c4476172e6";><code>8925696</code></a>
 Revert &quot;xds: prevent concurrent priority LB picker updates (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9363";>#9363</a>)&quot;
 (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9554";>#9554</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.49.2...v1.50.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-stub` from 1.49.2 to 1.50.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.50.0</h2>
   <h2>New Features</h2>
   <ul>
   <li>okhttp: Added connection management features to okhttp server, including 
maxConnectionIdle(),  permitKeepAliveTime(), and permitKeepAliveWithoutCalls() 
(<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9494";>#9494</a>,
 <a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9544";>#9544</a>)</li>
   <li>binder: Add <code>SecurityPolicies</code> for checking device 
owner/profile owner (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9428";>#9428</a>)</li>
   </ul>
   <h2>API Changes</h2>
   <ul>
   <li>api: Add LoadBalancer.acceptResolvedAddresses() (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9498";>#9498</a>).
 The method is like <code>handleResolvedAddresses()</code> but returns a 
<code>boolean</code> of whether the addresses and configuration were accepted. 
Not accepting the update triggers the NameResolver to retry after a delay. We 
are not yet encouraging migration to this method, as there is still a second 
future API change</li>
   <li>core: add CallOptions to CallCredentials.RequestInfo (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9538";>#9538</a>)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>auth: Fix AppEngine failing while retrieving access token when 
instantiating a blocking stub using AppEngineCredentials (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9504";>#9504</a>)</li>
   <li>core: Ensure that context cancellationCause is set (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9501";>#9501</a>)</li>
   <li>core: Update outlier detection max ejection logic to allow exceeding the 
limit by one, to match Envoy. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9489";>#9489</a>,
 <a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9492";>#9492</a>)</li>
   <li>core: outlier detection to honor min host request volume (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9490";>#9490</a>)</li>
   <li>okhttp: Add timeout for HTTP CONNECT proxy handshake (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9586";>#9586</a>)</li>
   <li>xds: ringhash policy in TRANSIENT_FAILURE should not attempt connecting 
when already in connecting (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9535";>#9535</a>).
 With workloads where most requests have the same hash, ring hash should behave 
more like pick-first of slowly trying backends</li>
   </ul>
   <h2>Dependencies</h2>
   <ul>
   <li>netty: upgrade netty from 4.1.77.Final to 4.1.79.Final and tcnative from 
2.0.53 to 2.0.54 (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9451";>#9451</a>)</li>
   </ul>
   <h2>Acknowledgements</h2>
   <p><a href="https://github.com/cpovirk";><code>@​cpovirk</code></a>
   <a href="https://github.com/prateek-0";><code>@​prateek-0</code></a>
   <a href="https://github.com/sai-sunder-s";><code>@​sai-sunder-s</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/df9670d83b0339279e139a54b32e52e9e8bc6ca5";><code>df9670d</code></a>
 Bump version to 1.50.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3aa88680d6106d272f151b21a1bf5af75cb97c23";><code>3aa8868</code></a>
 Update README etc to reference 1.50.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/69e86b9db33c2f325521d9f3253ac64e21e9894d";><code>69e86b9</code></a>
 okhttp: Add client transport proxy socket timeout (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9586";>#9586</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ce5f7898e946c31005de6bc80b9213daa28faeb3";><code>ce5f789</code></a>
 Use Protobuf 21.7 in our code generator</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/d211b54bf958398e19e092f9fe392fc2397e1f70";><code>d211b54</code></a>
 Bump Protobuf to 3.21.7</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e998955d1d3f00e394e4e0371a69927236a43283";><code>e998955</code></a>
 xds: Avoid NPE from update after removing subscriptions</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6f8e44a7f52e94491423b3fa8e41463e916514a8";><code>6f8e44a</code></a>
 xds: security code refactoring/renaming (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9555";>#9555</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0cda133c52ed937f9b0a19bcbfc36bf2892c7aa8";><code>0cda133</code></a>
 observability: replace current OpenCensus registerAllGrpcViews with only 
sele...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/2289956ec7159687b5ec5863ec494194df864efa";><code>2289956</code></a>
 core: outlier_detection LB to use acceptResolvedAddresses() (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9557";>#9557</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/8925696b3e6a1cf59208a6da5f4c33c4476172e6";><code>8925696</code></a>
 Revert &quot;xds: prevent concurrent priority LB picker updates (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9363";>#9363</a>)&quot;
 (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9554";>#9554</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.49.2...v1.50.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-netty` from 1.49.2 to 1.50.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.50.0</h2>
   <h2>New Features</h2>
   <ul>
   <li>okhttp: Added connection management features to okhttp server, including 
maxConnectionIdle(),  permitKeepAliveTime(), and permitKeepAliveWithoutCalls() 
(<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9494";>#9494</a>,
 <a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9544";>#9544</a>)</li>
   <li>binder: Add <code>SecurityPolicies</code> for checking device 
owner/profile owner (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9428";>#9428</a>)</li>
   </ul>
   <h2>API Changes</h2>
   <ul>
   <li>api: Add LoadBalancer.acceptResolvedAddresses() (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9498";>#9498</a>).
 The method is like <code>handleResolvedAddresses()</code> but returns a 
<code>boolean</code> of whether the addresses and configuration were accepted. 
Not accepting the update triggers the NameResolver to retry after a delay. We 
are not yet encouraging migration to this method, as there is still a second 
future API change</li>
   <li>core: add CallOptions to CallCredentials.RequestInfo (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9538";>#9538</a>)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>auth: Fix AppEngine failing while retrieving access token when 
instantiating a blocking stub using AppEngineCredentials (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9504";>#9504</a>)</li>
   <li>core: Ensure that context cancellationCause is set (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9501";>#9501</a>)</li>
   <li>core: Update outlier detection max ejection logic to allow exceeding the 
limit by one, to match Envoy. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9489";>#9489</a>,
 <a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9492";>#9492</a>)</li>
   <li>core: outlier detection to honor min host request volume (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9490";>#9490</a>)</li>
   <li>okhttp: Add timeout for HTTP CONNECT proxy handshake (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9586";>#9586</a>)</li>
   <li>xds: ringhash policy in TRANSIENT_FAILURE should not attempt connecting 
when already in connecting (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9535";>#9535</a>).
 With workloads where most requests have the same hash, ring hash should behave 
more like pick-first of slowly trying backends</li>
   </ul>
   <h2>Dependencies</h2>
   <ul>
   <li>netty: upgrade netty from 4.1.77.Final to 4.1.79.Final and tcnative from 
2.0.53 to 2.0.54 (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9451";>#9451</a>)</li>
   </ul>
   <h2>Acknowledgements</h2>
   <p><a href="https://github.com/cpovirk";><code>@​cpovirk</code></a>
   <a href="https://github.com/prateek-0";><code>@​prateek-0</code></a>
   <a href="https://github.com/sai-sunder-s";><code>@​sai-sunder-s</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/df9670d83b0339279e139a54b32e52e9e8bc6ca5";><code>df9670d</code></a>
 Bump version to 1.50.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3aa88680d6106d272f151b21a1bf5af75cb97c23";><code>3aa8868</code></a>
 Update README etc to reference 1.50.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/69e86b9db33c2f325521d9f3253ac64e21e9894d";><code>69e86b9</code></a>
 okhttp: Add client transport proxy socket timeout (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9586";>#9586</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ce5f7898e946c31005de6bc80b9213daa28faeb3";><code>ce5f789</code></a>
 Use Protobuf 21.7 in our code generator</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/d211b54bf958398e19e092f9fe392fc2397e1f70";><code>d211b54</code></a>
 Bump Protobuf to 3.21.7</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e998955d1d3f00e394e4e0371a69927236a43283";><code>e998955</code></a>
 xds: Avoid NPE from update after removing subscriptions</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6f8e44a7f52e94491423b3fa8e41463e916514a8";><code>6f8e44a</code></a>
 xds: security code refactoring/renaming (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9555";>#9555</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0cda133c52ed937f9b0a19bcbfc36bf2892c7aa8";><code>0cda133</code></a>
 observability: replace current OpenCensus registerAllGrpcViews with only 
sele...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/2289956ec7159687b5ec5863ec494194df864efa";><code>2289956</code></a>
 core: outlier_detection LB to use acceptResolvedAddresses() (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9557";>#9557</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/8925696b3e6a1cf59208a6da5f4c33c4476172e6";><code>8925696</code></a>
 Revert &quot;xds: prevent concurrent priority LB picker updates (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9363";>#9363</a>)&quot;
 (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9554";>#9554</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.49.2...v1.50.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: [email protected]

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

Reply via email to