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

   Bumps `grpc.version` from 1.47.0 to 1.48.0.
   Updates `grpc-core` from 1.47.0 to 1.48.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>grpc-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.48.0</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Removed the Class-Path manifest entry from jars generated with the 
gradle shadow plugin (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9270";>#9270</a>).
 This should prevent “[WARNING] [path] bad path element” compilation 
warnings</li>
   <li>Fix Channelz HTTP/2 window reporting. Previously the sender and receiver 
windows were reversed</li>
   <li>Service config parse failures should be UNAVAILABLE, not 
INVALID_ARGUMENT (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9346";>#9346</a>).
 This bug could cause RPCs to fail with INVALID_ARGUMENT if the service config 
was invalid when the channel started. RPCs were not failed if the channel had 
previously received no config or a valid config. Channels using xds were not 
exposed to this issue</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>xds: implement ignore_resource_deletion server feature as defined in the 
gRFC <a 
href="https://github.com/grpc/proposal/blob/master/A53-xds-ignore-resource-deletion.md";>A53:
 Option for Ignoring xDS Resource Deletion</a>. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9339";>#9339</a>)</li>
   <li>bazel: Support maven_install's strict_visibility=True by including 
direct dependencies explicitly</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>Changed the debug strings for many <code>Attributes.Key</code>s to 
reference the API of the key. This should make it easier to find the API the 
key is exposed when using <code>attributes.toString()</code></li>
   <li>api: Document <code>Attributes.Key</code> uses reference equality. This 
is to make it clear the behavior is on purpose, and mirrors other Key types in 
the API</li>
   <li>api: Explain security constraints of 
<code>EquivalentAddressGroup.ATTR_AUTHORITY_OVERRIDE</code>, to avoid misuse by 
<code>NameResolver</code>s (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9281";>#9281</a>)</li>
   <li>testing: <code>GrpcCleanupRule</code> now extends 
<code>ExternalResource</code>. This makes it usable with JUnit 5</li>
   <li>core: Clear ConfigSelector when the channel enters panic mode (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9272";>#9272</a>).
 This prevents hanging RPCs if panic mode is entered very early in the channel 
lifetime and makes panic mode more predictable when xds is in use. Panic mode 
is a Channel feature used when a bug causes an unrecoverable error</li>
   <li>xds: clusterresolver reuses child policy names for the same locality to 
avoid subchannel connection churns (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9287";>#9287</a>)</li>
   <li>xds: Fail RPCs with error details when resources are deleted instead of 
“NameResolver returned no usable address errors” (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9337";>#9337</a>)</li>
   <li>xds: Support least_request LB in LoadBalancingPolicy (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9262";>#9262</a>)</li>
   <li>xds: weighted target to delay picker updates while updating children (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9306";>#9306</a>)</li>
   <li>compiler: support protoc compiling on loongarch_64 and ppc64le platform 
(<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9178";>#9178</a>
 <a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9284";>#9284</a>)</li>
   <li>core: Avoid unnecessary flushes for unary responses. It optimizes the 
response flow (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9273";>#9273</a>)</li>
   <li>binder: Add security Policy for verifying signature using sha-256 hash 
(<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9305";>#9305</a>)</li>
   <li>core: Use the offload executor in CallCredentials rather than the 
executor from CallOptions  (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9313";>#9313</a>)</li>
   <li>xds: delete the permanent error logic in processing LDS updates in 
XdsServerWrapper (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9268";>#9268</a>)</li>
   <li>xds: when delegate server throws on start communicate the error to 
statusListener (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9277";>#9277</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Bump Guava to 31.1</li>
   <li>Bump protobuf to 3.21.1 (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9311";>#9311</a>)</li>
   <li>Bump Error Prone annotations to 2.14.0</li>
   <li>Bump Animal Sniffer annotations to 1.21</li>
   <li>Bump Netty to 4.1.77.Final and netty_tcnative to 2.0.53.Final</li>
   <li>protobuf: Bump 
<code>com.google.api.grpc:proto-google-common-protos</code> to 2.9.0</li>
   <li>alts: Bump Conscrypt to 2.5.2</li>
   <li>xds: Bump RE2J to 1.6</li>
   <li>xds: Remove unused org.bouncycastle:bcpkix-jdk15on dependency</li>
   <li>xds: Update xDS protos (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9223";>#9223</a>)</li>
   </ul>
   <h3>Acknowledgements</h3>
   <p><a href="https://github.com/mirlord";><code>@​mirlord</code></a>
   <a 
href="https://github.com/zhangwenlong8911";><code>@​zhangwenlong8911</code></a>
   <a href="https://github.com/adilansari";><code>@​adilansari</code></a>
   <a href="https://github.com/amirhadadi";><code>@​amirhadadi</code></a>
   <a href="https://github.com/jader-eero";><code>@​jader-eero</code></a>
   <a href="https://github.com/jvolkman";><code>@​jvolkman</code></a>
   <a href="https://github.com/sumitd2";><code>@​sumitd2</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ed58a2c495672a3dec2dd301d707617cc4ea6316";><code>ed58a2c</code></a>
 Bump version to 1.48.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6ffba8691dae62b442d5e981fc13b3d2585f2882";><code>6ffba86</code></a>
 Update README etc to reference 1.48.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3f47a6e380a398d03301d5d0fd0d3005e9965350";><code>3f47a6e</code></a>
 buildscripts: Fix kube contexts in the xds LB tests (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9389";>#9389</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/826a7c9caf871bc3f26e84aa6143e8932dee9cab";><code>826a7c9</code></a>
 Revert &quot;Fix for ipv6 link local with scope (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9326";>#9326</a>)&quot;</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5991239bed89fa087e2268b104faa5fc3bd730a0";><code>5991239</code></a>
 interop-testing: Hack runtimeOnly deps to be available at runtime (1.48.x 
bac...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/fb2d5cf89d9a39d882433f8164a980c6d5d8a733";><code>fb2d5cf</code></a>
 xds: implement ignore_resource_deletion server feature (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9339";>#9339</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/bdc27cd17619699cdeddad85b3cfe3229e9e382e";><code>bdc27cd</code></a>
 Service config parse failures should be UNAVAILABLE</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/258ac604b08ee3403cda565f9f014d2dec3422ff";><code>258ac60</code></a>
 Bump Bazel deps missed in fb314d3</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/97b6a65862a7de1f49e5baa7a5c80421ccbf119a";><code>97b6a65</code></a>
 Bump versions for assorted dependencies</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0b3a0b45052b89f6d4e1c048f32ed7b7f5f2b3ce";><code>0b3a0b4</code></a>
 Fix for ipv6 link local with scope (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9326";>#9326</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.47.0...v1.48.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-stub` from 1.47.0 to 1.48.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>grpc-stub's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.48.0</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Removed the Class-Path manifest entry from jars generated with the 
gradle shadow plugin (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9270";>#9270</a>).
 This should prevent “[WARNING] [path] bad path element” compilation 
warnings</li>
   <li>Fix Channelz HTTP/2 window reporting. Previously the sender and receiver 
windows were reversed</li>
   <li>Service config parse failures should be UNAVAILABLE, not 
INVALID_ARGUMENT (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9346";>#9346</a>).
 This bug could cause RPCs to fail with INVALID_ARGUMENT if the service config 
was invalid when the channel started. RPCs were not failed if the channel had 
previously received no config or a valid config. Channels using xds were not 
exposed to this issue</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>xds: implement ignore_resource_deletion server feature as defined in the 
gRFC <a 
href="https://github.com/grpc/proposal/blob/master/A53-xds-ignore-resource-deletion.md";>A53:
 Option for Ignoring xDS Resource Deletion</a>. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9339";>#9339</a>)</li>
   <li>bazel: Support maven_install's strict_visibility=True by including 
direct dependencies explicitly</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>Changed the debug strings for many <code>Attributes.Key</code>s to 
reference the API of the key. This should make it easier to find the API the 
key is exposed when using <code>attributes.toString()</code></li>
   <li>api: Document <code>Attributes.Key</code> uses reference equality. This 
is to make it clear the behavior is on purpose, and mirrors other Key types in 
the API</li>
   <li>api: Explain security constraints of 
<code>EquivalentAddressGroup.ATTR_AUTHORITY_OVERRIDE</code>, to avoid misuse by 
<code>NameResolver</code>s (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9281";>#9281</a>)</li>
   <li>testing: <code>GrpcCleanupRule</code> now extends 
<code>ExternalResource</code>. This makes it usable with JUnit 5</li>
   <li>core: Clear ConfigSelector when the channel enters panic mode (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9272";>#9272</a>).
 This prevents hanging RPCs if panic mode is entered very early in the channel 
lifetime and makes panic mode more predictable when xds is in use. Panic mode 
is a Channel feature used when a bug causes an unrecoverable error</li>
   <li>xds: clusterresolver reuses child policy names for the same locality to 
avoid subchannel connection churns (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9287";>#9287</a>)</li>
   <li>xds: Fail RPCs with error details when resources are deleted instead of 
“NameResolver returned no usable address errors” (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9337";>#9337</a>)</li>
   <li>xds: Support least_request LB in LoadBalancingPolicy (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9262";>#9262</a>)</li>
   <li>xds: weighted target to delay picker updates while updating children (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9306";>#9306</a>)</li>
   <li>compiler: support protoc compiling on loongarch_64 and ppc64le platform 
(<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9178";>#9178</a>
 <a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9284";>#9284</a>)</li>
   <li>core: Avoid unnecessary flushes for unary responses. It optimizes the 
response flow (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9273";>#9273</a>)</li>
   <li>binder: Add security Policy for verifying signature using sha-256 hash 
(<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9305";>#9305</a>)</li>
   <li>core: Use the offload executor in CallCredentials rather than the 
executor from CallOptions  (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9313";>#9313</a>)</li>
   <li>xds: delete the permanent error logic in processing LDS updates in 
XdsServerWrapper (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9268";>#9268</a>)</li>
   <li>xds: when delegate server throws on start communicate the error to 
statusListener (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9277";>#9277</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Bump Guava to 31.1</li>
   <li>Bump protobuf to 3.21.1 (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9311";>#9311</a>)</li>
   <li>Bump Error Prone annotations to 2.14.0</li>
   <li>Bump Animal Sniffer annotations to 1.21</li>
   <li>Bump Netty to 4.1.77.Final and netty_tcnative to 2.0.53.Final</li>
   <li>protobuf: Bump 
<code>com.google.api.grpc:proto-google-common-protos</code> to 2.9.0</li>
   <li>alts: Bump Conscrypt to 2.5.2</li>
   <li>xds: Bump RE2J to 1.6</li>
   <li>xds: Remove unused org.bouncycastle:bcpkix-jdk15on dependency</li>
   <li>xds: Update xDS protos (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9223";>#9223</a>)</li>
   </ul>
   <h3>Acknowledgements</h3>
   <p><a href="https://github.com/mirlord";><code>@​mirlord</code></a>
   <a 
href="https://github.com/zhangwenlong8911";><code>@​zhangwenlong8911</code></a>
   <a href="https://github.com/adilansari";><code>@​adilansari</code></a>
   <a href="https://github.com/amirhadadi";><code>@​amirhadadi</code></a>
   <a href="https://github.com/jader-eero";><code>@​jader-eero</code></a>
   <a href="https://github.com/jvolkman";><code>@​jvolkman</code></a>
   <a href="https://github.com/sumitd2";><code>@​sumitd2</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ed58a2c495672a3dec2dd301d707617cc4ea6316";><code>ed58a2c</code></a>
 Bump version to 1.48.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6ffba8691dae62b442d5e981fc13b3d2585f2882";><code>6ffba86</code></a>
 Update README etc to reference 1.48.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3f47a6e380a398d03301d5d0fd0d3005e9965350";><code>3f47a6e</code></a>
 buildscripts: Fix kube contexts in the xds LB tests (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9389";>#9389</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/826a7c9caf871bc3f26e84aa6143e8932dee9cab";><code>826a7c9</code></a>
 Revert &quot;Fix for ipv6 link local with scope (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9326";>#9326</a>)&quot;</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5991239bed89fa087e2268b104faa5fc3bd730a0";><code>5991239</code></a>
 interop-testing: Hack runtimeOnly deps to be available at runtime (1.48.x 
bac...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/fb2d5cf89d9a39d882433f8164a980c6d5d8a733";><code>fb2d5cf</code></a>
 xds: implement ignore_resource_deletion server feature (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9339";>#9339</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/bdc27cd17619699cdeddad85b3cfe3229e9e382e";><code>bdc27cd</code></a>
 Service config parse failures should be UNAVAILABLE</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/258ac604b08ee3403cda565f9f014d2dec3422ff";><code>258ac60</code></a>
 Bump Bazel deps missed in fb314d3</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/97b6a65862a7de1f49e5baa7a5c80421ccbf119a";><code>97b6a65</code></a>
 Bump versions for assorted dependencies</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0b3a0b45052b89f6d4e1c048f32ed7b7f5f2b3ce";><code>0b3a0b4</code></a>
 Fix for ipv6 link local with scope (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9326";>#9326</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.47.0...v1.48.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-netty` from 1.47.0 to 1.48.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>grpc-netty's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.48.0</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Removed the Class-Path manifest entry from jars generated with the 
gradle shadow plugin (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9270";>#9270</a>).
 This should prevent “[WARNING] [path] bad path element” compilation 
warnings</li>
   <li>Fix Channelz HTTP/2 window reporting. Previously the sender and receiver 
windows were reversed</li>
   <li>Service config parse failures should be UNAVAILABLE, not 
INVALID_ARGUMENT (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9346";>#9346</a>).
 This bug could cause RPCs to fail with INVALID_ARGUMENT if the service config 
was invalid when the channel started. RPCs were not failed if the channel had 
previously received no config or a valid config. Channels using xds were not 
exposed to this issue</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>xds: implement ignore_resource_deletion server feature as defined in the 
gRFC <a 
href="https://github.com/grpc/proposal/blob/master/A53-xds-ignore-resource-deletion.md";>A53:
 Option for Ignoring xDS Resource Deletion</a>. (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9339";>#9339</a>)</li>
   <li>bazel: Support maven_install's strict_visibility=True by including 
direct dependencies explicitly</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>Changed the debug strings for many <code>Attributes.Key</code>s to 
reference the API of the key. This should make it easier to find the API the 
key is exposed when using <code>attributes.toString()</code></li>
   <li>api: Document <code>Attributes.Key</code> uses reference equality. This 
is to make it clear the behavior is on purpose, and mirrors other Key types in 
the API</li>
   <li>api: Explain security constraints of 
<code>EquivalentAddressGroup.ATTR_AUTHORITY_OVERRIDE</code>, to avoid misuse by 
<code>NameResolver</code>s (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9281";>#9281</a>)</li>
   <li>testing: <code>GrpcCleanupRule</code> now extends 
<code>ExternalResource</code>. This makes it usable with JUnit 5</li>
   <li>core: Clear ConfigSelector when the channel enters panic mode (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9272";>#9272</a>).
 This prevents hanging RPCs if panic mode is entered very early in the channel 
lifetime and makes panic mode more predictable when xds is in use. Panic mode 
is a Channel feature used when a bug causes an unrecoverable error</li>
   <li>xds: clusterresolver reuses child policy names for the same locality to 
avoid subchannel connection churns (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9287";>#9287</a>)</li>
   <li>xds: Fail RPCs with error details when resources are deleted instead of 
“NameResolver returned no usable address errors” (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9337";>#9337</a>)</li>
   <li>xds: Support least_request LB in LoadBalancingPolicy (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9262";>#9262</a>)</li>
   <li>xds: weighted target to delay picker updates while updating children (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9306";>#9306</a>)</li>
   <li>compiler: support protoc compiling on loongarch_64 and ppc64le platform 
(<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9178";>#9178</a>
 <a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9284";>#9284</a>)</li>
   <li>core: Avoid unnecessary flushes for unary responses. It optimizes the 
response flow (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9273";>#9273</a>)</li>
   <li>binder: Add security Policy for verifying signature using sha-256 hash 
(<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9305";>#9305</a>)</li>
   <li>core: Use the offload executor in CallCredentials rather than the 
executor from CallOptions  (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9313";>#9313</a>)</li>
   <li>xds: delete the permanent error logic in processing LDS updates in 
XdsServerWrapper (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9268";>#9268</a>)</li>
   <li>xds: when delegate server throws on start communicate the error to 
statusListener (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9277";>#9277</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Bump Guava to 31.1</li>
   <li>Bump protobuf to 3.21.1 (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9311";>#9311</a>)</li>
   <li>Bump Error Prone annotations to 2.14.0</li>
   <li>Bump Animal Sniffer annotations to 1.21</li>
   <li>Bump Netty to 4.1.77.Final and netty_tcnative to 2.0.53.Final</li>
   <li>protobuf: Bump 
<code>com.google.api.grpc:proto-google-common-protos</code> to 2.9.0</li>
   <li>alts: Bump Conscrypt to 2.5.2</li>
   <li>xds: Bump RE2J to 1.6</li>
   <li>xds: Remove unused org.bouncycastle:bcpkix-jdk15on dependency</li>
   <li>xds: Update xDS protos (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9223";>#9223</a>)</li>
   </ul>
   <h3>Acknowledgements</h3>
   <p><a href="https://github.com/mirlord";><code>@​mirlord</code></a>
   <a 
href="https://github.com/zhangwenlong8911";><code>@​zhangwenlong8911</code></a>
   <a href="https://github.com/adilansari";><code>@​adilansari</code></a>
   <a href="https://github.com/amirhadadi";><code>@​amirhadadi</code></a>
   <a href="https://github.com/jader-eero";><code>@​jader-eero</code></a>
   <a href="https://github.com/jvolkman";><code>@​jvolkman</code></a>
   <a href="https://github.com/sumitd2";><code>@​sumitd2</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ed58a2c495672a3dec2dd301d707617cc4ea6316";><code>ed58a2c</code></a>
 Bump version to 1.48.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6ffba8691dae62b442d5e981fc13b3d2585f2882";><code>6ffba86</code></a>
 Update README etc to reference 1.48.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3f47a6e380a398d03301d5d0fd0d3005e9965350";><code>3f47a6e</code></a>
 buildscripts: Fix kube contexts in the xds LB tests (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9389";>#9389</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/826a7c9caf871bc3f26e84aa6143e8932dee9cab";><code>826a7c9</code></a>
 Revert &quot;Fix for ipv6 link local with scope (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9326";>#9326</a>)&quot;</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5991239bed89fa087e2268b104faa5fc3bd730a0";><code>5991239</code></a>
 interop-testing: Hack runtimeOnly deps to be available at runtime (1.48.x 
bac...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/fb2d5cf89d9a39d882433f8164a980c6d5d8a733";><code>fb2d5cf</code></a>
 xds: implement ignore_resource_deletion server feature (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9339";>#9339</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/bdc27cd17619699cdeddad85b3cfe3229e9e382e";><code>bdc27cd</code></a>
 Service config parse failures should be UNAVAILABLE</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/258ac604b08ee3403cda565f9f014d2dec3422ff";><code>258ac60</code></a>
 Bump Bazel deps missed in fb314d3</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/97b6a65862a7de1f49e5baa7a5c80421ccbf119a";><code>97b6a65</code></a>
 Bump versions for assorted dependencies</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0b3a0b45052b89f6d4e1c048f32ed7b7f5f2b3ce";><code>0b3a0b4</code></a>
 Fix for ipv6 link local with scope (<a 
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9326";>#9326</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.47.0...v1.48.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

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

Reply via email to