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

   Bumps `grpc.version` from 1.61.1 to 1.62.2.
   Updates `io.grpc:grpc-core` from 1.61.1 to 1.62.2
   <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.62.2</h2>
   <h2>gRPC Java 1.62.2 Release Notes</h2>
   <p>Note that this is the initial 1.62.x release</p>
   <h3>API Changes</h3>
   <ul>
   <li>services: Remove <code>io.grpc.services.BinaryLogs</code>, which was 
deprecated since 2021. <code>io.grpc.protobuf.services.BinaryLogs</code> should 
be used instead (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10832";>#10832</a>).</li>
   <li>Allow users outside of io.grpc.xds package to create custom xDS 
resources (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10834";>#10834</a>) 
(6d96e6588)</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>api:Add ClientTransportFilter.  Similarly to ServerTransportFilter, this 
will provide an observability hook and it allows direct modification of the 
transport's attributes. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10646";>#10646</a>)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>java_grpc_library.bzl: Add support for Auto Exec Groups (cb03bd234). 
This is mostly a behind-the-scenes change to adjust to the newer way Bazel 
operates</li>
   <li>java_grpc_library.bzl: Support runfiles for protoc and the plugin 
(65a6b3bc2). Neither binary uses runfiles, but the task will be ready if they 
need to in the future</li>
   <li>xds: Add EC key support for XdsChannelCredentials/XdsServerCredentials 
(100d5a55f)</li>
   <li>binder:Change log level from WARNING to FINER for expected exception 
during close with error, to reduce log spamming (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10899";>#10899</a>) 
(7ba0718bb)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>xds: Fix a bug in WeightedRoundRobinLoadBalancer policy that could raise 
NullPointerException and further cause channel panic when picking a subchannel. 
This bug can only be triggered when connection can not be established and the 
channel reports TRANSIENT_FAILURE state. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10868";>#10868</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>The protoc plugin no longer supports macOS Big Sur (macOS 11). Binaries 
are now built using Monterey (macOS 12)</li>
   </ul>
   <h3>Acknowledgements</h3>
   <ul>
   <li><a 
href="https://github.com/joybestourous";><code>@​joybestourous</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3e993a9f44ff52bd3d5ac59dfa978d8e7d30e28b";><code>3e993a9</code></a>
 Bump version to 1.62.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/1da945ba543b187a9dab49587b2eb8ce4288580f";><code>1da945b</code></a>
 Update README etc to reference 1.62.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7089f04718fad3912e9960f744a6f0008122bccc";><code>7089f04</code></a>
 Change GAE interop tests to use java11 runtime (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10933";>#10933</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/597f26e8349845d8122a0f6f63e288996e828090";><code>597f26e</code></a>
 Bump version to 1.62.1-SNAPSHOT</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/10eb91f1073b770a7f9a9c8ec96bf9917fd2eba4";><code>10eb91f</code></a>
 Bump version to 1.62.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/28dffe500ad970c09b24f75031854ecb0cefcf64";><code>28dffe5</code></a>
 Update README etc to reference 1.62.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5ba8b71137c456f163289a72cf5f56bd1b851bbf";><code>5ba8b71</code></a>
 util: MultiChildLoadBalance.shutdown() log to FINE (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10935";>#10935</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/1795348b24e2c8457fdc030ce885aa1210afd451";><code>1795348</code></a>
 Remove semi-circular dependency between core and util</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/95b847e7995d8c9fed96fcad2cb39e882da917fc";><code>95b847e</code></a>
 interop-testing: Use separate event loops in RetryTest</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7ba0718bb9a61f27bc21ff26eb73bb8d7cb91f27";><code>7ba0718</code></a>
 Change log level from WARNING to FINER for expected exception (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10899";>#10899</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.61.1...v1.62.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-stub` from 1.61.1 to 1.62.2
   <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.62.2</h2>
   <h2>gRPC Java 1.62.2 Release Notes</h2>
   <p>Note that this is the initial 1.62.x release</p>
   <h3>API Changes</h3>
   <ul>
   <li>services: Remove <code>io.grpc.services.BinaryLogs</code>, which was 
deprecated since 2021. <code>io.grpc.protobuf.services.BinaryLogs</code> should 
be used instead (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10832";>#10832</a>).</li>
   <li>Allow users outside of io.grpc.xds package to create custom xDS 
resources (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10834";>#10834</a>) 
(6d96e6588)</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>api:Add ClientTransportFilter.  Similarly to ServerTransportFilter, this 
will provide an observability hook and it allows direct modification of the 
transport's attributes. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10646";>#10646</a>)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>java_grpc_library.bzl: Add support for Auto Exec Groups (cb03bd234). 
This is mostly a behind-the-scenes change to adjust to the newer way Bazel 
operates</li>
   <li>java_grpc_library.bzl: Support runfiles for protoc and the plugin 
(65a6b3bc2). Neither binary uses runfiles, but the task will be ready if they 
need to in the future</li>
   <li>xds: Add EC key support for XdsChannelCredentials/XdsServerCredentials 
(100d5a55f)</li>
   <li>binder:Change log level from WARNING to FINER for expected exception 
during close with error, to reduce log spamming (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10899";>#10899</a>) 
(7ba0718bb)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>xds: Fix a bug in WeightedRoundRobinLoadBalancer policy that could raise 
NullPointerException and further cause channel panic when picking a subchannel. 
This bug can only be triggered when connection can not be established and the 
channel reports TRANSIENT_FAILURE state. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10868";>#10868</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>The protoc plugin no longer supports macOS Big Sur (macOS 11). Binaries 
are now built using Monterey (macOS 12)</li>
   </ul>
   <h3>Acknowledgements</h3>
   <ul>
   <li><a 
href="https://github.com/joybestourous";><code>@​joybestourous</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3e993a9f44ff52bd3d5ac59dfa978d8e7d30e28b";><code>3e993a9</code></a>
 Bump version to 1.62.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/1da945ba543b187a9dab49587b2eb8ce4288580f";><code>1da945b</code></a>
 Update README etc to reference 1.62.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7089f04718fad3912e9960f744a6f0008122bccc";><code>7089f04</code></a>
 Change GAE interop tests to use java11 runtime (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10933";>#10933</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/597f26e8349845d8122a0f6f63e288996e828090";><code>597f26e</code></a>
 Bump version to 1.62.1-SNAPSHOT</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/10eb91f1073b770a7f9a9c8ec96bf9917fd2eba4";><code>10eb91f</code></a>
 Bump version to 1.62.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/28dffe500ad970c09b24f75031854ecb0cefcf64";><code>28dffe5</code></a>
 Update README etc to reference 1.62.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5ba8b71137c456f163289a72cf5f56bd1b851bbf";><code>5ba8b71</code></a>
 util: MultiChildLoadBalance.shutdown() log to FINE (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10935";>#10935</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/1795348b24e2c8457fdc030ce885aa1210afd451";><code>1795348</code></a>
 Remove semi-circular dependency between core and util</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/95b847e7995d8c9fed96fcad2cb39e882da917fc";><code>95b847e</code></a>
 interop-testing: Use separate event loops in RetryTest</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7ba0718bb9a61f27bc21ff26eb73bb8d7cb91f27";><code>7ba0718</code></a>
 Change log level from WARNING to FINER for expected exception (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10899";>#10899</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.61.1...v1.62.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-netty` from 1.61.1 to 1.62.2
   <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.62.2</h2>
   <h2>gRPC Java 1.62.2 Release Notes</h2>
   <p>Note that this is the initial 1.62.x release</p>
   <h3>API Changes</h3>
   <ul>
   <li>services: Remove <code>io.grpc.services.BinaryLogs</code>, which was 
deprecated since 2021. <code>io.grpc.protobuf.services.BinaryLogs</code> should 
be used instead (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10832";>#10832</a>).</li>
   <li>Allow users outside of io.grpc.xds package to create custom xDS 
resources (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10834";>#10834</a>) 
(6d96e6588)</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>api:Add ClientTransportFilter.  Similarly to ServerTransportFilter, this 
will provide an observability hook and it allows direct modification of the 
transport's attributes. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10646";>#10646</a>)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>java_grpc_library.bzl: Add support for Auto Exec Groups (cb03bd234). 
This is mostly a behind-the-scenes change to adjust to the newer way Bazel 
operates</li>
   <li>java_grpc_library.bzl: Support runfiles for protoc and the plugin 
(65a6b3bc2). Neither binary uses runfiles, but the task will be ready if they 
need to in the future</li>
   <li>xds: Add EC key support for XdsChannelCredentials/XdsServerCredentials 
(100d5a55f)</li>
   <li>binder:Change log level from WARNING to FINER for expected exception 
during close with error, to reduce log spamming (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10899";>#10899</a>) 
(7ba0718bb)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>xds: Fix a bug in WeightedRoundRobinLoadBalancer policy that could raise 
NullPointerException and further cause channel panic when picking a subchannel. 
This bug can only be triggered when connection can not be established and the 
channel reports TRANSIENT_FAILURE state. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10868";>#10868</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>The protoc plugin no longer supports macOS Big Sur (macOS 11). Binaries 
are now built using Monterey (macOS 12)</li>
   </ul>
   <h3>Acknowledgements</h3>
   <ul>
   <li><a 
href="https://github.com/joybestourous";><code>@​joybestourous</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3e993a9f44ff52bd3d5ac59dfa978d8e7d30e28b";><code>3e993a9</code></a>
 Bump version to 1.62.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/1da945ba543b187a9dab49587b2eb8ce4288580f";><code>1da945b</code></a>
 Update README etc to reference 1.62.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7089f04718fad3912e9960f744a6f0008122bccc";><code>7089f04</code></a>
 Change GAE interop tests to use java11 runtime (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10933";>#10933</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/597f26e8349845d8122a0f6f63e288996e828090";><code>597f26e</code></a>
 Bump version to 1.62.1-SNAPSHOT</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/10eb91f1073b770a7f9a9c8ec96bf9917fd2eba4";><code>10eb91f</code></a>
 Bump version to 1.62.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/28dffe500ad970c09b24f75031854ecb0cefcf64";><code>28dffe5</code></a>
 Update README etc to reference 1.62.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5ba8b71137c456f163289a72cf5f56bd1b851bbf";><code>5ba8b71</code></a>
 util: MultiChildLoadBalance.shutdown() log to FINE (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10935";>#10935</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/1795348b24e2c8457fdc030ce885aa1210afd451";><code>1795348</code></a>
 Remove semi-circular dependency between core and util</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/95b847e7995d8c9fed96fcad2cb39e882da917fc";><code>95b847e</code></a>
 interop-testing: Use separate event loops in RetryTest</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7ba0718bb9a61f27bc21ff26eb73bb8d7cb91f27";><code>7ba0718</code></a>
 Change log level from WARNING to FINER for expected exception (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10899";>#10899</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.61.1...v1.62.2";>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