Skip to content

Commit

Permalink
Bump grpc-bom from 1.54.0 to 1.54.1 in /java (#840)
Browse files Browse the repository at this point in the history
Bumps [grpc-bom](https://github.com/grpc/grpc-java) from 1.54.0 to
1.54.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grpc/grpc-java/releases">grpc-bom's
releases</a>.</em></p>
<blockquote>
<h2>v1.54.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li>core: Fix NPE race during hedging (<a
href="https://github.com/grpc/grpc-java/pull/9853">grpc/grpc-java#9853</a>),
fixing a Netty buffer memory leak for cancelled RPCs</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-java/commit/56d1c63802fd9706fece4b144969bfc9bdcfc99c"><code>56d1c63</code></a>
Bump version to 1.54.1</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/4a5605cea3d7cfc9196f35a36a7c60a5ce926eb2"><code>4a5605c</code></a>
Update README etc to reference 1.54.1</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/4b01c907bc72ca513b0f099fac58601addbe2dd3"><code>4b01c90</code></a>
core: Fix NPE race during hedging</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/92b4faed40344af6941e6ff506bd0670173e42e1"><code>92b4fae</code></a>
Pass interop parameters to each langs run.sh as-is. run.sh should just
pass t...</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/1bf518af12f66322bd9bae63c667314a0ca41c94"><code>1bf518a</code></a>
gcp-o11y: Remove monitored resource detection for logging (<a
href="https://github.com/grpc/grpc-java/issues/10020">#10020</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/5369df13a5e24c0e011e75e0f4ac59ab3835cec2"><code>5369df1</code></a>
Removes the ExperimentalApi annotation from GcpObservability.</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/6d21d71a257beaddf4805af27ed1d7f77ce86f2b"><code>6d21d71</code></a>
use glob for example file names which is used in updating release
versions (#...</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/e955afe50a8ce720f89c0a58c85cc80038a1ce65"><code>e955afe</code></a>
examples: Fix grpc version in gcp-observability</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/5c09616aae5ff1620ed6bb5867717e0451c2d00f"><code>5c09616</code></a>
xds: fix flaky wrr test (<a
href="https://github.com/grpc/grpc-java/issues/10005">#10005</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/7d5d25d34e20259962fb6bf0dbe501df761c6948"><code>7d5d25d</code></a>
Bump version to 1.54.1-SNAPSHOT</li>
<li>See full diff in <a
href="https://github.com/grpc/grpc-java/compare/v1.54.0...v1.54.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.54.0&new-version=1.54.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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 17, 2023
1 parent 2b5944c commit 211b559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<re2j.version>1.7</re2j.version>
<commons.validator.version>1.7</commons.validator.version>
<grpc.version>1.54.0</grpc.version>
<grpc.version>1.54.1</grpc.version>
<junit.version>4.13.2</junit.version>
<assertj.version>3.24.2</assertj.version>
<java.release>8</java.release>
Expand Down

0 comments on commit 211b559

Please # to comment.