Skip to content

Commit

Permalink
merge: #994
Browse files Browse the repository at this point in the history
994: build(deps): Bump io.grpc:grpc-bom from 1.59.0 to 1.59.1 r=github-actions[bot] a=dependabot[bot]

Bumps [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) from 1.59.0 to 1.59.1.
<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.59.1</h2>
<ul>
<li>netty: Implement <code>Http2Headers.isEmpty()</code>. This fixes compatibility with Netty 4.1.101.Final.</li>
<li>netty: Add <code>NettyServerBuilder.maxRstFramesPerWindow()</code>. This can be used to limit impact of Rapid Reset</li>
<li>xds: Log ORCA UNIMPLEMENTED error to subchannel logger. This removes them from the normal application logs, reducing log spam</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/grpc/grpc-java/commit/cb82a273489ab3fecbbcf33ec2f0268778552887"><code>cb82a27</code></a> Bump version to 1.59.1</li>
<li><a href="https://github.com/grpc/grpc-java/commit/fdab42825c81d4288bc332c7164f31dac6855e2f"><code>fdab428</code></a> Update README etc to reference 1.59.1</li>
<li><a href="https://github.com/grpc/grpc-java/commit/85d36112d287f676bd135255bec58c53449eacf5"><code>85d3611</code></a> Implement Http2Headers.isEmpty (<a href="https://redirect.github.com/grpc/grpc-java/issues/10663">#10663</a>)</li>
<li><a href="https://github.com/grpc/grpc-java/commit/ac94b6e87f65ed770884c5da44c0f3fcc77f3ec3"><code>ac94b6e</code></a> netty: Add option to limit RST_STREAM rate</li>
<li><a href="https://github.com/grpc/grpc-java/commit/4caf106778f55ad26b85fa63430f761d67e5d6f7"><code>4caf106</code></a> xds: Log ORCA UNIMPLEMENTED error to subchannel logger (<a href="https://redirect.github.com/grpc/grpc-java/issues/10625">#10625</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10631">#10631</a>)</li>
<li><a href="https://github.com/grpc/grpc-java/commit/69f721fda0b973d3c29de635efcffb32f685f1b3"><code>69f721f</code></a> Bump version to 1.59.1-SNAPSHOT</li>
<li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.59.0...v1.59.1">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.59.0&new-version=1.59.1)](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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
zeebe-bors-camunda[bot] and dependabot[bot] authored Nov 28, 2023
2 parents f197f25 + 75c7d10 commit b936889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

<skipChecks>false</skipChecks>

<version.grpc>1.59.0</version.grpc>
<version.grpc>1.59.1</version.grpc>
<version.java>21</version.java>
<version.protobuf>3.19.4</version.protobuf>
</properties>
Expand Down

0 comments on commit b936889

Please sign in to comment.