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

   Bumps `grpc.version` from 1.58.0 to 1.59.0.
   Updates `io.grpc:grpc-core` from 1.58.0 to 1.59.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.59.0</h2>
   <h2>gRPC Java 1.59.0 Release Notes</h2>
   <p><strong>PLANNED ABI BREAKAGE!</strong></p>
   <p>This breaks the ABI of the <code>@ExperimentalApi</code> classes listed 
below.
   This does not impact source code (API); it only impacts code compiled with a 
different version of gRPC than it runs with (ABI).</p>
   <p>Users that recompiled their code using grpc-java <a 
href="https://github.com/grpc/grpc-java/releases/tag/v1.36.0";><code>v1.36.0</code></a>
 (released on Feb 23, 2021) and later, <strong>ARE NOT AFFECTED</strong>.
   Users that compiled their source using grpc-java earlier than 
<code>v1.36.0</code> may need to recompile when upgrading to grpc-java 
<code>v1.59.0</code>.</p>
   <p>See details in <a 
href="https://redirect.github.com/grpc/grpc-java/issues/10406";>#10406</a>.</p>
   <p><strong>Affected classes</strong></p>
   <p>Class <code>io.grpc.internal.AbstractManagedChannelImplBuilder</code> is 
deleted, and no longer in the class hierarchy of the channel builders:</p>
   <ul>
   <li><code>io.grpc.netty.NettyChannelBuilder</code></li>
   <li><code>io.grpc.okhttp.OkhttpChannelBuilder</code></li>
   <li><code>io.grpc.cronet.CronetChannelBuilder</code></li>
   </ul>
   <p>Class <code>io.grpc.internal.AbstractServerImplBuilder</code> is deleted, 
and no longer in the class hierarchy of the server builders:</p>
   <ul>
   <li><code>io.grpc.netty.NettyServerBuilder</code></li>
   <li><code>io.grpc.inprocess.InProcessServerBuilder</code></li>
   </ul>
   <hr />
   <h3>API Changes</h3>
   <ul>
   <li>core: <code>AbstractManagedChannelImplBuilder</code> and 
