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

   Bumps [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) from 1.62.2 to 
1.63.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-bom's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.63.0</h2>
   <h2>API Changes</h2>
   <ul>
   <li>xds: Stabilize CsdsService (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11003";>#11003</a>) 
(0d749c594)</li>
   <li>api: Stabilize server.getListenerSockets (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10910";>#10910</a>) 
(ff34d51c7)</li>
   <li>servlet: Introduce ServletServerBuilder.buildServlet(<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10921";>#10921</a>) 
(257d1c2db)</li>
   <li>api: Allow configuration of the queued byte threshold at which a Stream 
is considered not ready (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10977";>#10977</a>) 
(2c83ef063)</li>
   </ul>
   <h2>New Features</h2>
   <p>xds, dual stack, happy eyeballs: Support dual stack in xds, change list 
includes:</p>
   <ul>
   <li>Enable new PickFirst lb policy by default. The new PickFirst implements 
subchannel picking logic.  (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11002";>#11002</a>) 
(8a9ce990b)</li>
   <li>EDS resource now supports additional addresses (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11011";>#11011</a>) 
(38f968faf)</li>
   <li>Change address based outlier detection to endpoint based (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10939";>#10939</a>) 
(c61fe6980)</li>
   <li>Enable Happy Eyeballs by default (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11022";>#11022</a>) 
(51f811df8)</li>
   </ul>
   <h2>Improvements</h2>
   <ul>
   <li>rls: Adding extra debug logs (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10902";>#10902</a>) 
(eba699ad1)</li>
   <li>binder: Add missing Android API annotations (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10841";>#10841</a>) 
(ce2adcca9)</li>
   <li>core: Provide DEADLINE_EXCEEDED insights for context deadline 
(3abab95e7). When the deadline triggered and the deadline was set on the RPC 
via the stub or CallOptions, gRPC would gather additional debugging information 
to help understand where the RPC took so long. However if the deadline came 
from io.grpc.Context the error was simply “context timed out.” Now the 
debugging information is provided in both cases</li>
   <li>examples: Fix file paths in debug example README (e19f1f15a)</li>
   <li>compiler: implement ability to skip generation of javax annotation (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10927";>#10927</a>) 
(0d39c2c70). Pass the option JakartaMode=omit to protoc-gen-grpc-java when 
generating code</li>
   <li>xds: Get rid of xDS v2 proto dependencies (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10968";>#10968</a>) 
(feab4e544). <code>grpc-xds</code> jar size has decreased by 35%.</li>
   <li>xds: Support retrieving names from wrapped resource containers (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10975";>#10975</a>) 
(867e46940)</li>
   <li>netty: improve server handling of writes to reset streams (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10258";>#10258</a>) 
(a68399a9b)</li>
   <li>api: Fix a typo in ServerInterceptor JavaDoc (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10990";>#10990</a>) 
(0b82f0126)</li>
   <li>servlet: Check log fine level before hex string conversion. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11038";>#11038</a>)</li>
   <li>auth: Specify a locale for upper/lower case conversions (1.63.x 
backport) <a 
href="https://redirect.github.com/grpc/grpc-java/issues/11050";>#11050</a></li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>xds: Copy data in least request to avoid picker data race (f4cc166f1). 
This fixes a possible regression introduced in 1.60.0. Auditing the buggy code 
showed it unlikely to cause problems in practice, but that was more by 
happenstance than by design</li>
   <li>xds: Fix data race in the xds client that contacts the control plane 
(d7628a3ab)</li>
   <li>rls: Fix a local and remote race (aa9076812). The remote race could 
cause an RPC to hang until its deadline. It had been seen in practice when the 
client was severely CPU under-provisioned</li>
   <li>xds: Fix xdsNameResolver virtual host lookup authority with xdstp style 
names. Use service authority instead of ldsResourceName (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10960";>#10960</a>) 
(78b3972ff)</li>
   <li>core: Fix retry race condition that can lead to double decrementing 
inFlightSubStreams and so miss calling closed (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11026";>#11026</a>) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11033";>#11033</a>)</li>
   <li>okhttp: Fix OkHTTP client transport leak (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11060";>#11060</a>)</li>
   <li>xds: Use empty string when disabling server hostname verification ( <a 
href="https://redirect.github.com/grpc/grpc-java/issues/11058";>#11058</a>)</li>
   </ul>
   <h2>Dependencies</h2>
   <ul>
   <li>Upgraded google-auth-library-java to 1.22.0</li>
   </ul>
   <h2>Acknowledgement</h2>
   <p>Alex Panchenko
   Benjamin Peterson
   David Ankin
   Prashanth Swaminathan
   Touko Vainio-Kaila</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/48aa1b88550d6ddac1955407a5eac511e0ebbde0";><code>48aa1b8</code></a>
 Bump version to 1.63.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/456c50f7a4365e9817bcfba8371b9f3615ef71d8";><code>456c50f</code></a>
 Update README etc to reference 1.63.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e0f134d27b8ab8a05e972a2ec21329f5d83e80a5";><code>e0f134d</code></a>
 Revert &quot;Start 1.64.0 development cycle&quot; (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11069";>#11069</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/cc278e61634608f9146ef2e72fca3577db370ef4";><code>cc278e6</code></a>
 Use empty string instead of null for endpoint identification algorithm to 
dis...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/922bf5bddaf63149bc2e9de8d65c1b4b304fca76";><code>922bf5b</code></a>
 Make setOnReadyThreshold() a noop method instead of abstract. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11044";>#11044</a>) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11059";>#11059</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/385ebda29b841d3632990c15855f6431d440f6b5";><code>385ebda</code></a>
 okhttp: Remove finished stream even if a pending stream was started</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/2c52450f0274c8e1149a877e3e827a3fdaa72c22";><code>2c52450</code></a>
 Upgrade to google-auth-library 1.22</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5febb39fb2d3b0b05eb66900b3088da24deea8d1";><code>5febb39</code></a>
 Revert &quot;auth: Add support for Retryable interface&quot;</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/43edd73b646909b99a394f14e665d2ad45d9f1e7";><code>43edd73</code></a>
 Specify a locale for upper/lower case conversions (1.63.x backport)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/630e0a35746986bad8118be5b379314b2dc8e182";><code>630e0a3</code></a>
 servlet: Check log fine level before hex string conversion. Fixes <a 
href="https://redirect.github.com/grpc/grpc-java/issues/11031";>#11031</a>.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.62.2...v1.63.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.grpc:grpc-bom&package-manager=maven&previous-version=1.62.2&new-version=1.63.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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: commits-unsubscr...@camel.apache.org

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

Reply via email to