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

   Bumps `grpc.version` from 1.54.1 to 1.55.1.
   Updates `grpc-core` from 1.54.1 to 1.55.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.55.1</h2>
   <p>The 1.55.0 release failed. There were no artifacts published for it.</p>
   <h3>API Changes</h3>
   <ul>
   <li>services: Rename 
<code>MetricRecorder.setQps</code>/<code>clearQps</code> to 
<code>setQpsMetric</code>/<code>clearQpsMetric</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10031";>#10031</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>gcp-observability: Remove monitored resource detection for logging (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10020";>grpc/grpc-java#10020</a>).
 The cloud libraries will fill in these details instead</li>
   <li>protoc-gen-grpc-java: binaries for Linux ARM and PPC are now built using 
Ubuntu 18.04. They will no longer work on Ubuntu 16.04 and Debian 9</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>api: Stabilize the frequently used compression APIs (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9942";>#9942</a>): 
<code>CallOptions.withCompression</code>, 
<code>CallOptions.getCompressor</code>, 
<code>AbstractStub.withCompression</code>,  
<code>ServerCall.setCompression</code>, 
<code>ServerCall.setMessageCompression</code></li>
   <li>api: Stabilize <code>Detachable</code> and 
<code>HasByteBuffer</code></li>
   <li>gcp-observability: Stabilize <code>GcpObservability</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10024";>grpc/grpc-java#10024</a>).
 The GcpObservability API provides a simple way to export logging, tracing, and 
metrics to Google Cloud Operations. See <a 
href="https://cloud.google.com/blog/products/networking/introducing-grpc-observability-for-microservices";>the
 Google Cloud blog post</a>.</li>
   <li>census: Add new tracer annotation to indicate the time when name 
resolution completed for those RPCs that experienced name resolution delay, or 
the time when picking subchannel completed for those RPCs that experienced 
picking subchannel delay.  (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10014";>#10014</a>, <a 
href="https://redirect.github.com/grpc/grpc-java/issues/10044";>#10044</a>)</li>
   <li>protoc-gen-grpc-java: binary for s390x is now published (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9455";>#9455</a>). The 
glibc version used is available in Ubuntu 20.04, Debian 11, and CentOS 9 and 
later</li>
   <li>authz: Added <code>FileWatcherAuthorizationServerInterceptor</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9775";>#9775</a>)</li>
   <li>services: Added 
<code>OrcaMetricReportingServerInterceptor.create(MetricRecorder)</code> which 
adds common metrics per-RPC (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9902";>#9902</a>)</li>
   <li>android: Add <code>UdsChannelBuilder</code> for using LocalSocket an 
Android (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/8418";>#8418</a>)</li>
   <li>alts: Observe the <code>GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES</code> 
environment variable user to adjust the max number of concurrent ALTS 
handshakes (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10016";>#10016</a>)</li>
   <li>binder: Expose client identity via <code>PeerUid</code> and 
<code>PeerUids</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9952";>#9952</a>)</li>
   <li>binder: Add <code>BindServiceFlags.setAllowActivityStarts()</code> for 
<code>BIND_ALLOW_ACTIVITY_STARTS</code> added in Android U (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10008";>#10008</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>core: Fix NPE race during hedging (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10007";>grpc/grpc-java#10007</a>),
 fixing a Netty buffer memory leak for cancelled RPCs</li>
   <li>core: Allow transparent retries after a retry attempt and the configured 
max retries was 1 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10066";>#10066</a>)</li>
   <li>okhttp: properly implement 
<code>OkHttpServerBuilder.maxConnectionAgeGrace()</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9968";>#9968</a>)</li>
   <li>xds: Enable federation support. See <a 
href="https://github.com/grpc/proposal/blob/master/A47-xds-federation.md";>gRFC 
A47</a></li>
   <li>xds: Enable Weighted Round Robin LB policy support. See <a 
href="https://github.com/grpc/proposal/blob/master/A58-client-side-weighted-round-robin-lb-policy.md";>gRFC
 A58</a></li>
   <li>xds: Avoid ClassCastException if the control plane changes the top-level 
policy (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10091";>#10091</a>). 
This is expected to be unlikely, but is possible</li>
   <li>xds: Fix <code>java.util.NoSuchElementException: 
SecurityProtocolNegotiators$ClientSdsHandler#0</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10118";>#10118</a>). 
This error did not cause any problems, other than unnecessary logging</li>
   <li>xds: Avoid using the default locale for case insensitive path matching 
(<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10148";>#10148</a>)</li>
   <li>googleapis: Enable ignore_resource_deletion for <code>google-c2p:</code> 
resolver’s default xds bootstrap (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10121";>#10121</a>)</li>
   <li>rls: Refresh name resolution on rejected addresses (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10032";>#10032</a>)</li>
   </ul>
   <h3>New Examples</h3>
   <ul>
   <li>Keepalive (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9956";>#9956</a>)</li>
   <li>Cancellation (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9962";>#9962</a>)</li>
   <li>Deadline (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9958";>#9958</a>)</li>
   <li>Using waitForReady (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9960";>#9960</a>)</li>
   <li>Client and Server sharing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9969";>#9969</a>)</li>
   <li>Reflection (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9955";>#9955</a>)</li>
   <li>Doing debug (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9957";>#9957</a>)</li>
   <li>Health service (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9991";>#9991</a>)</li>
   <li>Error details (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9997";>#9997</a>)</li>
   <li>Custom load balancing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9951";>#9951</a>)</li>
   <li>gRPC-level reverse proxy (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10059";>#10059</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>protobuf-java and protobuf-java-util upgraded to 3.22.3 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10045";>#10045</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/c9b905f071f9a9de6bc39c1495faac8275cbde71";><code>c9b905f</code></a>
 Bump version to 1.55.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0289d3466265ac24068f1f65168cd26b8039288a";><code>0289d34</code></a>
 Update README etc to reference 1.55.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a99c8d1c81daa40dc1890ed9bb81ade4fa9614b0";><code>a99c8d1</code></a>
 xds: Avoid default locale and reset()</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0847e2b49f4bd8f94752c70d11c0cde922bc1fd5";><code>0847e2b</code></a>
 android,binder,cronet: .aar file when publishing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10138";>#10138</a>) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10144";>#10144</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7c894d6da9bf6fb19de2a3a0c6d44e29654e5e3d";><code>7c894d6</code></a>
 Bump version to 1.55.1-SNAPSHOT</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e48040541bb2b42e2465344faee241a24d747466";><code>e480405</code></a>
 Bump version to 1.55.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/c32f31a6e85b12cf90b2b28077a45d930ab9e9a3";><code>c32f31a</code></a>
 Update README etc to reference 1.55.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/645b98f80e7d33a863522fc871ac434a839e6692";><code>645b98f</code></a>
 interop-testing: add googleapis and rls as interop client dependencies</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ab408f6c8abea0004fe71cd5620584ee96c95daa";><code>ab408f6</code></a>
 googleapis: Enable ignore_resource_deletion in bootstrap</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6ee41843d5e4d0fd2e24d6b60d3a28cf770d1b3b";><code>6ee4184</code></a>
 xds: handle the handlerRemoved callback to skip updateSslContext processing 
(...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.54.1...v1.55.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-stub` from 1.54.1 to 1.55.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.55.1</h2>
   <p>The 1.55.0 release failed. There were no artifacts published for it.</p>
   <h3>API Changes</h3>
   <ul>
   <li>services: Rename 
<code>MetricRecorder.setQps</code>/<code>clearQps</code> to 
<code>setQpsMetric</code>/<code>clearQpsMetric</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10031";>#10031</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>gcp-observability: Remove monitored resource detection for logging (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10020";>grpc/grpc-java#10020</a>).
 The cloud libraries will fill in these details instead</li>
   <li>protoc-gen-grpc-java: binaries for Linux ARM and PPC are now built using 
Ubuntu 18.04. They will no longer work on Ubuntu 16.04 and Debian 9</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>api: Stabilize the frequently used compression APIs (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9942";>#9942</a>): 
<code>CallOptions.withCompression</code>, 
<code>CallOptions.getCompressor</code>, 
<code>AbstractStub.withCompression</code>,  
<code>ServerCall.setCompression</code>, 
<code>ServerCall.setMessageCompression</code></li>
   <li>api: Stabilize <code>Detachable</code> and 
<code>HasByteBuffer</code></li>
   <li>gcp-observability: Stabilize <code>GcpObservability</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10024";>grpc/grpc-java#10024</a>).
 The GcpObservability API provides a simple way to export logging, tracing, and 
metrics to Google Cloud Operations. See <a 
href="https://cloud.google.com/blog/products/networking/introducing-grpc-observability-for-microservices";>the
 Google Cloud blog post</a>.</li>
   <li>census: Add new tracer annotation to indicate the time when name 
resolution completed for those RPCs that experienced name resolution delay, or 
the time when picking subchannel completed for those RPCs that experienced 
picking subchannel delay.  (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10014";>#10014</a>, <a 
href="https://redirect.github.com/grpc/grpc-java/issues/10044";>#10044</a>)</li>
   <li>protoc-gen-grpc-java: binary for s390x is now published (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9455";>#9455</a>). The 
glibc version used is available in Ubuntu 20.04, Debian 11, and CentOS 9 and 
later</li>
   <li>authz: Added <code>FileWatcherAuthorizationServerInterceptor</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9775";>#9775</a>)</li>
   <li>services: Added 
<code>OrcaMetricReportingServerInterceptor.create(MetricRecorder)</code> which 
adds common metrics per-RPC (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9902";>#9902</a>)</li>
   <li>android: Add <code>UdsChannelBuilder</code> for using LocalSocket an 
Android (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/8418";>#8418</a>)</li>
   <li>alts: Observe the <code>GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES</code> 
environment variable user to adjust the max number of concurrent ALTS 
handshakes (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10016";>#10016</a>)</li>
   <li>binder: Expose client identity via <code>PeerUid</code> and 
<code>PeerUids</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9952";>#9952</a>)</li>
   <li>binder: Add <code>BindServiceFlags.setAllowActivityStarts()</code> for 
<code>BIND_ALLOW_ACTIVITY_STARTS</code> added in Android U (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10008";>#10008</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>core: Fix NPE race during hedging (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10007";>grpc/grpc-java#10007</a>),
 fixing a Netty buffer memory leak for cancelled RPCs</li>
   <li>core: Allow transparent retries after a retry attempt and the configured 
max retries was 1 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10066";>#10066</a>)</li>
   <li>okhttp: properly implement 
<code>OkHttpServerBuilder.maxConnectionAgeGrace()</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9968";>#9968</a>)</li>
   <li>xds: Enable federation support. See <a 
href="https://github.com/grpc/proposal/blob/master/A47-xds-federation.md";>gRFC 
A47</a></li>
   <li>xds: Enable Weighted Round Robin LB policy support. See <a 
href="https://github.com/grpc/proposal/blob/master/A58-client-side-weighted-round-robin-lb-policy.md";>gRFC
 A58</a></li>
   <li>xds: Avoid ClassCastException if the control plane changes the top-level 
policy (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10091";>#10091</a>). 
This is expected to be unlikely, but is possible</li>
   <li>xds: Fix <code>java.util.NoSuchElementException: 
SecurityProtocolNegotiators$ClientSdsHandler#0</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10118";>#10118</a>). 
This error did not cause any problems, other than unnecessary logging</li>
   <li>xds: Avoid using the default locale for case insensitive path matching 
(<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10148";>#10148</a>)</li>
   <li>googleapis: Enable ignore_resource_deletion for <code>google-c2p:</code> 
resolver’s default xds bootstrap (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10121";>#10121</a>)</li>
   <li>rls: Refresh name resolution on rejected addresses (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10032";>#10032</a>)</li>
   </ul>
   <h3>New Examples</h3>
   <ul>
   <li>Keepalive (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9956";>#9956</a>)</li>
   <li>Cancellation (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9962";>#9962</a>)</li>
   <li>Deadline (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9958";>#9958</a>)</li>
   <li>Using waitForReady (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9960";>#9960</a>)</li>
   <li>Client and Server sharing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9969";>#9969</a>)</li>
   <li>Reflection (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9955";>#9955</a>)</li>
   <li>Doing debug (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9957";>#9957</a>)</li>
   <li>Health service (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9991";>#9991</a>)</li>
   <li>Error details (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9997";>#9997</a>)</li>
   <li>Custom load balancing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9951";>#9951</a>)</li>
   <li>gRPC-level reverse proxy (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10059";>#10059</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>protobuf-java and protobuf-java-util upgraded to 3.22.3 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10045";>#10045</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/c9b905f071f9a9de6bc39c1495faac8275cbde71";><code>c9b905f</code></a>
 Bump version to 1.55.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0289d3466265ac24068f1f65168cd26b8039288a";><code>0289d34</code></a>
 Update README etc to reference 1.55.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a99c8d1c81daa40dc1890ed9bb81ade4fa9614b0";><code>a99c8d1</code></a>
 xds: Avoid default locale and reset()</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0847e2b49f4bd8f94752c70d11c0cde922bc1fd5";><code>0847e2b</code></a>
 android,binder,cronet: .aar file when publishing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10138";>#10138</a>) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10144";>#10144</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7c894d6da9bf6fb19de2a3a0c6d44e29654e5e3d";><code>7c894d6</code></a>
 Bump version to 1.55.1-SNAPSHOT</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e48040541bb2b42e2465344faee241a24d747466";><code>e480405</code></a>
 Bump version to 1.55.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/c32f31a6e85b12cf90b2b28077a45d930ab9e9a3";><code>c32f31a</code></a>
 Update README etc to reference 1.55.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/645b98f80e7d33a863522fc871ac434a839e6692";><code>645b98f</code></a>
 interop-testing: add googleapis and rls as interop client dependencies</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ab408f6c8abea0004fe71cd5620584ee96c95daa";><code>ab408f6</code></a>
 googleapis: Enable ignore_resource_deletion in bootstrap</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6ee41843d5e4d0fd2e24d6b60d3a28cf770d1b3b";><code>6ee4184</code></a>
 xds: handle the handlerRemoved callback to skip updateSslContext processing 
(...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.54.1...v1.55.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-protobuf` from 1.54.1 to 1.55.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>grpc-protobuf's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.55.1</h2>
   <p>The 1.55.0 release failed. There were no artifacts published for it.</p>
   <h3>API Changes</h3>
   <ul>
   <li>services: Rename 
<code>MetricRecorder.setQps</code>/<code>clearQps</code> to 
<code>setQpsMetric</code>/<code>clearQpsMetric</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10031";>#10031</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>gcp-observability: Remove monitored resource detection for logging (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10020";>grpc/grpc-java#10020</a>).
 The cloud libraries will fill in these details instead</li>
   <li>protoc-gen-grpc-java: binaries for Linux ARM and PPC are now built using 
Ubuntu 18.04. They will no longer work on Ubuntu 16.04 and Debian 9</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>api: Stabilize the frequently used compression APIs (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9942";>#9942</a>): 
<code>CallOptions.withCompression</code>, 
<code>CallOptions.getCompressor</code>, 
<code>AbstractStub.withCompression</code>,  
<code>ServerCall.setCompression</code>, 
<code>ServerCall.setMessageCompression</code></li>
   <li>api: Stabilize <code>Detachable</code> and 
<code>HasByteBuffer</code></li>
   <li>gcp-observability: Stabilize <code>GcpObservability</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10024";>grpc/grpc-java#10024</a>).
 The GcpObservability API provides a simple way to export logging, tracing, and 
metrics to Google Cloud Operations. See <a 
href="https://cloud.google.com/blog/products/networking/introducing-grpc-observability-for-microservices";>the
 Google Cloud blog post</a>.</li>
   <li>census: Add new tracer annotation to indicate the time when name 
resolution completed for those RPCs that experienced name resolution delay, or 
the time when picking subchannel completed for those RPCs that experienced 
picking subchannel delay.  (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10014";>#10014</a>, <a 
href="https://redirect.github.com/grpc/grpc-java/issues/10044";>#10044</a>)</li>
   <li>protoc-gen-grpc-java: binary for s390x is now published (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9455";>#9455</a>). The 
glibc version used is available in Ubuntu 20.04, Debian 11, and CentOS 9 and 
later</li>
   <li>authz: Added <code>FileWatcherAuthorizationServerInterceptor</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9775";>#9775</a>)</li>
   <li>services: Added 
<code>OrcaMetricReportingServerInterceptor.create(MetricRecorder)</code> which 
adds common metrics per-RPC (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9902";>#9902</a>)</li>
   <li>android: Add <code>UdsChannelBuilder</code> for using LocalSocket an 
Android (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/8418";>#8418</a>)</li>
   <li>alts: Observe the <code>GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES</code> 
environment variable user to adjust the max number of concurrent ALTS 
handshakes (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10016";>#10016</a>)</li>
   <li>binder: Expose client identity via <code>PeerUid</code> and 
<code>PeerUids</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9952";>#9952</a>)</li>
   <li>binder: Add <code>BindServiceFlags.setAllowActivityStarts()</code> for 
<code>BIND_ALLOW_ACTIVITY_STARTS</code> added in Android U (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10008";>#10008</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>core: Fix NPE race during hedging (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10007";>grpc/grpc-java#10007</a>),
 fixing a Netty buffer memory leak for cancelled RPCs</li>
   <li>core: Allow transparent retries after a retry attempt and the configured 
max retries was 1 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10066";>#10066</a>)</li>
   <li>okhttp: properly implement 
<code>OkHttpServerBuilder.maxConnectionAgeGrace()</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9968";>#9968</a>)</li>
   <li>xds: Enable federation support. See <a 
href="https://github.com/grpc/proposal/blob/master/A47-xds-federation.md";>gRFC 
A47</a></li>
   <li>xds: Enable Weighted Round Robin LB policy support. See <a 
href="https://github.com/grpc/proposal/blob/master/A58-client-side-weighted-round-robin-lb-policy.md";>gRFC
 A58</a></li>
   <li>xds: Avoid ClassCastException if the control plane changes the top-level 
policy (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10091";>#10091</a>). 
This is expected to be unlikely, but is possible</li>
   <li>xds: Fix <code>java.util.NoSuchElementException: 
SecurityProtocolNegotiators$ClientSdsHandler#0</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10118";>#10118</a>). 
This error did not cause any problems, other than unnecessary logging</li>
   <li>xds: Avoid using the default locale for case insensitive path matching 
(<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10148";>#10148</a>)</li>
   <li>googleapis: Enable ignore_resource_deletion for <code>google-c2p:</code> 
resolver’s default xds bootstrap (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10121";>#10121</a>)</li>
   <li>rls: Refresh name resolution on rejected addresses (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10032";>#10032</a>)</li>
   </ul>
   <h3>New Examples</h3>
   <ul>
   <li>Keepalive (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9956";>#9956</a>)</li>
   <li>Cancellation (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9962";>#9962</a>)</li>
   <li>Deadline (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9958";>#9958</a>)</li>
   <li>Using waitForReady (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9960";>#9960</a>)</li>
   <li>Client and Server sharing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9969";>#9969</a>)</li>
   <li>Reflection (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9955";>#9955</a>)</li>
   <li>Doing debug (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9957";>#9957</a>)</li>
   <li>Health service (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9991";>#9991</a>)</li>
   <li>Error details (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9997";>#9997</a>)</li>
   <li>Custom load balancing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9951";>#9951</a>)</li>
   <li>gRPC-level reverse proxy (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10059";>#10059</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>protobuf-java and protobuf-java-util upgraded to 3.22.3 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10045";>#10045</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/c9b905f071f9a9de6bc39c1495faac8275cbde71";><code>c9b905f</code></a>
 Bump version to 1.55.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0289d3466265ac24068f1f65168cd26b8039288a";><code>0289d34</code></a>
 Update README etc to reference 1.55.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a99c8d1c81daa40dc1890ed9bb81ade4fa9614b0";><code>a99c8d1</code></a>
 xds: Avoid default locale and reset()</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0847e2b49f4bd8f94752c70d11c0cde922bc1fd5";><code>0847e2b</code></a>
 android,binder,cronet: .aar file when publishing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10138";>#10138</a>) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10144";>#10144</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7c894d6da9bf6fb19de2a3a0c6d44e29654e5e3d";><code>7c894d6</code></a>
 Bump version to 1.55.1-SNAPSHOT</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e48040541bb2b42e2465344faee241a24d747466";><code>e480405</code></a>
 Bump version to 1.55.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/c32f31a6e85b12cf90b2b28077a45d930ab9e9a3";><code>c32f31a</code></a>
 Update README etc to reference 1.55.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/645b98f80e7d33a863522fc871ac434a839e6692";><code>645b98f</code></a>
 interop-testing: add googleapis and rls as interop client dependencies</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ab408f6c8abea0004fe71cd5620584ee96c95daa";><code>ab408f6</code></a>
 googleapis: Enable ignore_resource_deletion in bootstrap</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6ee41843d5e4d0fd2e24d6b60d3a28cf770d1b3b";><code>6ee4184</code></a>
 xds: handle the handlerRemoved callback to skip updateSslContext processing 
(...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.54.1...v1.55.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-context` from 1.54.1 to 1.55.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>grpc-context's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.55.1</h2>
   <p>The 1.55.0 release failed. There were no artifacts published for it.</p>
   <h3>API Changes</h3>
   <ul>
   <li>services: Rename 
<code>MetricRecorder.setQps</code>/<code>clearQps</code> to 
<code>setQpsMetric</code>/<code>clearQpsMetric</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10031";>#10031</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>gcp-observability: Remove monitored resource detection for logging (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10020";>grpc/grpc-java#10020</a>).
 The cloud libraries will fill in these details instead</li>
   <li>protoc-gen-grpc-java: binaries for Linux ARM and PPC are now built using 
Ubuntu 18.04. They will no longer work on Ubuntu 16.04 and Debian 9</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>api: Stabilize the frequently used compression APIs (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9942";>#9942</a>): 
<code>CallOptions.withCompression</code>, 
<code>CallOptions.getCompressor</code>, 
<code>AbstractStub.withCompression</code>,  
<code>ServerCall.setCompression</code>, 
<code>ServerCall.setMessageCompression</code></li>
   <li>api: Stabilize <code>Detachable</code> and 
<code>HasByteBuffer</code></li>
   <li>gcp-observability: Stabilize <code>GcpObservability</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10024";>grpc/grpc-java#10024</a>).
 The GcpObservability API provides a simple way to export logging, tracing, and 
metrics to Google Cloud Operations. See <a 
href="https://cloud.google.com/blog/products/networking/introducing-grpc-observability-for-microservices";>the
 Google Cloud blog post</a>.</li>
   <li>census: Add new tracer annotation to indicate the time when name 
resolution completed for those RPCs that experienced name resolution delay, or 
the time when picking subchannel completed for those RPCs that experienced 
picking subchannel delay.  (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10014";>#10014</a>, <a 
href="https://redirect.github.com/grpc/grpc-java/issues/10044";>#10044</a>)</li>
   <li>protoc-gen-grpc-java: binary for s390x is now published (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9455";>#9455</a>). The 
glibc version used is available in Ubuntu 20.04, Debian 11, and CentOS 9 and 
later</li>
   <li>authz: Added <code>FileWatcherAuthorizationServerInterceptor</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9775";>#9775</a>)</li>
   <li>services: Added 
<code>OrcaMetricReportingServerInterceptor.create(MetricRecorder)</code> which 
adds common metrics per-RPC (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9902";>#9902</a>)</li>
   <li>android: Add <code>UdsChannelBuilder</code> for using LocalSocket an 
Android (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/8418";>#8418</a>)</li>
   <li>alts: Observe the <code>GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES</code> 
environment variable user to adjust the max number of concurrent ALTS 
handshakes (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10016";>#10016</a>)</li>
   <li>binder: Expose client identity via <code>PeerUid</code> and 
<code>PeerUids</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9952";>#9952</a>)</li>
   <li>binder: Add <code>BindServiceFlags.setAllowActivityStarts()</code> for 
<code>BIND_ALLOW_ACTIVITY_STARTS</code> added in Android U (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10008";>#10008</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>core: Fix NPE race during hedging (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10007";>grpc/grpc-java#10007</a>),
 fixing a Netty buffer memory leak for cancelled RPCs</li>
   <li>core: Allow transparent retries after a retry attempt and the configured 
max retries was 1 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10066";>#10066</a>)</li>
   <li>okhttp: properly implement 
<code>OkHttpServerBuilder.maxConnectionAgeGrace()</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9968";>#9968</a>)</li>
   <li>xds: Enable federation support. See <a 
href="https://github.com/grpc/proposal/blob/master/A47-xds-federation.md";>gRFC 
A47</a></li>
   <li>xds: Enable Weighted Round Robin LB policy support. See <a 
href="https://github.com/grpc/proposal/blob/master/A58-client-side-weighted-round-robin-lb-policy.md";>gRFC
 A58</a></li>
   <li>xds: Avoid ClassCastException if the control plane changes the top-level 
policy (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10091";>#10091</a>). 
This is expected to be unlikely, but is possible</li>
   <li>xds: Fix <code>java.util.NoSuchElementException: 
SecurityProtocolNegotiators$ClientSdsHandler#0</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10118";>#10118</a>). 
This error did not cause any problems, other than unnecessary logging</li>
   <li>xds: Avoid using the default locale for case insensitive path matching 
(<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10148";>#10148</a>)</li>
   <li>googleapis: Enable ignore_resource_deletion for <code>google-c2p:</code> 
resolver’s default xds bootstrap (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10121";>#10121</a>)</li>
   <li>rls: Refresh name resolution on rejected addresses (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10032";>#10032</a>)</li>
   </ul>
   <h3>New Examples</h3>
   <ul>
   <li>Keepalive (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9956";>#9956</a>)</li>
   <li>Cancellation (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9962";>#9962</a>)</li>
   <li>Deadline (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9958";>#9958</a>)</li>
   <li>Using waitForReady (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9960";>#9960</a>)</li>
   <li>Client and Server sharing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9969";>#9969</a>)</li>
   <li>Reflection (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9955";>#9955</a>)</li>
   <li>Doing debug (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9957";>#9957</a>)</li>
   <li>Health service (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9991";>#9991</a>)</li>
   <li>Error details (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9997";>#9997</a>)</li>
   <li>Custom load balancing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9951";>#9951</a>)</li>
   <li>gRPC-level reverse proxy (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10059";>#10059</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>protobuf-java and protobuf-java-util upgraded to 3.22.3 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10045";>#10045</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/c9b905f071f9a9de6bc39c1495faac8275cbde71";><code>c9b905f</code></a>
 Bump version to 1.55.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0289d3466265ac24068f1f65168cd26b8039288a";><code>0289d34</code></a>
 Update README etc to reference 1.55.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a99c8d1c81daa40dc1890ed9bb81ade4fa9614b0";><code>a99c8d1</code></a>
 xds: Avoid default locale and reset()</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0847e2b49f4bd8f94752c70d11c0cde922bc1fd5";><code>0847e2b</code></a>
 android,binder,cronet: .aar file when publishing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10138";>#10138</a>) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10144";>#10144</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7c894d6da9bf6fb19de2a3a0c6d44e29654e5e3d";><code>7c894d6</code></a>
 Bump version to 1.55.1-SNAPSHOT</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e48040541bb2b42e2465344faee241a24d747466";><code>e480405</code></a>
 Bump version to 1.55.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/c32f31a6e85b12cf90b2b28077a45d930ab9e9a3";><code>c32f31a</code></a>
 Update README etc to reference 1.55.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/645b98f80e7d33a863522fc871ac434a839e6692";><code>645b98f</code></a>
 interop-testing: add googleapis and rls as interop client dependencies</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ab408f6c8abea0004fe71cd5620584ee96c95daa";><code>ab408f6</code></a>
 googleapis: Enable ignore_resource_deletion in bootstrap</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6ee41843d5e4d0fd2e24d6b60d3a28cf770d1b3b";><code>6ee4184</code></a>
 xds: handle the handlerRemoved callback to skip updateSslContext processing 
(...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.54.1...v1.55.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-netty-shaded` from 1.54.1 to 1.55.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>grpc-netty-shaded's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.55.1</h2>
   <p>The 1.55.0 release failed. There were no artifacts published for it.</p>
   <h3>API Changes</h3>
   <ul>
   <li>services: Rename 
<code>MetricRecorder.setQps</code>/<code>clearQps</code> to 
<code>setQpsMetric</code>/<code>clearQpsMetric</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10031";>#10031</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>gcp-observability: Remove monitored resource detection for logging (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10020";>grpc/grpc-java#10020</a>).
 The cloud libraries will fill in these details instead</li>
   <li>protoc-gen-grpc-java: binaries for Linux ARM and PPC are now built using 
Ubuntu 18.04. They will no longer work on Ubuntu 16.04 and Debian 9</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>api: Stabilize the frequently used compression APIs (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9942";>#9942</a>): 
<code>CallOptions.withCompression</code>, 
<code>CallOptions.getCompressor</code>, 
<code>AbstractStub.withCompression</code>,  
<code>ServerCall.setCompression</code>, 
<code>ServerCall.setMessageCompression</code></li>
   <li>api: Stabilize <code>Detachable</code> and 
<code>HasByteBuffer</code></li>
   <li>gcp-observability: Stabilize <code>GcpObservability</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10024";>grpc/grpc-java#10024</a>).
 The GcpObservability API provides a simple way to export logging, tracing, and 
metrics to Google Cloud Operations. See <a 
href="https://cloud.google.com/blog/products/networking/introducing-grpc-observability-for-microservices";>the
 Google Cloud blog post</a>.</li>
   <li>census: Add new tracer annotation to indicate the time when name 
resolution completed for those RPCs that experienced name resolution delay, or 
the time when picking subchannel completed for those RPCs that experienced 
picking subchannel delay.  (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10014";>#10014</a>, <a 
href="https://redirect.github.com/grpc/grpc-java/issues/10044";>#10044</a>)</li>
   <li>protoc-gen-grpc-java: binary for s390x is now published (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9455";>#9455</a>). The 
glibc version used is available in Ubuntu 20.04, Debian 11, and CentOS 9 and 
later</li>
   <li>authz: Added <code>FileWatcherAuthorizationServerInterceptor</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9775";>#9775</a>)</li>
   <li>services: Added 
<code>OrcaMetricReportingServerInterceptor.create(MetricRecorder)</code> which 
adds common metrics per-RPC (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9902";>#9902</a>)</li>
   <li>android: Add <code>UdsChannelBuilder</code> for using LocalSocket an 
Android (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/8418";>#8418</a>)</li>
   <li>alts: Observe the <code>GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES</code> 
environment variable user to adjust the max number of concurrent ALTS 
handshakes (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10016";>#10016</a>)</li>
   <li>binder: Expose client identity via <code>PeerUid</code> and 
<code>PeerUids</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9952";>#9952</a>)</li>
   <li>binder: Add <code>BindServiceFlags.setAllowActivityStarts()</code> for 
<code>BIND_ALLOW_ACTIVITY_STARTS</code> added in Android U (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10008";>#10008</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>core: Fix NPE race during hedging (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10007";>grpc/grpc-java#10007</a>),
 fixing a Netty buffer memory leak for cancelled RPCs</li>
   <li>core: Allow transparent retries after a retry attempt and the configured 
max retries was 1 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10066";>#10066</a>)</li>
   <li>okhttp: properly implement 
<code>OkHttpServerBuilder.maxConnectionAgeGrace()</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9968";>#9968</a>)</li>
   <li>xds: Enable federation support. See <a 
href="https://github.com/grpc/proposal/blob/master/A47-xds-federation.md";>gRFC 
A47</a></li>
   <li>xds: Enable Weighted Round Robin LB policy support. See <a 
href="https://github.com/grpc/proposal/blob/master/A58-client-side-weighted-round-robin-lb-policy.md";>gRFC
 A58</a></li>
   <li>xds: Avoid ClassCastException if the control plane changes the top-level 
policy (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10091";>#10091</a>). 
This is expected to be unlikely, but is possible</li>
   <li>xds: Fix <code>java.util.NoSuchElementException: 
SecurityProtocolNegotiators$ClientSdsHandler#0</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10118";>#10118</a>). 
This error did not cause any problems, other than unnecessary logging</li>
   <li>xds: Avoid using the default locale for case insensitive path matching 
(<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10148";>#10148</a>)</li>
   <li>googleapis: Enable ignore_resource_deletion for <code>google-c2p:</code> 
resolver’s default xds bootstrap (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10121";>#10121</a>)</li>
   <li>rls: Refresh name resolution on rejected addresses (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10032";>#10032</a>)</li>
   </ul>
   <h3>New Examples</h3>
   <ul>
   <li>Keepalive (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9956";>#9956</a>)</li>
   <li>Cancellation (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9962";>#9962</a>)</li>
   <li>Deadline (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9958";>#9958</a>)</li>
   <li>Using waitForReady (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9960";>#9960</a>)</li>
   <li>Client and Server sharing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9969";>#9969</a>)</li>
   <li>Reflection (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9955";>#9955</a>)</li>
   <li>Doing debug (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9957";>#9957</a>)</li>
   <li>Health service (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9991";>#9991</a>)</li>
   <li>Error details (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9997";>#9997</a>)</li>
   <li>Custom load balancing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9951";>#9951</a>)</li>
   <li>gRPC-level reverse proxy (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10059";>#10059</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>protobuf-java and protobuf-java-util upgraded to 3.22.3 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10045";>#10045</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/c9b905f071f9a9de6bc39c1495faac8275cbde71";><code>c9b905f</code></a>
 Bump version to 1.55.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0289d3466265ac24068f1f65168cd26b8039288a";><code>0289d34</code></a>
 Update README etc to reference 1.55.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a99c8d1c81daa40dc1890ed9bb81ade4fa9614b0";><code>a99c8d1</code></a>
 xds: Avoid default locale and reset()</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0847e2b49f4bd8f94752c70d11c0cde922bc1fd5";><code>0847e2b</code></a>
 android,binder,cronet: .aar file when publishing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10138";>#10138</a>) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10144";>#10144</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7c894d6da9bf6fb19de2a3a0c6d44e29654e5e3d";><code>7c894d6</code></a>
 Bump version to 1.55.1-SNAPSHOT</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e48040541bb2b42e2465344faee241a24d747466";><code>e480405</code></a>
 Bump version to 1.55.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/c32f31a6e85b12cf90b2b28077a45d930ab9e9a3";><code>c32f31a</code></a>
 Update README etc to reference 1.55.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/645b98f80e7d33a863522fc871ac434a839e6692";><code>645b98f</code></a>
 interop-testing: add googleapis and rls as interop client dependencies</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ab408f6c8abea0004fe71cd5620584ee96c95daa";><code>ab408f6</code></a>
 googleapis: Enable ignore_resource_deletion in bootstrap</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6ee41843d5e4d0fd2e24d6b60d3a28cf770d1b3b";><code>6ee4184</code></a>
 xds: handle the handlerRemoved callback to skip updateSslContext processing 
(...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.54.1...v1.55.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-netty` from 1.54.1 to 1.55.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.55.1</h2>
   <p>The 1.55.0 release failed. There were no artifacts published for it.</p>
   <h3>API Changes</h3>
   <ul>
   <li>services: Rename 
<code>MetricRecorder.setQps</code>/<code>clearQps</code> to 
<code>setQpsMetric</code>/<code>clearQpsMetric</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10031";>#10031</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>gcp-observability: Remove monitored resource detection for logging (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10020";>grpc/grpc-java#10020</a>).
 The cloud libraries will fill in these details instead</li>
   <li>protoc-gen-grpc-java: binaries for Linux ARM and PPC are now built using 
Ubuntu 18.04. They will no longer work on Ubuntu 16.04 and Debian 9</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>api: Stabilize the frequently used compression APIs (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9942";>#9942</a>): 
<code>CallOptions.withCompression</code>, 
<code>CallOptions.getCompressor</code>, 
<code>AbstractStub.withCompression</code>,  
<code>ServerCall.setCompression</code>, 
<code>ServerCall.setMessageCompression</code></li>
   <li>api: Stabilize <code>Detachable</code> and 
<code>HasByteBuffer</code></li>
   <li>gcp-observability: Stabilize <code>GcpObservability</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10024";>grpc/grpc-java#10024</a>).
 The GcpObservability API provides a simple way to export logging, tracing, and 
metrics to Google Cloud Operations. See <a 
href="https://cloud.google.com/blog/products/networking/introducing-grpc-observability-for-microservices";>the
 Google Cloud blog post</a>.</li>
   <li>census: Add new tracer annotation to indicate the time when name 
resolution completed for those RPCs that experienced name resolution delay, or 
the time when picking subchannel completed for those RPCs that experienced 
picking subchannel delay.  (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10014";>#10014</a>, <a 
href="https://redirect.github.com/grpc/grpc-java/issues/10044";>#10044</a>)</li>
   <li>protoc-gen-grpc-java: binary for s390x is now published (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9455";>#9455</a>). The 
glibc version used is available in Ubuntu 20.04, Debian 11, and CentOS 9 and 
later</li>
   <li>authz: Added <code>FileWatcherAuthorizationServerInterceptor</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9775";>#9775</a>)</li>
   <li>services: Added 
<code>OrcaMetricReportingServerInterceptor.create(MetricRecorder)</code> which 
adds common metrics per-RPC (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9902";>#9902</a>)</li>
   <li>android: Add <code>UdsChannelBuilder</code> for using LocalSocket an 
Android (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/8418";>#8418</a>)</li>
   <li>alts: Observe the <code>GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES</code> 
environment variable user to adjust the max number of concurrent ALTS 
handshakes (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10016";>#10016</a>)</li>
   <li>binder: Expose client identity via <code>PeerUid</code> and 
<code>PeerUids</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9952";>#9952</a>)</li>
   <li>binder: Add <code>BindServiceFlags.setAllowActivityStarts()</code> for 
<code>BIND_ALLOW_ACTIVITY_STARTS</code> added in Android U (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10008";>#10008</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>core: Fix NPE race during hedging (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10007";>grpc/grpc-java#10007</a>),
 fixing a Netty buffer memory leak for cancelled RPCs</li>
   <li>core: Allow transparent retries after a retry attempt and the configured 
max retries was 1 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10066";>#10066</a>)</li>
   <li>okhttp: properly implement 
<code>OkHttpServerBuilder.maxConnectionAgeGrace()</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9968";>#9968</a>)</li>
   <li>xds: Enable federation support. See <a 
href="https://github.com/grpc/proposal/blob/master/A47-xds-federation.md";>gRFC 
A47</a></li>
   <li>xds: Enable Weighted Round Robin LB policy support. See <a 
href="https://github.com/grpc/proposal/blob/master/A58-client-side-weighted-round-robin-lb-policy.md";>gRFC
 A58</a></li>
   <li>xds: Avoid ClassCastException if the control plane changes the top-level 
policy (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10091";>#10091</a>). 
This is expected to be unlikely, but is possible</li>
   <li>xds: Fix <code>java.util.NoSuchElementException: 
SecurityProtocolNegotiators$ClientSdsHandler#0</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10118";>#10118</a>). 
This error did not cause any problems, other than unnecessary logging</li>
   <li>xds: Avoid using the default locale for case insensitive path matching 
(<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10148";>#10148</a>)</li>
   <li>googleapis: Enable ignore_resource_deletion for <code>google-c2p:</code> 
resolver’s default xds bootstrap (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10121";>#10121</a>)</li>
   <li>rls: Refresh name resolution on rejected addresses (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10032";>#10032</a>)</li>
   </ul>
   <h3>New Examples</h3>
   <ul>
   <li>Keepalive (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9956";>#9956</a>)</li>
   <li>Cancellation (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9962";>#9962</a>)</li>
   <li>Deadline (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9958";>#9958</a>)</li>
   <li>Using waitForReady (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9960";>#9960</a>)</li>
   <li>Client and Server sharing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9969";>#9969</a>)</li>
   <li>Reflection (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9955";>#9955</a>)</li>
   <li>Doing debug (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9957";>#9957</a>)</li>
   <li>Health service (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9991";>#9991</a>)</li>
   <li>Error details (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9997";>#9997</a>)</li>
   <li>Custom load balancing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9951";>#9951</a>)</li>
   <li>gRPC-level reverse proxy (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10059";>#10059</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>protobuf-java and protobuf-java-util upgraded to 3.22.3 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10045";>#10045</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/c9b905f071f9a9de6bc39c1495faac8275cbde71";><code>c9b905f</code></a>
 Bump version to 1.55.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0289d3466265ac24068f1f65168cd26b8039288a";><code>0289d34</code></a>
 Update README etc to reference 1.55.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a99c8d1c81daa40dc1890ed9bb81ade4fa9614b0";><code>a99c8d1</code></a>
 xds: Avoid default locale and reset()</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0847e2b49f4bd8f94752c70d11c0cde922bc1fd5";><code>0847e2b</code></a>
 android,binder,cronet: .aar file when publishing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10138";>#10138</a>) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10144";>#10144</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7c894d6da9bf6fb19de2a3a0c6d44e29654e5e3d";><code>7c894d6</code></a>
 Bump version to 1.55.1-SNAPSHOT</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e48040541bb2b42e2465344faee241a24d747466";><code>e480405</code></a>
 Bump version to 1.55.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/c32f31a6e85b12cf90b2b28077a45d930ab9e9a3";><code>c32f31a</code></a>
 Update README etc to reference 1.55.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/645b98f80e7d33a863522fc871ac434a839e6692";><code>645b98f</code></a>
 interop-testing: add googleapis and rls as interop client dependencies</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ab408f6c8abea0004fe71cd5620584ee96c95daa";><code>ab408f6</code></a>
 googleapis: Enable ignore_resource_deletion in bootstrap</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6ee41843d5e4d0fd2e24d6b60d3a28cf770d1b3b";><code>6ee4184</code></a>
 xds: handle the handlerRemoved callback to skip updateSslContext processing 
(...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.54.1...v1.55.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-grpclb` from 1.54.1 to 1.55.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>grpc-grpclb's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.55.1</h2>
   <p>The 1.55.0 release failed. There were no artifacts published for it.</p>
   <h3>API Changes</h3>
   <ul>
   <li>services: Rename 
<code>MetricRecorder.setQps</code>/<code>clearQps</code> to 
<code>setQpsMetric</code>/<code>clearQpsMetric</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10031";>#10031</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>gcp-observability: Remove monitored resource detection for logging (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10020";>grpc/grpc-java#10020</a>).
 The cloud libraries will fill in these details instead</li>
   <li>protoc-gen-grpc-java: binaries for Linux ARM and PPC are now built using 
Ubuntu 18.04. They will no longer work on Ubuntu 16.04 and Debian 9</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>api: Stabilize the frequently used compression APIs (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9942";>#9942</a>): 
<code>CallOptions.withCompression</code>, 
<code>CallOptions.getCompressor</code>, 
<code>AbstractStub.withCompression</code>,  
<code>ServerCall.setCompression</code>, 
<code>ServerCall.setMessageCompression</code></li>
   <li>api: Stabilize <code>Detachable</code> and 
<code>HasByteBuffer</code></li>
   <li>gcp-observability: Stabilize <code>GcpObservability</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10024";>grpc/grpc-java#10024</a>).
 The GcpObservability API provides a simple way to export logging, tracing, and 
metrics to Google Cloud Operations. See <a 
href="https://cloud.google.com/blog/products/networking/introducing-grpc-observability-for-microservices";>the
 Google Cloud blog post</a>.</li>
   <li>census: Add new tracer annotation to indicate the time when name 
resolution completed for those RPCs that experienced name resolution delay, or 
the time when picking subchannel completed for those RPCs that experienced 
picking subchannel delay.  (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10014";>#10014</a>, <a 
href="https://redirect.github.com/grpc/grpc-java/issues/10044";>#10044</a>)</li>
   <li>protoc-gen-grpc-java: binary for s390x is now published (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9455";>#9455</a>). The 
glibc version used is available in Ubuntu 20.04, Debian 11, and CentOS 9 and 
later</li>
   <li>authz: Added <code>FileWatcherAuthorizationServerInterceptor</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9775";>#9775</a>)</li>
   <li>services: Added 
<code>OrcaMetricReportingServerInterceptor.create(MetricRecorder)</code> which 
adds common metrics per-RPC (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9902";>#9902</a>)</li>
   <li>android: Add <code>UdsChannelBuilder</code> for using LocalSocket an 
Android (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/8418";>#8418</a>)</li>
   <li>alts: Observe the <code>GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES</code> 
environment variable user to adjust the max number of concurrent ALTS 
handshakes (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10016";>#10016</a>)</li>
   <li>binder: Expose client identity via <code>PeerUid</code> and 
<code>PeerUids</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9952";>#9952</a>)</li>
   <li>binder: Add <code>BindServiceFlags.setAllowActivityStarts()</code> for 
<code>BIND_ALLOW_ACTIVITY_STARTS</code> added in Android U (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10008";>#10008</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>core: Fix NPE race during hedging (<a 
href="https://redirect.github.com/grpc/grpc-java/pull/10007";>grpc/grpc-java#10007</a>),
 fixing a Netty buffer memory leak for cancelled RPCs</li>
   <li>core: Allow transparent retries after a retry attempt and the configured 
max retries was 1 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10066";>#10066</a>)</li>
   <li>okhttp: properly implement 
<code>OkHttpServerBuilder.maxConnectionAgeGrace()</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9968";>#9968</a>)</li>
   <li>xds: Enable federation support. See <a 
href="https://github.com/grpc/proposal/blob/master/A47-xds-federation.md";>gRFC 
A47</a></li>
   <li>xds: Enable Weighted Round Robin LB policy support. See <a 
href="https://github.com/grpc/proposal/blob/master/A58-client-side-weighted-round-robin-lb-policy.md";>gRFC
 A58</a></li>
   <li>xds: Avoid ClassCastException if the control plane changes the top-level 
policy (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10091";>#10091</a>). 
This is expected to be unlikely, but is possible</li>
   <li>xds: Fix <code>java.util.NoSuchElementException: 
SecurityProtocolNegotiators$ClientSdsHandler#0</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10118";>#10118</a>). 
This error did not cause any problems, other than unnecessary logging</li>
   <li>xds: Avoid using the default locale for case insensitive path matching 
(<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10148";>#10148</a>)</li>
   <li>googleapis: Enable ignore_resource_deletion for <code>google-c2p:</code> 
resolver’s default xds bootstrap (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10121";>#10121</a>)</li>
   <li>rls: Refresh name resolution on rejected addresses (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10032";>#10032</a>)</li>
   </ul>
   <h3>New Examples</h3>
   <ul>
   <li>Keepalive (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9956";>#9956</a>)</li>
   <li>Cancellation (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9962";>#9962</a>)</li>
   <li>Deadline (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9958";>#9958</a>)</li>
   <li>Using waitForReady (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9960";>#9960</a>)</li>
   <li>Client and Server sharing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9969";>#9969</a>)</li>
   <li>Reflection (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9955";>#9955</a>)</li>
   <li>Doing debug (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9957";>#9957</a>)</li>
   <li>Health service (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9991";>#9991</a>)</li>
   <li>Error details (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9997";>#9997</a>)</li>
   <li>Custom load balancing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/9951";>#9951</a>)</li>
   <li>gRPC-level reverse proxy (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10059";>#10059</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>protobuf-java and protobuf-java-util upgraded to 3.22.3 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10045";>#10045</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/c9b905f071f9a9de6bc39c1495faac8275cbde71";><code>c9b905f</code></a>
 Bump version to 1.55.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0289d3466265ac24068f1f65168cd26b8039288a";><code>0289d34</code></a>
 Update README etc to reference 1.55.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a99c8d1c81daa40dc1890ed9bb81ade4fa9614b0";><code>a99c8d1</code></a>
 xds: Avoid default locale and reset()</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0847e2b49f4bd8f94752c70d11c0cde922bc1fd5";><code>0847e2b</code></a>
 android,binder,cronet: .aar file when publishing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10138";>#10138</a>) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10144";>#10144</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7c894d6da9bf6fb19de2a3a0c6d44e29654e5e3d";><code>7c894d6</code></a>
 Bump version to 1.55.1-SNAPSHOT</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e48040541bb2b42e2465344faee241a24d747466";><code>e480405</code></a>
 Bump version to 1.55.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/c32f31a6e85b12cf90b2b28077a45d930ab9e9a3";><code>c32f31a</code></a>
 Update README etc to reference 1.55.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/645b98f80e7d33a863522fc871ac434a839e6692";><code>645b98f</code></a>
 interop-testing: add googleapis and rls as interop client dependencies</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ab408f6c8abea0004fe71cd5620584ee96c95daa";><code>ab408f6</code></a>
 googleapis: Enable ignore_resource_deletion in bootstrap</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6ee41843d5e4d0fd2e24d6b60d3a28cf770d1b3b";><code>6ee4184</code></a>
 xds: handle the handlerRemoved callback to skip updateSslContext processing 
(...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.54.1...v1.55.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: [email protected]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to