Bump grpc-bom from 1.52.0 to 1.52.1 (#7590)
Bumps [grpc-bom](https://github.com/grpc/grpc-java) from 1.52.0 to 1.52.1. <details> <summary>Commits</summary> <ul> <li><a href="57dfe8c913
"><code>57dfe8c</code></a> Bump version to 1.52.1</li> <li><a href="69f10e2662
"><code>69f10e2</code></a> Update README etc to reference 1.52.1</li> <li><a href="15026d5efb
"><code>15026d5</code></a> xds:fix cancel xds watcher accidentally removes the url (v1.52 backport) (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/9810">#9810</a>)</li> <li><a href="a13a2dd960
"><code>a13a2dd</code></a> Bump version to 1.52.1-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.52.0...v1.52.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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>
This commit is contained in:
parent
ba09a69a0f
commit
07f9793130
|
@ -23,7 +23,7 @@ dependencies {
|
|||
api("org.spockframework:spock-core")
|
||||
api(project(":testing-common"))
|
||||
|
||||
implementation(platform("io.grpc:grpc-bom:1.52.0"))
|
||||
implementation(platform("io.grpc:grpc-bom:1.52.1"))
|
||||
implementation("org.slf4j:slf4j-api")
|
||||
implementation("io.opentelemetry:opentelemetry-api")
|
||||
implementation("io.opentelemetry.proto:opentelemetry-proto")
|
||||
|
|
|
@ -8,7 +8,7 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation(platform("io.grpc:grpc-bom:1.52.0"))
|
||||
implementation(platform("io.grpc:grpc-bom:1.52.1"))
|
||||
implementation(platform("io.opentelemetry:opentelemetry-bom:1.0.0"))
|
||||
implementation(platform("io.opentelemetry:opentelemetry-bom-alpha:1.0.0-alpha"))
|
||||
implementation(platform("org.apache.logging.log4j:log4j-bom:2.19.0"))
|
||||
|
|
Loading…
Reference in New Issue