Skip to content

Commit

Permalink
Bump grpc-bom from 1.50.0 to 1.50.1 (#550)
Browse files Browse the repository at this point in the history
Bumps [grpc-bom](https://github.com/grpc/grpc-java) from 1.50.0 to
1.50.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-java/commit/25a0e0750fc24cb611a1b36340074299f4ea5de8"><code>25a0e07</code></a>
Bump version to 1.50.1</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/9d8e9c4fdba3015288dbad995d8222310834eb69"><code>9d8e9c4</code></a>
Update README etc to reference 1.50.1</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/befbd85ce814e416692f7d263eac28ab605d33f8"><code>befbd85</code></a>
gcp-observability: updated config to public preview config (<a
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9622">#9622</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/85d6b80e9e4e181b305b8bb7d8c489a57ed78384"><code>85d6b80</code></a>
gcp-observability: update observability logging proto (<a
href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9608">#9608</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/615e82004d391846d3c59ce909310288661965e8"><code>615e820</code></a>
Bump version to 1.50.1-SNAPSHOT</li>
<li>See full diff in <a
href="https://github.com/grpc/grpc-java/compare/v1.50.0...v1.50.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=gradle&previous-version=1.50.0&new-version=1.50.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 Oct 19, 2022
1 parent ddf87e0 commit 23bdc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val DEPENDENCY_BOMS = listOf(
"com.google.guava:guava-bom:31.1-jre",
"com.linecorp.armeria:armeria-bom:1.20.1",
"org.junit:junit-bom:5.9.1",
"io.grpc:grpc-bom:1.50.0",
"io.grpc:grpc-bom:1.50.1",
"io.opentelemetry:opentelemetry-bom:$otelVersion",
"io.opentelemetry:opentelemetry-bom-alpha:${otelVersion}-alpha",
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelVersion}-alpha",
Expand Down

0 comments on commit 23bdc66

Please sign in to comment.