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

   Bumps `grpc.version` from 1.68.2 to 1.69.0.
   Updates `io.grpc:grpc-core` from 1.68.2 to 1.69.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.69.0</h2>
   <p><strong>v1.69.0</strong></p>
   <p>New Features</p>
   <ul>
   <li>api: Allow <code>LoadBalancer</code>s to specify an authority 
per-RPC.(<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11631";>#11631</a>) 
(c167ead85) CallOptions.withAuthority() has higher precedence.</li>
   <li>netty: Add soft Metadata size limit enforcement. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11603";>#11603</a>) 
(735b3f3fe) The soft limit is a lower size limit that fails an increasing 
percentage of RPCs as the Metadata size approaches the upper limit. This can be 
used as an “early warning” that the Metadata size is growing too large</li>
   <li>alts: support altsCallCredentials in 
<code>GoogleDefaultChannelCredentials</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11634";>#11634</a>) 
(ba8ab796e)</li>
   <li>xds: Add grpc.xds_client metrics, as documented by <a 
href="https://grpc.io/docs/guides/opentelemetry-metrics/#xdsclient-instruments";>OpenTelemetry
 Metrics</a> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11661";>#11661</a>) 
(20d09cee5). <code>grpc.xds.authority</code> is not yet available</li>
   </ul>
   <p>Bug Fixes</p>
   <ul>
   <li>api: When forwarding from <code>Listener</code> onAddresses to 
<code>Listener2</code> continue to use onResult (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11666";>#11666</a>) 
(dae078c0a). This fixes a 1.68.1 &quot;IllegalStateException: Not called from 
the SynchronizationContext&quot; regression (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11662";>#11662</a>) that 
could be seen in certain custom NameResolvers</li>
   <li>okhttp: If the frame handler thread is null do not schedule it on the 
executor (ef1fe8737). This fixes a 1.68.1 NullPointerException regression when 
a custom transportExecutor was provided to the channel and it did not have 
enough threads to run new tasks</li>
   </ul>
   <p>Improvements</p>
   <ul>
   <li>api: Add <code>java.time.Duration</code> overloads to 
<code>CallOptions</code>, <code>AbstractStub</code> methods that take TimeUnit 
and a time value (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11562";>#11562</a>) 
(766b92379)</li>
   <li>core: Make timestamp usage in Channelz use nanos from Java.time.Instant 
when available (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11604";>#11604</a>) 
(9176b5528). This increases the timestamp precision from milliseconds</li>
   <li>okhttp: Fix for ipv6 link local with scope (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11725";>#11725</a><a 
href="https://github.com/grpc/grpc-java/commit/e98e7445be6209ed4300724d6c2769635ceef5e4";>)
 (e98e7445b)</a></li>
   <li>binder: Let <code>AndroidComponentAddress</code> specify a target 
UserHandle (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11670";>#11670</a>) 
(e58c998a4)</li>
   <li>servlet: Deframe failures should be logged on the server as warnings (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11645";>#11645</a>) 
(a5db67d0c)</li>
   <li>s2a: Rename the Bazel target s2av2_credentials to s2a (29dd9bad3). The 
target s2a had been referenced by IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS but didn’t 
previously exist</li>
   <li>services: Make channelz work with proto lite (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11685";>#11685</a>) 
(b1703345f). This compatibility is on the source level. There is not a 
pre-built binary on Maven Central that supports proto lite</li>
   <li>services: Deprecate ProtoReflectionService (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11681";>#11681</a>) 
(921f88ae3). The class implements the deprecated v1alpha of the reflection 
protocol. Prefer ProtoReflectionServiceV1, which implements the v1 version of 
the reflection protocol</li>
   </ul>
   <p>Dependencies</p>
   <ul>
   <li>Upgrade proto-google-common-protos to 2.48.0 (1993e68b0)</li>
   <li>Upgrade google-auth-library to 1.24.1 (1993e68b0)</li>
   <li>Upgrade error_prone_annotations to 2.30.0 (1993e68b0)</li>
   <li>Upgrade Guava to 33.3.1-android (1993e68b0)</li>
   <li>Upgrade opentelemetry-api to 1.43.0 (1993e68b0)</li>
   <li>xds: Remove Bazel dependency on xds v2 (664f1fcf8). This had been done 
for the Maven Central binaries in 1.63.0, but had been missed for Bazel 
builds</li>
   </ul>
   <p>Documentation</p>
   <ul>
   <li>binder: Update error codes doc for new &quot;Safer Intent&quot; rules. 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/11639";>#11639</a>) 
(fe350cfd5)</li>
   <li>examples: Use xds-enabled server and xds credentials in 
example-gcp-csm-observability (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11706";>#11706</a>) 
(a79982c7f)</li>
   </ul>
   <p>Thanks to<br />
   <a href="https://github.com/niloc132";><code>@​niloc132</code></a><br />
   <a href="https://github.com/rockspore";><code>@​rockspore</code></a><br />
   <a 
href="https://github.com/SreeramdasLavanya";><code>@​SreeramdasLavanya</code></a><br
 />
   <a href="https://github.com/vinodhabib";><code>@​vinodhabib</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/34a7cffcf3dca012cd3e48da14d127c3afd924bf";><code>34a7cff</code></a>
 Bump version to 1.69.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ddc3163ac961213e2c409c818936dabedf81a98a";><code>ddc3163</code></a>
 Update README etc to reference 1.69.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e98e7445be6209ed4300724d6c2769635ceef5e4";><code>e98e744</code></a>
 okhttp: Fix for ipv6 link local with scope (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11725";>#11725</a>) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11729";>#11729</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/29dd9bad3f19f948a8d157449b022b96b5b8d6b6";><code>29dd9ba</code></a>
 change s2av2_credentials to s2a</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a79982c7fded85ac6f53896f045e959b6cbd7c43";><code>a79982c</code></a>
 [CSM] Use xds-enabled server and xds credentials in examples (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11706";>#11706</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/20d09cee57d3b1445c9903f2eb578d99bcaba81c";><code>20d09ce</code></a>
 xds: Add counter and gauge metrics  (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11661";>#11661</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/92de2f34dcbd7efa6f5b74175112d2933253b8b1";><code>92de2f3</code></a>
 testing: enabled smallLatency test (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11671";>#11671</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/32f4cf432a5258af64822e3dadde2778f389c260";><code>32f4cf4</code></a>
 gae-interop-testing: Upgrade to Java 17</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e58c998a42d07a8745cfd5ed19f4e211a4400938";><code>e58c998</code></a>
 AndroidComponentAddress includes a target UserHandle (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11670";>#11670</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6a92a2a22e0ee192c0c5450c000f0cca2975882e";><code>6a92a2a</code></a>
 interop-testing: Add concurrency condition to the soak test using existing 
bl...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.68.2...v1.69.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-stub` from 1.68.2 to 1.69.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-stub's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.69.0</h2>
   <p><strong>v1.69.0</strong></p>
   <p>New Features</p>
   <ul>
   <li>api: Allow <code>LoadBalancer</code>s to specify an authority 
per-RPC.(<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11631";>#11631</a>) 
(c167ead85) CallOptions.withAuthority() has higher precedence.</li>
   <li>netty: Add soft Metadata size limit enforcement. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11603";>#11603</a>) 
(735b3f3fe) The soft limit is a lower size limit that fails an increasing 
percentage of RPCs as the Metadata size approaches the upper limit. This can be 
used as an “early warning” that the Metadata size is growing too large</li>
   <li>alts: support altsCallCredentials in 
<code>GoogleDefaultChannelCredentials</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11634";>#11634</a>) 
(ba8ab796e)</li>
   <li>xds: Add grpc.xds_client metrics, as documented by <a 
href="https://grpc.io/docs/guides/opentelemetry-metrics/#xdsclient-instruments";>OpenTelemetry
 Metrics</a> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11661";>#11661</a>) 
(20d09cee5). <code>grpc.xds.authority</code> is not yet available</li>
   </ul>
   <p>Bug Fixes</p>
   <ul>
   <li>api: When forwarding from <code>Listener</code> onAddresses to 
<code>Listener2</code> continue to use onResult (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11666";>#11666</a>) 
(dae078c0a). This fixes a 1.68.1 &quot;IllegalStateException: Not called from 
the SynchronizationContext&quot; regression (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11662";>#11662</a>) that 
could be seen in certain custom NameResolvers</li>
   <li>okhttp: If the frame handler thread is null do not schedule it on the 
executor (ef1fe8737). This fixes a 1.68.1 NullPointerException regression when 
a custom transportExecutor was provided to the channel and it did not have 
enough threads to run new tasks</li>
   </ul>
   <p>Improvements</p>
   <ul>
   <li>api: Add <code>java.time.Duration</code> overloads to 
<code>CallOptions</code>, <code>AbstractStub</code> methods that take TimeUnit 
and a time value (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11562";>#11562</a>) 
(766b92379)</li>
   <li>core: Make timestamp usage in Channelz use nanos from Java.time.Instant 
when available (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11604";>#11604</a>) 
(9176b5528). This increases the timestamp precision from milliseconds</li>
   <li>okhttp: Fix for ipv6 link local with scope (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11725";>#11725</a><a 
href="https://github.com/grpc/grpc-java/commit/e98e7445be6209ed4300724d6c2769635ceef5e4";>)
 (e98e7445b)</a></li>
   <li>binder: Let <code>AndroidComponentAddress</code> specify a target 
UserHandle (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11670";>#11670</a>) 
(e58c998a4)</li>
   <li>servlet: Deframe failures should be logged on the server as warnings (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11645";>#11645</a>) 
(a5db67d0c)</li>
   <li>s2a: Rename the Bazel target s2av2_credentials to s2a (29dd9bad3). The 
target s2a had been referenced by IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS but didn’t 
previously exist</li>
   <li>services: Make channelz work with proto lite (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11685";>#11685</a>) 
(b1703345f). This compatibility is on the source level. There is not a 
pre-built binary on Maven Central that supports proto lite</li>
   <li>services: Deprecate ProtoReflectionService (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11681";>#11681</a>) 
(921f88ae3). The class implements the deprecated v1alpha of the reflection 
protocol. Prefer ProtoReflectionServiceV1, which implements the v1 version of 
the reflection protocol</li>
   </ul>
   <p>Dependencies</p>
   <ul>
   <li>Upgrade proto-google-common-protos to 2.48.0 (1993e68b0)</li>
   <li>Upgrade google-auth-library to 1.24.1 (1993e68b0)</li>
   <li>Upgrade error_prone_annotations to 2.30.0 (1993e68b0)</li>
   <li>Upgrade Guava to 33.3.1-android (1993e68b0)</li>
   <li>Upgrade opentelemetry-api to 1.43.0 (1993e68b0)</li>
   <li>xds: Remove Bazel dependency on xds v2 (664f1fcf8). This had been done 
for the Maven Central binaries in 1.63.0, but had been missed for Bazel 
builds</li>
   </ul>
   <p>Documentation</p>
   <ul>
   <li>binder: Update error codes doc for new &quot;Safer Intent&quot; rules. 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/11639";>#11639</a>) 
(fe350cfd5)</li>
   <li>examples: Use xds-enabled server and xds credentials in 
example-gcp-csm-observability (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11706";>#11706</a>) 
(a79982c7f)</li>
   </ul>
   <p>Thanks to<br />
   <a href="https://github.com/niloc132";><code>@​niloc132</code></a><br />
   <a href="https://github.com/rockspore";><code>@​rockspore</code></a><br />
   <a 
href="https://github.com/SreeramdasLavanya";><code>@​SreeramdasLavanya</code></a><br
 />
   <a href="https://github.com/vinodhabib";><code>@​vinodhabib</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/34a7cffcf3dca012cd3e48da14d127c3afd924bf";><code>34a7cff</code></a>
 Bump version to 1.69.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ddc3163ac961213e2c409c818936dabedf81a98a";><code>ddc3163</code></a>
 Update README etc to reference 1.69.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e98e7445be6209ed4300724d6c2769635ceef5e4";><code>e98e744</code></a>
 okhttp: Fix for ipv6 link local with scope (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11725";>#11725</a>) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11729";>#11729</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/29dd9bad3f19f948a8d157449b022b96b5b8d6b6";><code>29dd9ba</code></a>
 change s2av2_credentials to s2a</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a79982c7fded85ac6f53896f045e959b6cbd7c43";><code>a79982c</code></a>
 [CSM] Use xds-enabled server and xds credentials in examples (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11706";>#11706</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/20d09cee57d3b1445c9903f2eb578d99bcaba81c";><code>20d09ce</code></a>
 xds: Add counter and gauge metrics  (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11661";>#11661</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/92de2f34dcbd7efa6f5b74175112d2933253b8b1";><code>92de2f3</code></a>
 testing: enabled smallLatency test (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11671";>#11671</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/32f4cf432a5258af64822e3dadde2778f389c260";><code>32f4cf4</code></a>
 gae-interop-testing: Upgrade to Java 17</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e58c998a42d07a8745cfd5ed19f4e211a4400938";><code>e58c998</code></a>
 AndroidComponentAddress includes a target UserHandle (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11670";>#11670</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6a92a2a22e0ee192c0c5450c000f0cca2975882e";><code>6a92a2a</code></a>
 interop-testing: Add concurrency condition to the soak test using existing 
bl...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.68.2...v1.69.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-netty` from 1.68.2 to 1.69.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-netty's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.69.0</h2>
   <p><strong>v1.69.0</strong></p>
   <p>New Features</p>
   <ul>
   <li>api: Allow <code>LoadBalancer</code>s to specify an authority 
per-RPC.(<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11631";>#11631</a>) 
(c167ead85) CallOptions.withAuthority() has higher precedence.</li>
   <li>netty: Add soft Metadata size limit enforcement. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11603";>#11603</a>) 
(735b3f3fe) The soft limit is a lower size limit that fails an increasing 
percentage of RPCs as the Metadata size approaches the upper limit. This can be 
used as an “early warning” that the Metadata size is growing too large</li>
   <li>alts: support altsCallCredentials in 
<code>GoogleDefaultChannelCredentials</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11634";>#11634</a>) 
(ba8ab796e)</li>
   <li>xds: Add grpc.xds_client metrics, as documented by <a 
href="https://grpc.io/docs/guides/opentelemetry-metrics/#xdsclient-instruments";>OpenTelemetry
 Metrics</a> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11661";>#11661</a>) 
(20d09cee5). <code>grpc.xds.authority</code> is not yet available</li>
   </ul>
   <p>Bug Fixes</p>
   <ul>
   <li>api: When forwarding from <code>Listener</code> onAddresses to 
<code>Listener2</code> continue to use onResult (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11666";>#11666</a>) 
(dae078c0a). This fixes a 1.68.1 &quot;IllegalStateException: Not called from 
the SynchronizationContext&quot; regression (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11662";>#11662</a>) that 
could be seen in certain custom NameResolvers</li>
   <li>okhttp: If the frame handler thread is null do not schedule it on the 
executor (ef1fe8737). This fixes a 1.68.1 NullPointerException regression when 
a custom transportExecutor was provided to the channel and it did not have 
enough threads to run new tasks</li>
   </ul>
   <p>Improvements</p>
   <ul>
   <li>api: Add <code>java.time.Duration</code> overloads to 
<code>CallOptions</code>, <code>AbstractStub</code> methods that take TimeUnit 
and a time value (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11562";>#11562</a>) 
(766b92379)</li>
   <li>core: Make timestamp usage in Channelz use nanos from Java.time.Instant 
when available (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11604";>#11604</a>) 
(9176b5528). This increases the timestamp precision from milliseconds</li>
   <li>okhttp: Fix for ipv6 link local with scope (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11725";>#11725</a><a 
href="https://github.com/grpc/grpc-java/commit/e98e7445be6209ed4300724d6c2769635ceef5e4";>)
 (e98e7445b)</a></li>
   <li>binder: Let <code>AndroidComponentAddress</code> specify a target 
UserHandle (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11670";>#11670</a>) 
(e58c998a4)</li>
   <li>servlet: Deframe failures should be logged on the server as warnings (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11645";>#11645</a>) 
(a5db67d0c)</li>
   <li>s2a: Rename the Bazel target s2av2_credentials to s2a (29dd9bad3). The 
target s2a had been referenced by IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS but didn’t 
previously exist</li>
   <li>services: Make channelz work with proto lite (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11685";>#11685</a>) 
(b1703345f). This compatibility is on the source level. There is not a 
pre-built binary on Maven Central that supports proto lite</li>
   <li>services: Deprecate ProtoReflectionService (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11681";>#11681</a>) 
(921f88ae3). The class implements the deprecated v1alpha of the reflection 
protocol. Prefer ProtoReflectionServiceV1, which implements the v1 version of 
the reflection protocol</li>
   </ul>
   <p>Dependencies</p>
   <ul>
   <li>Upgrade proto-google-common-protos to 2.48.0 (1993e68b0)</li>
   <li>Upgrade google-auth-library to 1.24.1 (1993e68b0)</li>
   <li>Upgrade error_prone_annotations to 2.30.0 (1993e68b0)</li>
   <li>Upgrade Guava to 33.3.1-android (1993e68b0)</li>
   <li>Upgrade opentelemetry-api to 1.43.0 (1993e68b0)</li>
   <li>xds: Remove Bazel dependency on xds v2 (664f1fcf8). This had been done 
for the Maven Central binaries in 1.63.0, but had been missed for Bazel 
builds</li>
   </ul>
   <p>Documentation</p>
   <ul>
   <li>binder: Update error codes doc for new &quot;Safer Intent&quot; rules. 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/11639";>#11639</a>) 
(fe350cfd5)</li>
   <li>examples: Use xds-enabled server and xds credentials in 
example-gcp-csm-observability (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11706";>#11706</a>) 
(a79982c7f)</li>
   </ul>
   <p>Thanks to<br />
   <a href="https://github.com/niloc132";><code>@​niloc132</code></a><br />
   <a href="https://github.com/rockspore";><code>@​rockspore</code></a><br />
   <a 
href="https://github.com/SreeramdasLavanya";><code>@​SreeramdasLavanya</code></a><br
 />
   <a href="https://github.com/vinodhabib";><code>@​vinodhabib</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/34a7cffcf3dca012cd3e48da14d127c3afd924bf";><code>34a7cff</code></a>
 Bump version to 1.69.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ddc3163ac961213e2c409c818936dabedf81a98a";><code>ddc3163</code></a>
 Update README etc to reference 1.69.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e98e7445be6209ed4300724d6c2769635ceef5e4";><code>e98e744</code></a>
 okhttp: Fix for ipv6 link local with scope (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11725";>#11725</a>) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11729";>#11729</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/29dd9bad3f19f948a8d157449b022b96b5b8d6b6";><code>29dd9ba</code></a>
 change s2av2_credentials to s2a</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/a79982c7fded85ac6f53896f045e959b6cbd7c43";><code>a79982c</code></a>
 [CSM] Use xds-enabled server and xds credentials in examples (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11706";>#11706</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/20d09cee57d3b1445c9903f2eb578d99bcaba81c";><code>20d09ce</code></a>
 xds: Add counter and gauge metrics  (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11661";>#11661</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/92de2f34dcbd7efa6f5b74175112d2933253b8b1";><code>92de2f3</code></a>
 testing: enabled smallLatency test (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11671";>#11671</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/32f4cf432a5258af64822e3dadde2778f389c260";><code>32f4cf4</code></a>
 gae-interop-testing: Upgrade to Java 17</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e58c998a42d07a8745cfd5ed19f4e211a4400938";><code>e58c998</code></a>
 AndroidComponentAddress includes a target UserHandle (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11670";>#11670</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6a92a2a22e0ee192c0c5450c000f0cca2975882e";><code>6a92a2a</code></a>
 interop-testing: Add concurrency condition to the soak test using existing 
bl...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.68.2...v1.69.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


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

To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to