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

   Bumps `grpc.version` from 1.51.1 to 1.52.1.
   Updates `grpc-core` from 1.51.1 to 1.52.1
   <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.52.0</h2>
   <h2>gRPC Java 1.52.0 Release Notes</h2>
   <p><strong>grpc-xds starting with 1.51.0 had a regression where resources 
might stop receiving updates. The trigger could happen hours or days after the 
binary had started. xDS users should avoid this release and use 1.50.x until 
patch releases with the fix are available. <a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/pull/9809";>grpc/grpc-java#9809</a></strong></p>
   <h3>API Changes</h3>
   <ul>
   <li>Fix CallOptions to be properly <code>@Immutable</code> (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9689";>#9689</a>)</li>
   <li>binder: Promote out of experimental status (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9669";>#9669</a>).
 Much of the API is now stable</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>xds: Support localities in multiple priorities (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9683";>#9683</a>)</li>
   <li>xds: Log xDS node ID with verbosity INFO when environment variable 
GRPC_LOG_XDS_NODE_ID=true (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9731";>#9731</a>)</li>
   </ul>
   <h4>Examples</h4>
   <ul>
   <li>Add examples for name resolver and load balancer (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9700";>#9700</a>)</li>
   <li>Swap to ChannelCredentials/ServerCredentials API, as it is preferred</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>xds:Fix ConcurrentModificationException in PriorityLoadBalancer (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9728";>#9728</a>)</li>
   <li>ManagedChannelImpl.SubchannelImpl fix args check to avoid NPE (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9651";>#9651</a>)</li>
   <li>okhttp: Add missing server support for TLS ClientAuth (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9711";>#9711</a>)</li>
   <li>binder: Ensure the security interceptor is always closest to the actual 
transport (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9716";>#9716</a>)</li>
   <li>bazel: Include <a 
href="https://github.com/Generated";><code>@​Generated</code></a> dep for 
autovalue. This fixes builds of xds and rls using Java 9+</li>
   <li>xds: Nack xds response when weighted cluster total weight sums zero  (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9738";>#9738</a>)</li>
   <li>core: Fix a bug about a retriable stream lifecycle. It stops using the 
call executor resource in a retriable stream when the client call is closed, 
thus preventing potential channel panics. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9626";>#9626</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>binder: Set default idle timeout to 60 seconds, and enable &quot;strict 
lifecycle management&quot;. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9486";>#9486</a>)</li>
   <li>xds: Limit ring hash max size to 4K instead of 8M (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9709";>#9709</a>).
 <code>RingHashOptions.setRingSizeCap()</code> can increase the limit</li>
   <li>binder: Set default idle timeout to 60 seconds, and add 
<code>BinderChannelBuilder.strictLifecycleManagement()</code> which disables 
idle timeout and prevents it from being changed (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9486";>#9486</a>).
 Disabling idle timeout can be useful to find bugs in applications that fail to 
promptly shut down the channel and are particularly sensitive to keeping Binder 
instances alive.</li>
   <li>bazel: Replace ctx.host_configuration.host_path_separator with 
ctx.configuration.host_path_separator (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9742";>#9742</a>).
 This changes no behavior today, but improves future compatibility with newer 
versions of Bazel</li>
   <li>xds: Refactor internal logics about LDS and CDS resource handling. It 
may cause minor log line changes about corresponding RDS and EDS subscriber 
event notification, but it should not change xds name resolution and LB 
behavior. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9724";>#9724</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <h3>Acknowledgement</h3>
   <p><a href="https://github.com/RapperCL";><code>@​RapperCL</code></a>
   <a href="https://github.com/Smityz";><code>@​Smityz</code></a>
   <a href="https://github.com/pandaapo";><code>@​pandaapo</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/57dfe8c9138073783ffbe19db3d886fe9119d446";><code>57dfe8c</code></a>
 Bump version to 1.52.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/69f10e26629bc1cbe16891c4e34bc30777c6b43f";><code>69f10e2</code></a>
 Update README etc to reference 1.52.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/15026d5efbd5b9024c226f2b8ddf48f11c995562";><code>15026d5</code></a>
 xds:fix cancel xds watcher accidentally removes the url (v1.52 backport) (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9810";>#9810</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a13a2dd96042ffaa8c1ba86124448016864f1284";><code>a13a2dd</code></a>
 Bump version to 1.52.1-SNAPSHOT</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a1a6d4f35c31b18a35d0b7c2bfb4155093128b86";><code>a1a6d4f</code></a>
 Bump version to 1.52.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/c450431bb05b7638bad5dbffdaa3fe7750a27024";><code>c450431</code></a>
 Update README etc to reference 1.52.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/142078f1703696087d55af27ef63ec6d3e6b5b07";><code>142078f</code></a>
 Upgrade protobuf plugin version to 0.8.19. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9801";>#9801</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a75ed4d5ba7a874ef6c0344a36f4e16d947e4fd3";><code>a75ed4d</code></a>
 bazel: Export deps from maven stand-in targets</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/f71447c077a86553a3e06a6c8b13e1af7fcc52b1";><code>f71447c</code></a>
 bazel: Include <code>@Generated</code> dep for autovalue</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e325dc9112079ecd64e3099093ff0615e7e72de5";><code>e325dc9</code></a>
 Replace ctx.host_configuration.host_path_separator with 
ctx.configuration.hos...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.51.1...v1.52.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-stub` from 1.51.1 to 1.52.1
   <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.52.0</h2>
   <h2>gRPC Java 1.52.0 Release Notes</h2>
   <p><strong>grpc-xds starting with 1.51.0 had a regression where resources 
might stop receiving updates. The trigger could happen hours or days after the 
binary had started. xDS users should avoid this release and use 1.50.x until 
patch releases with the fix are available. <a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/pull/9809";>grpc/grpc-java#9809</a></strong></p>
   <h3>API Changes</h3>
   <ul>
   <li>Fix CallOptions to be properly <code>@Immutable</code> (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9689";>#9689</a>)</li>
   <li>binder: Promote out of experimental status (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9669";>#9669</a>).
 Much of the API is now stable</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>xds: Support localities in multiple priorities (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9683";>#9683</a>)</li>
   <li>xds: Log xDS node ID with verbosity INFO when environment variable 
GRPC_LOG_XDS_NODE_ID=true (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9731";>#9731</a>)</li>
   </ul>
   <h4>Examples</h4>
   <ul>
   <li>Add examples for name resolver and load balancer (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9700";>#9700</a>)</li>
   <li>Swap to ChannelCredentials/ServerCredentials API, as it is preferred</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>xds:Fix ConcurrentModificationException in PriorityLoadBalancer (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9728";>#9728</a>)</li>
   <li>ManagedChannelImpl.SubchannelImpl fix args check to avoid NPE (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9651";>#9651</a>)</li>
   <li>okhttp: Add missing server support for TLS ClientAuth (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9711";>#9711</a>)</li>
   <li>binder: Ensure the security interceptor is always closest to the actual 
transport (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9716";>#9716</a>)</li>
   <li>bazel: Include <a 
href="https://github.com/Generated";><code>@​Generated</code></a> dep for 
autovalue. This fixes builds of xds and rls using Java 9+</li>
   <li>xds: Nack xds response when weighted cluster total weight sums zero  (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9738";>#9738</a>)</li>
   <li>core: Fix a bug about a retriable stream lifecycle. It stops using the 
call executor resource in a retriable stream when the client call is closed, 
thus preventing potential channel panics. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9626";>#9626</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>binder: Set default idle timeout to 60 seconds, and enable &quot;strict 
lifecycle management&quot;. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9486";>#9486</a>)</li>
   <li>xds: Limit ring hash max size to 4K instead of 8M (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9709";>#9709</a>).
 <code>RingHashOptions.setRingSizeCap()</code> can increase the limit</li>
   <li>binder: Set default idle timeout to 60 seconds, and add 
<code>BinderChannelBuilder.strictLifecycleManagement()</code> which disables 
idle timeout and prevents it from being changed (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9486";>#9486</a>).
 Disabling idle timeout can be useful to find bugs in applications that fail to 
promptly shut down the channel and are particularly sensitive to keeping Binder 
instances alive.</li>
   <li>bazel: Replace ctx.host_configuration.host_path_separator with 
ctx.configuration.host_path_separator (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9742";>#9742</a>).
 This changes no behavior today, but improves future compatibility with newer 
versions of Bazel</li>
   <li>xds: Refactor internal logics about LDS and CDS resource handling. It 
may cause minor log line changes about corresponding RDS and EDS subscriber 
event notification, but it should not change xds name resolution and LB 
behavior. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9724";>#9724</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <h3>Acknowledgement</h3>
   <p><a href="https://github.com/RapperCL";><code>@​RapperCL</code></a>
   <a href="https://github.com/Smityz";><code>@​Smityz</code></a>
   <a href="https://github.com/pandaapo";><code>@​pandaapo</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/57dfe8c9138073783ffbe19db3d886fe9119d446";><code>57dfe8c</code></a>
 Bump version to 1.52.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/69f10e26629bc1cbe16891c4e34bc30777c6b43f";><code>69f10e2</code></a>
 Update README etc to reference 1.52.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/15026d5efbd5b9024c226f2b8ddf48f11c995562";><code>15026d5</code></a>
 xds:fix cancel xds watcher accidentally removes the url (v1.52 backport) (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9810";>#9810</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a13a2dd96042ffaa8c1ba86124448016864f1284";><code>a13a2dd</code></a>
 Bump version to 1.52.1-SNAPSHOT</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a1a6d4f35c31b18a35d0b7c2bfb4155093128b86";><code>a1a6d4f</code></a>
 Bump version to 1.52.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/c450431bb05b7638bad5dbffdaa3fe7750a27024";><code>c450431</code></a>
 Update README etc to reference 1.52.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/142078f1703696087d55af27ef63ec6d3e6b5b07";><code>142078f</code></a>
 Upgrade protobuf plugin version to 0.8.19. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9801";>#9801</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a75ed4d5ba7a874ef6c0344a36f4e16d947e4fd3";><code>a75ed4d</code></a>
 bazel: Export deps from maven stand-in targets</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/f71447c077a86553a3e06a6c8b13e1af7fcc52b1";><code>f71447c</code></a>
 bazel: Include <code>@Generated</code> dep for autovalue</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e325dc9112079ecd64e3099093ff0615e7e72de5";><code>e325dc9</code></a>
 Replace ctx.host_configuration.host_path_separator with 
ctx.configuration.hos...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.51.1...v1.52.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-netty` from 1.51.1 to 1.52.1
   <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.52.0</h2>
   <h2>gRPC Java 1.52.0 Release Notes</h2>
   <p><strong>grpc-xds starting with 1.51.0 had a regression where resources 
might stop receiving updates. The trigger could happen hours or days after the 
binary had started. xDS users should avoid this release and use 1.50.x until 
patch releases with the fix are available. <a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/pull/9809";>grpc/grpc-java#9809</a></strong></p>
   <h3>API Changes</h3>
   <ul>
   <li>Fix CallOptions to be properly <code>@Immutable</code> (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9689";>#9689</a>)</li>
   <li>binder: Promote out of experimental status (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9669";>#9669</a>).
 Much of the API is now stable</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>xds: Support localities in multiple priorities (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9683";>#9683</a>)</li>
   <li>xds: Log xDS node ID with verbosity INFO when environment variable 
GRPC_LOG_XDS_NODE_ID=true (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9731";>#9731</a>)</li>
   </ul>
   <h4>Examples</h4>
   <ul>
   <li>Add examples for name resolver and load balancer (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9700";>#9700</a>)</li>
   <li>Swap to ChannelCredentials/ServerCredentials API, as it is preferred</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>xds:Fix ConcurrentModificationException in PriorityLoadBalancer (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9728";>#9728</a>)</li>
   <li>ManagedChannelImpl.SubchannelImpl fix args check to avoid NPE (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9651";>#9651</a>)</li>
   <li>okhttp: Add missing server support for TLS ClientAuth (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9711";>#9711</a>)</li>
   <li>binder: Ensure the security interceptor is always closest to the actual 
transport (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9716";>#9716</a>)</li>
   <li>bazel: Include <a 
href="https://github.com/Generated";><code>@​Generated</code></a> dep for 
autovalue. This fixes builds of xds and rls using Java 9+</li>
   <li>xds: Nack xds response when weighted cluster total weight sums zero  (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9738";>#9738</a>)</li>
   <li>core: Fix a bug about a retriable stream lifecycle. It stops using the 
call executor resource in a retriable stream when the client call is closed, 
thus preventing potential channel panics. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9626";>#9626</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>binder: Set default idle timeout to 60 seconds, and enable &quot;strict 
lifecycle management&quot;. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9486";>#9486</a>)</li>
   <li>xds: Limit ring hash max size to 4K instead of 8M (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9709";>#9709</a>).
 <code>RingHashOptions.setRingSizeCap()</code> can increase the limit</li>
   <li>binder: Set default idle timeout to 60 seconds, and add 
<code>BinderChannelBuilder.strictLifecycleManagement()</code> which disables 
idle timeout and prevents it from being changed (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9486";>#9486</a>).
 Disabling idle timeout can be useful to find bugs in applications that fail to 
promptly shut down the channel and are particularly sensitive to keeping Binder 
instances alive.</li>
   <li>bazel: Replace ctx.host_configuration.host_path_separator with 
ctx.configuration.host_path_separator (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9742";>#9742</a>).
 This changes no behavior today, but improves future compatibility with newer 
versions of Bazel</li>
   <li>xds: Refactor internal logics about LDS and CDS resource handling. It 
may cause minor log line changes about corresponding RDS and EDS subscriber 
event notification, but it should not change xds name resolution and LB 
behavior. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9724";>#9724</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <h3>Acknowledgement</h3>
   <p><a href="https://github.com/RapperCL";><code>@​RapperCL</code></a>
   <a href="https://github.com/Smityz";><code>@​Smityz</code></a>
   <a href="https://github.com/pandaapo";><code>@​pandaapo</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/57dfe8c9138073783ffbe19db3d886fe9119d446";><code>57dfe8c</code></a>
 Bump version to 1.52.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/69f10e26629bc1cbe16891c4e34bc30777c6b43f";><code>69f10e2</code></a>
 Update README etc to reference 1.52.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/15026d5efbd5b9024c226f2b8ddf48f11c995562";><code>15026d5</code></a>
 xds:fix cancel xds watcher accidentally removes the url (v1.52 backport) (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9810";>#9810</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a13a2dd96042ffaa8c1ba86124448016864f1284";><code>a13a2dd</code></a>
 Bump version to 1.52.1-SNAPSHOT</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a1a6d4f35c31b18a35d0b7c2bfb4155093128b86";><code>a1a6d4f</code></a>
 Bump version to 1.52.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/c450431bb05b7638bad5dbffdaa3fe7750a27024";><code>c450431</code></a>
 Update README etc to reference 1.52.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/142078f1703696087d55af27ef63ec6d3e6b5b07";><code>142078f</code></a>
 Upgrade protobuf plugin version to 0.8.19. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9801";>#9801</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a75ed4d5ba7a874ef6c0344a36f4e16d947e4fd3";><code>a75ed4d</code></a>
 bazel: Export deps from maven stand-in targets</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/f71447c077a86553a3e06a6c8b13e1af7fcc52b1";><code>f71447c</code></a>
 bazel: Include <code>@Generated</code> dep for autovalue</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e325dc9112079ecd64e3099093ff0615e7e72de5";><code>e325dc9</code></a>
 Replace ctx.host_configuration.host_path_separator with 
ctx.configuration.hos...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.51.1...v1.52.1";>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