Browse Source

Bump io.grpc:grpc-bom from 1.53.0 to 1.54.0 (#8133)

Bumps [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) from 1.53.0
to 1.54.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-java/commit/e988f84d14d46eab75713cf465d4d4776c4b344e"><code>e988f84</code></a>
Bump version to 1.54.0</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/abdb6980ecefbb49a76d04098a34cc377185716a"><code>abdb698</code></a>
Update README etc to reference 1.54.0</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/61ec299352c8f23f79ab4eaef78901d4a20b5276"><code>61ec299</code></a>
Remove sleep from Observability Interop Test binary now that its done in
clos...</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/9f26b7dd082ff6d9b73f3377e59cd54f0202f598"><code>9f26b7d</code></a>
gcp-o11y: add default custom tag for metrics exporter</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/fefa2d9b16d672a7f33948bce6ebc1e7731072cf"><code>fefa2d9</code></a>
examples: add gcp-observability examples (v1.54.x backport) (<a
href="https://redirect.github.com/grpc/grpc-java/issues/9987">#9987</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/882a27bcb66e09ef2124ed0b415660c2e3506b41"><code>882a27b</code></a>
gcp-o11y: add sleep in Observability close()</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/2e41c9a5cb81d9ce75356a76c2bb05abcede0396"><code>2e41c9a</code></a>
disable recording real-time metrics using in gcp-o11y</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/132bf3e573652e9b843ceb87844271029020c9c2"><code>132bf3e</code></a>
interop-testing: Do not System.exit(0) from interop client</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/85ce900dfcb637eb7e90119fda3b22295bc6b74e"><code>85ce900</code></a>
gcp-observability, census: add trace information to logs (<a
href="https://redirect.github.com/grpc/grpc-java/issues/9963">#9963</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/bb39ca3ec984ac25eb74157411a1f75ece26372b"><code>bb39ca3</code></a>
gcp-observability: Update logging fields for GA and use custom
BatchingSettin...</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc-java/compare/v1.53.0...v1.54.0">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.53.0&new-version=1.54.0)](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>
dependabot[bot] 1 year ago
parent
commit
cc77528ccd
2 changed files with 2 additions and 2 deletions
  1. 1 1
      smoke-tests/build.gradle.kts
  2. 1 1
      smoke-tests/images/grpc/build.gradle.kts

+ 1 - 1
smoke-tests/build.gradle.kts

@@ -23,7 +23,7 @@ dependencies {
   api("org.spockframework:spock-core")
   api(project(":testing-common"))
 
-  implementation(platform("io.grpc:grpc-bom:1.53.0"))
+  implementation(platform("io.grpc:grpc-bom:1.54.0"))
   implementation("org.slf4j:slf4j-api")
   implementation("io.opentelemetry:opentelemetry-api")
   implementation("io.opentelemetry.proto:opentelemetry-proto")

+ 1 - 1
smoke-tests/images/grpc/build.gradle.kts

@@ -8,7 +8,7 @@ plugins {
 }
 
 dependencies {
-  implementation(platform("io.grpc:grpc-bom:1.53.0"))
+  implementation(platform("io.grpc:grpc-bom:1.54.0"))
   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.20.0"))