<code>AbstractServerImplBuilder</code> are removed (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10530";>#10530</a>). 
This is ABI-breaking, see the warning above. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10406";>#10406</a>)</li>
   <li>core: Removed .class file hack previously introduced in <a 
href="https://github.com/grpc/grpc-java/releases/tag/v1.36.0";><code>v1.36.0</code></a>
 to ease removal of internal ABIs. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10406";>#10406</a>)</li>
   <li>api: Add <code>ForwardingChannelBuilder2</code>, an ABI-safe version of 
<code>ForwardingChannelBuilder</code>, which will be deprecated in the 
following release. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10585";>#10585</a>, <a 
href="https://redirect.github.com/grpc/grpc-java/issues/10406";>#10406</a>)</li>
   <li>api: Add <code>LoadBalancer.FixedResultPicker</code> convenience class 
for load balancer implementations. It is a replacement for 
<code>ErrorPicker</code> and <code>EMPTY_PICKER</code> added in 1.58.0</li>
   <li>testing: Stabilize TestMethodDescriptors (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10530";>#10530</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>core: de-expermentalize pick first config parsing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10531";>#10531</a>)</li>
   <li>netty: Respect -Dio.netty.allocator.type=unpooled when getting Netty 
Allocator instead of ignoring it (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10543";>#10543</a>)</li>
   <li>netty: Use UNAVAILABLE for connections closed while writing. Previously 
this would result in UNKNOWN</li>
   <li>binder: Enable indirect addressing using <!-- raw HTML omitted -->s. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10550";>#10550</a>)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>core: only use reflection to resolve InternalCensusStatsAccessor once 
instead of once per channel</li>
   <li>core: enhance error message in the case of DEADLINE_EXCEEDED to indicate 
name resolution delay.</li>
   <li>netty: When creating a connection, use java.util.logging formatting 
instead of String.format to avoid work when not logged</li>
   <li>netty: Touch ByteBuf when message framing has been decoded. If the 
buffer is leaked, this helps narrow down the source of reference counting 
bug</li>
   <li>java_grpc_library.bzl: Disable Automatic Exec Groups inside grpc 
libraries (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10514";>#10514</a>). 
This improves compatibility with future Bazel versions while retaining Bazel 
5.x compatibility</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>netty: Avoid NettyAdaptiveCumulator incorrectly releasing its input 
ByteBuf twice when reading messages under certain error conditions (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10537";>#10537</a>)</li>
   <li>xds: Add fix for xdstp replacement for percent-encoded authorities (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10571";>#10571</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ae49d275b3fdc143e6f2203747c96fd94146439b";><code>ae49d27</code></a>
 Bump version to 1.59.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/fe8616072f8eda3c7461c15dab9379995633f069";><code>fe86160</code></a>
 Update README etc to reference 1.59.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/694004f4d8b17e69df9ebda8619a7fd255fb7ad2";><code>694004f</code></a>
 cleanup: protobuf_java_lite typo in IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/1059";>#1059</a>...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/16a6bfda6c39284c0c732f25cb8f7df608d56553";><code>16a6bfd</code></a>
 gradle: Downgrade mockito to 4.4.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0e03654add902c7ecfbba9ba6c510efa4d1c6bed";><code>0e03654</code></a>
 core: Remove temporary AbstractManagedChannelImplBuilder</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/050ae18e2a53019f5d199427c91e7d519686fc05";><code>050ae18</code></a>
 core: Remove temporary AbstractServerImplBuilder</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/2cbc290755639bcbd57d7a1e5ecebe49a6562537";><code>2cbc290</code></a>
 okhttp: Make grpc-util an implementation dependency</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/1d03bb80a9e45c3f0ff542703bae497dac11e218";><code>1d03bb8</code></a>
 Bump rules_jvm_external to 5.3</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/bc784c0ef9f7727497f8543492979c60d5ce5ef8";><code>bc784c0</code></a>
 Revert &quot;Change Round Robin and WeightedRoundRobin into petiole policies 
(<a 
href="https://redirect.github.com/grpc/grpc-java/issues/105";>#105</a>...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/cf4cf03d79e321083015fe2e62b4e244112d88f0";><code>cf4cf03</code></a>
 api: Replace ErrorPicker with FixedResultPicker</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.58.0...v1.59.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-stub` from 1.58.0 to 1.59.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-stub's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.59.0</h2>
   <h2>gRPC Java 1.59.0 Release Notes</h2>
   <p><strong>PLANNED ABI BREAKAGE!</strong></p>
   <p>This breaks the ABI of the <code>@ExperimentalApi</code> classes listed 
below.
   This does not impact source code (API); it only impacts code compiled with a 
different version of gRPC than it runs with (ABI).</p>
   <p>Users that recompiled their code using grpc-java <a 
href="https://github.com/grpc/grpc-java/releases/tag/v1.36.0";><code>v1.36.0</code></a>
 (released on Feb 23, 2021) and later, <strong>ARE NOT AFFECTED</strong>.
   Users that compiled their source using grpc-java earlier than 
<code>v1.36.0</code> may need to recompile when upgrading to grpc-java 
<code>v1.59.0</code>.</p>
   <p>See details in <a 
href="https://redirect.github.com/grpc/grpc-java/issues/10406";>#10406</a>.</p>
   <p><strong>Affected classes</strong></p>
   <p>Class <code>io.grpc.internal.AbstractManagedChannelImplBuilder</code> is 
deleted, and no longer in the class hierarchy of the channel builders:</p>
   <ul>
   <li><code>io.grpc.netty.NettyChannelBuilder</code></li>
   <li><code>io.grpc.okhttp.OkhttpChannelBuilder</code></li>
   <li><code>io.grpc.cronet.CronetChannelBuilder</code></li>
   </ul>
   <p>Class <code>io.grpc.internal.AbstractServerImplBuilder</code> is deleted, 
and no longer in the class hierarchy of the server builders:</p>
   <ul>
   <li><code>io.grpc.netty.NettyServerBuilder</code></li>
   <li><code>io.grpc.inprocess.InProcessServerBuilder</code></li>
   </ul>
   <hr />
   <h3>API Changes</h3>
   <ul>
   <li>core: <code>AbstractManagedChannelImplBuilder</code> and 
<code>AbstractServerImplBuilder</code> are removed (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10530";>#10530</a>). 
This is ABI-breaking, see the warning above. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10406";>#10406</a>)</li>
   <li>core: Removed .class file hack previously introduced in <a 
href="https://github.com/grpc/grpc-java/releases/tag/v1.36.0";><code>v1.36.0</code></a>
 to ease removal of internal ABIs. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10406";>#10406</a>)</li>
   <li>api: Add <code>ForwardingChannelBuilder2</code>, an ABI-safe version of 
<code>ForwardingChannelBuilder</code>, which will be deprecated in the 
following release. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10585";>#10585</a>, <a 
href="https://redirect.github.com/grpc/grpc-java/issues/10406";>#10406</a>)</li>
   <li>api: Add <code>LoadBalancer.FixedResultPicker</code> convenience class 
for load balancer implementations. It is a replacement for 
<code>ErrorPicker</code> and <code>EMPTY_PICKER</code> added in 1.58.0</li>
   <li>testing: Stabilize TestMethodDescriptors (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10530";>#10530</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>core: de-expermentalize pick first config parsing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10531";>#10531</a>)</li>
   <li>netty: Respect -Dio.netty.allocator.type=unpooled when getting Netty 
Allocator instead of ignoring it (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10543";>#10543</a>)</li>
   <li>netty: Use UNAVAILABLE for connections closed while writing. Previously 
this would result in UNKNOWN</li>
   <li>binder: Enable indirect addressing using <!-- raw HTML omitted -->s. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10550";>#10550</a>)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>core: only use reflection to resolve InternalCensusStatsAccessor once 
instead of once per channel</li>
   <li>core: enhance error message in the case of DEADLINE_EXCEEDED to indicate 
name resolution delay.</li>
   <li>netty: When creating a connection, use java.util.logging formatting 
instead of String.format to avoid work when not logged</li>
   <li>netty: Touch ByteBuf when message framing has been decoded. If the 
buffer is leaked, this helps narrow down the source of reference counting 
bug</li>
   <li>java_grpc_library.bzl: Disable Automatic Exec Groups inside grpc 
libraries (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10514";>#10514</a>). 
This improves compatibility with future Bazel versions while retaining Bazel 
5.x compatibility</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>netty: Avoid NettyAdaptiveCumulator incorrectly releasing its input 
ByteBuf twice when reading messages under certain error conditions (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10537";>#10537</a>)</li>
   <li>xds: Add fix for xdstp replacement for percent-encoded authorities (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10571";>#10571</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ae49d275b3fdc143e6f2203747c96fd94146439b";><code>ae49d27</code></a>
 Bump version to 1.59.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/fe8616072f8eda3c7461c15dab9379995633f069";><code>fe86160</code></a>
 Update README etc to reference 1.59.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/694004f4d8b17e69df9ebda8619a7fd255fb7ad2";><code>694004f</code></a>
 cleanup: protobuf_java_lite typo in IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/1059";>#1059</a>...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/16a6bfda6c39284c0c732f25cb8f7df608d56553";><code>16a6bfd</code></a>
 gradle: Downgrade mockito to 4.4.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0e03654add902c7ecfbba9ba6c510efa4d1c6bed";><code>0e03654</code></a>
 core: Remove temporary AbstractManagedChannelImplBuilder</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/050ae18e2a53019f5d199427c91e7d519686fc05";><code>050ae18</code></a>
 core: Remove temporary AbstractServerImplBuilder</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/2cbc290755639bcbd57d7a1e5ecebe49a6562537";><code>2cbc290</code></a>
 okhttp: Make grpc-util an implementation dependency</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/1d03bb80a9e45c3f0ff542703bae497dac11e218";><code>1d03bb8</code></a>
 Bump rules_jvm_external to 5.3</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/bc784c0ef9f7727497f8543492979c60d5ce5ef8";><code>bc784c0</code></a>
 Revert &quot;Change Round Robin and WeightedRoundRobin into petiole policies 
(<a 
href="https://redirect.github.com/grpc/grpc-java/issues/105";>#105</a>...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/cf4cf03d79e321083015fe2e62b4e244112d88f0";><code>cf4cf03</code></a>
 api: Replace ErrorPicker with FixedResultPicker</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.58.0...v1.59.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-netty` from 1.58.0 to 1.59.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-netty's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.59.0</h2>
   <h2>gRPC Java 1.59.0 Release Notes</h2>
   <p><strong>PLANNED ABI BREAKAGE!</strong></p>
   <p>This breaks the ABI of the <code>@ExperimentalApi</code> classes listed 
below.
   This does not impact source code (API); it only impacts code compiled with a 
different version of gRPC than it runs with (ABI).</p>
   <p>Users that recompiled their code using grpc-java <a 
href="https://github.com/grpc/grpc-java/releases/tag/v1.36.0";><code>v1.36.0</code></a>
 (released on Feb 23, 2021) and later, <strong>ARE NOT AFFECTED</strong>.
   Users that compiled their source using grpc-java earlier than 
<code>v1.36.0</code> may need to recompile when upgrading to grpc-java 
<code>v1.59.0</code>.</p>
   <p>See details in <a 
href="https://redirect.github.com/grpc/grpc-java/issues/10406";>#10406</a>.</p>
   <p><strong>Affected classes</strong></p>
   <p>Class <code>io.grpc.internal.AbstractManagedChannelImplBuilder</code> is 
deleted, and no longer in the class hierarchy of the channel builders:</p>
   <ul>
   <li><code>io.grpc.netty.NettyChannelBuilder</code></li>
   <li><code>io.grpc.okhttp.OkhttpChannelBuilder</code></li>
   <li><code>io.grpc.cronet.CronetChannelBuilder</code></li>
   </ul>
   <p>Class <code>io.grpc.internal.AbstractServerImplBuilder</code> is deleted, 
and no longer in the class hierarchy of the server builders:</p>
   <ul>
   <li><code>io.grpc.netty.NettyServerBuilder</code></li>
   <li><code>io.grpc.inprocess.InProcessServerBuilder</code></li>
   </ul>
   <hr />
   <h3>API Changes</h3>
   <ul>
   <li>core: <code>AbstractManagedChannelImplBuilder</code> and 
<code>AbstractServerImplBuilder</code> are removed (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10530";>#10530</a>). 
This is ABI-breaking, see the warning above. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10406";>#10406</a>)</li>
   <li>core: Removed .class file hack previously introduced in <a 
href="https://github.com/grpc/grpc-java/releases/tag/v1.36.0";><code>v1.36.0</code></a>
 to ease removal of internal ABIs. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10406";>#10406</a>)</li>
   <li>api: Add <code>ForwardingChannelBuilder2</code>, an ABI-safe version of 
<code>ForwardingChannelBuilder</code>, which will be deprecated in the 
following release. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10585";>#10585</a>, <a 
href="https://redirect.github.com/grpc/grpc-java/issues/10406";>#10406</a>)</li>
   <li>api: Add <code>LoadBalancer.FixedResultPicker</code> convenience class 
for load balancer implementations. It is a replacement for 
<code>ErrorPicker</code> and <code>EMPTY_PICKER</code> added in 1.58.0</li>
   <li>testing: Stabilize TestMethodDescriptors (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10530";>#10530</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>core: de-expermentalize pick first config parsing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10531";>#10531</a>)</li>
   <li>netty: Respect -Dio.netty.allocator.type=unpooled when getting Netty 
Allocator instead of ignoring it (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10543";>#10543</a>)</li>
   <li>netty: Use UNAVAILABLE for connections closed while writing. Previously 
this would result in UNKNOWN</li>
   <li>binder: Enable indirect addressing using <!-- raw HTML omitted -->s. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10550";>#10550</a>)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>core: only use reflection to resolve InternalCensusStatsAccessor once 
instead of once per channel</li>
   <li>core: enhance error message in the case of DEADLINE_EXCEEDED to indicate 
name resolution delay.</li>
   <li>netty: When creating a connection, use java.util.logging formatting 
instead of String.format to avoid work when not logged</li>
   <li>netty: Touch ByteBuf when message framing has been decoded. If the 
buffer is leaked, this helps narrow down the source of reference counting 
bug</li>
   <li>java_grpc_library.bzl: Disable Automatic Exec Groups inside grpc 
libraries (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10514";>#10514</a>). 
This improves compatibility with future Bazel versions while retaining Bazel 
5.x compatibility</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>netty: Avoid NettyAdaptiveCumulator incorrectly releasing its input 
ByteBuf twice when reading messages under certain error conditions (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10537";>#10537</a>)</li>
   <li>xds: Add fix for xdstp replacement for percent-encoded authorities (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10571";>#10571</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ae49d275b3fdc143e6f2203747c96fd94146439b";><code>ae49d27</code></a>
 Bump version to 1.59.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/fe8616072f8eda3c7461c15dab9379995633f069";><code>fe86160</code></a>
 Update README etc to reference 1.59.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/694004f4d8b17e69df9ebda8619a7fd255fb7ad2";><code>694004f</code></a>
 cleanup: protobuf_java_lite typo in IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/1059";>#1059</a>...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/16a6bfda6c39284c0c732f25cb8f7df608d56553";><code>16a6bfd</code></a>
 gradle: Downgrade mockito to 4.4.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0e03654add902c7ecfbba9ba6c510efa4d1c6bed";><code>0e03654</code></a>
 core: Remove temporary AbstractManagedChannelImplBuilder</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/050ae18e2a53019f5d199427c91e7d519686fc05";><code>050ae18</code></a>
 core: Remove temporary AbstractServerImplBuilder</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/2cbc290755639bcbd57d7a1e5ecebe49a6562537";><code>2cbc290</code></a>
 okhttp: Make grpc-util an implementation dependency</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/1d03bb80a9e45c3f0ff542703bae497dac11e218";><code>1d03bb8</code></a>
 Bump rules_jvm_external to 5.3</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/bc784c0ef9f7727497f8543492979c60d5ce5ef8";><code>bc784c0</code></a>
 Revert &quot;Change Round Robin and WeightedRoundRobin into petiole policies 
(<a 
href="https://redirect.github.com/grpc/grpc-java/issues/105";>#105</a>...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/cf4cf03d79e321083015fe2e62b4e244112d88f0";><code>cf4cf03</code></a>
 api: Replace ErrorPicker with FixedResultPicker</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.58.0...v1.59.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 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)
   
   
   </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