Skip to content

Commit e4ee2db

Browse files
Bump grpc-bom from 1.51.0 to 1.51.1 (#641)
Bumps [grpc-bom](https://github.com/grpc/grpc-java) from 1.51.0 to 1.51.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/68b7089223f49b48a8bc48d0fc678818f8663e75"><code>68b7089</code></a> Bump version to 1.51.1</li> <li><a href="https://github.com/grpc/grpc-java/commit/d448478dadb109230e9c1c4c487ff4440af203bd"><code>d448478</code></a> Update README etc to reference 1.51.1</li> <li><a href="https://github.com/grpc/grpc-java/commit/eec9f67afc351ed0001b8c9a81bc88d71eaef702"><code>eec9f67</code></a> xds:Fix ConcurrentModificationException in PriorityLoadBalancer (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9728">#9728</a>) (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9744">#9744</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/73c41947746bc417a5eadf97328f501dc63279fe"><code>73c4194</code></a> Bump version to 1.51.1-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.51.0...v1.51.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.51.0&new-version=1.51.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c63f1f8 commit e4ee2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ val DEPENDENCY_BOMS = listOf(
1616
"com.google.guava:guava-bom:31.1-jre",
1717
"com.linecorp.armeria:armeria-bom:1.20.3",
1818
"org.junit:junit-bom:5.9.1",
19-
"io.grpc:grpc-bom:1.51.0",
19+
"io.grpc:grpc-bom:1.51.1",
2020
"io.opentelemetry:opentelemetry-bom-alpha:1.21.0-alpha",
2121
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.21.0-alpha",
2222
"org.testcontainers:testcontainers-bom:1.17.6"

0 commit comments

Comments
 (0)