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

   Bumps `grpc.version` from 1.57.0 to 1.57.1.
   Updates `io.grpc:grpc-core` from 1.57.0 to 1.57.1
   <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.57.1</h2>
   <h1>Bug fixes</h1>
   <ul>
   <li>Fix compatibility with Java 8. This fixes the 
<code>NoSuchMethodError</code> for <code>ByteBuffer</code> methods present in 
1.57.0 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10441";>#10441</a>)</li>
   <li>xds: Remove debug assert in WeightedRoundRobinLoadBalancer. The assert 
was to detect breakages in the static stride algorithm causing too much 
looping. However, with multithreading it is possible to trigger even in 
legitimate scenarios (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10437";>#10437</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7292ed8f7566279cd26481b95e2316eca667272c";><code>7292ed8</code></a>
 Bump version to 1.57.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/adfa669edcc5a3d9527b3b8a9d490fc75edc8d9e";><code>adfa669</code></a>
 Update README etc to reference 1.57.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3e69c26f3a29ad4fd1abc9aadb980a9a4a3eb93d";><code>3e69c26</code></a>
 Avoid accidental Java 9+ dependency with --release</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/38e0a0f971e9b7d4ff1631644600bdaca7fe9aa1";><code>38e0a0f</code></a>
 (backport v1.57) removed assert statement for static stride scheduler with 
mu...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/503883bcf28d17e741351ad25ceac3d916c05159";><code>503883b</code></a>
 Bump version to 1.57.1-SNAPSHOT</li>
   <li>See full diff in <a 
href="https://github.com/grpc/grpc-java/compare/v1.57.0...v1.57.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-stub` from 1.57.0 to 1.57.1
   <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.57.1</h2>
   <h1>Bug fixes</h1>
   <ul>
   <li>Fix compatibility with Java 8. This fixes the 
<code>NoSuchMethodError</code> for <code>ByteBuffer</code> methods present in 
1.57.0 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10441";>#10441</a>)</li>
   <li>xds: Remove debug assert in WeightedRoundRobinLoadBalancer. The assert 
was to detect breakages in the static stride algorithm causing too much 
looping. However, with multithreading it is possible to trigger even in 
legitimate scenarios (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10437";>#10437</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7292ed8f7566279cd26481b95e2316eca667272c";><code>7292ed8</code></a>
 Bump version to 1.57.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/adfa669edcc5a3d9527b3b8a9d490fc75edc8d9e";><code>adfa669</code></a>
 Update README etc to reference 1.57.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3e69c26f3a29ad4fd1abc9aadb980a9a4a3eb93d";><code>3e69c26</code></a>
 Avoid accidental Java 9+ dependency with --release</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/38e0a0f971e9b7d4ff1631644600bdaca7fe9aa1";><code>38e0a0f</code></a>
 (backport v1.57) removed assert statement for static stride scheduler with 
mu...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/503883bcf28d17e741351ad25ceac3d916c05159";><code>503883b</code></a>
 Bump version to 1.57.1-SNAPSHOT</li>
   <li>See full diff in <a 
href="https://github.com/grpc/grpc-java/compare/v1.57.0...v1.57.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-protobuf` from 1.57.0 to 1.57.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-protobuf's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.57.1</h2>
   <h1>Bug fixes</h1>
   <ul>
   <li>Fix compatibility with Java 8. This fixes the 
<code>NoSuchMethodError</code> for <code>ByteBuffer</code> methods present in 
1.57.0 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10441";>#10441</a>)</li>
   <li>xds: Remove debug assert in WeightedRoundRobinLoadBalancer. The assert 
was to detect breakages in the static stride algorithm causing too much 
looping. However, with multithreading it is possible to trigger even in 
legitimate scenarios (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10437";>#10437</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7292ed8f7566279cd26481b95e2316eca667272c";><code>7292ed8</code></a>
 Bump version to 1.57.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/adfa669edcc5a3d9527b3b8a9d490fc75edc8d9e";><code>adfa669</code></a>
 Update README etc to reference 1.57.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3e69c26f3a29ad4fd1abc9aadb980a9a4a3eb93d";><code>3e69c26</code></a>
 Avoid accidental Java 9+ dependency with --release</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/38e0a0f971e9b7d4ff1631644600bdaca7fe9aa1";><code>38e0a0f</code></a>
 (backport v1.57) removed assert statement for static stride scheduler with 
mu...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/503883bcf28d17e741351ad25ceac3d916c05159";><code>503883b</code></a>
 Bump version to 1.57.1-SNAPSHOT</li>
   <li>See full diff in <a 
href="https://github.com/grpc/grpc-java/compare/v1.57.0...v1.57.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-context` from 1.57.0 to 1.57.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-context's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.57.1</h2>
   <h1>Bug fixes</h1>
   <ul>
   <li>Fix compatibility with Java 8. This fixes the 
<code>NoSuchMethodError</code> for <code>ByteBuffer</code> methods present in 
1.57.0 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10441";>#10441</a>)</li>
   <li>xds: Remove debug assert in WeightedRoundRobinLoadBalancer. The assert 
was to detect breakages in the static stride algorithm causing too much 
looping. However, with multithreading it is possible to trigger even in 
legitimate scenarios (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10437";>#10437</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7292ed8f7566279cd26481b95e2316eca667272c";><code>7292ed8</code></a>
 Bump version to 1.57.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/adfa669edcc5a3d9527b3b8a9d490fc75edc8d9e";><code>adfa669</code></a>
 Update README etc to reference 1.57.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3e69c26f3a29ad4fd1abc9aadb980a9a4a3eb93d";><code>3e69c26</code></a>
 Avoid accidental Java 9+ dependency with --release</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/38e0a0f971e9b7d4ff1631644600bdaca7fe9aa1";><code>38e0a0f</code></a>
 (backport v1.57) removed assert statement for static stride scheduler with 
mu...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/503883bcf28d17e741351ad25ceac3d916c05159";><code>503883b</code></a>
 Bump version to 1.57.1-SNAPSHOT</li>
   <li>See full diff in <a 
href="https://github.com/grpc/grpc-java/compare/v1.57.0...v1.57.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-netty-shaded` from 1.57.0 to 1.57.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-netty-shaded's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.57.1</h2>
   <h1>Bug fixes</h1>
   <ul>
   <li>Fix compatibility with Java 8. This fixes the 
<code>NoSuchMethodError</code> for <code>ByteBuffer</code> methods present in 
1.57.0 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10441";>#10441</a>)</li>
   <li>xds: Remove debug assert in WeightedRoundRobinLoadBalancer. The assert 
was to detect breakages in the static stride algorithm causing too much 
looping. However, with multithreading it is possible to trigger even in 
legitimate scenarios (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10437";>#10437</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7292ed8f7566279cd26481b95e2316eca667272c";><code>7292ed8</code></a>
 Bump version to 1.57.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/adfa669edcc5a3d9527b3b8a9d490fc75edc8d9e";><code>adfa669</code></a>
 Update README etc to reference 1.57.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3e69c26f3a29ad4fd1abc9aadb980a9a4a3eb93d";><code>3e69c26</code></a>
 Avoid accidental Java 9+ dependency with --release</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/38e0a0f971e9b7d4ff1631644600bdaca7fe9aa1";><code>38e0a0f</code></a>
 (backport v1.57) removed assert statement for static stride scheduler with 
mu...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/503883bcf28d17e741351ad25ceac3d916c05159";><code>503883b</code></a>
 Bump version to 1.57.1-SNAPSHOT</li>
   <li>See full diff in <a 
href="https://github.com/grpc/grpc-java/compare/v1.57.0...v1.57.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-netty` from 1.57.0 to 1.57.1
   <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.57.1</h2>
   <h1>Bug fixes</h1>
   <ul>
   <li>Fix compatibility with Java 8. This fixes the 
<code>NoSuchMethodError</code> for <code>ByteBuffer</code> methods present in 
1.57.0 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10441";>#10441</a>)</li>
   <li>xds: Remove debug assert in WeightedRoundRobinLoadBalancer. The assert 
was to detect breakages in the static stride algorithm causing too much 
looping. However, with multithreading it is possible to trigger even in 
legitimate scenarios (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10437";>#10437</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7292ed8f7566279cd26481b95e2316eca667272c";><code>7292ed8</code></a>
 Bump version to 1.57.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/adfa669edcc5a3d9527b3b8a9d490fc75edc8d9e";><code>adfa669</code></a>
 Update README etc to reference 1.57.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3e69c26f3a29ad4fd1abc9aadb980a9a4a3eb93d";><code>3e69c26</code></a>
 Avoid accidental Java 9+ dependency with --release</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/38e0a0f971e9b7d4ff1631644600bdaca7fe9aa1";><code>38e0a0f</code></a>
 (backport v1.57) removed assert statement for static stride scheduler with 
mu...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/503883bcf28d17e741351ad25ceac3d916c05159";><code>503883b</code></a>
 Bump version to 1.57.1-SNAPSHOT</li>
   <li>See full diff in <a 
href="https://github.com/grpc/grpc-java/compare/v1.57.0...v1.57.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-grpclb` from 1.57.0 to 1.57.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-grpclb's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.57.1</h2>
   <h1>Bug fixes</h1>
   <ul>
   <li>Fix compatibility with Java 8. This fixes the 
<code>NoSuchMethodError</code> for <code>ByteBuffer</code> methods present in 
1.57.0 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10441";>#10441</a>)</li>
   <li>xds: Remove debug assert in WeightedRoundRobinLoadBalancer. The assert 
was to detect breakages in the static stride algorithm causing too much 
looping. However, with multithreading it is possible to trigger even in 
legitimate scenarios (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10437";>#10437</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/7292ed8f7566279cd26481b95e2316eca667272c";><code>7292ed8</code></a>
 Bump version to 1.57.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/adfa669edcc5a3d9527b3b8a9d490fc75edc8d9e";><code>adfa669</code></a>
 Update README etc to reference 1.57.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3e69c26f3a29ad4fd1abc9aadb980a9a4a3eb93d";><code>3e69c26</code></a>
 Avoid accidental Java 9+ dependency with --release</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/38e0a0f971e9b7d4ff1631644600bdaca7fe9aa1";><code>38e0a0f</code></a>
 (backport v1.57) removed assert statement for static stride scheduler with 
mu...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/503883bcf28d17e741351ad25ceac3d916c05159";><code>503883b</code></a>
 Bump version to 1.57.1-SNAPSHOT</li>
   <li>See full diff in <a 
href="https://github.com/grpc/grpc-java/compare/v1.57.0...v1.57.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