deps: bump opentelemetry.version to 1.52.0#3979
Merged
diegomarquezp merged 1 commit intomainfrom Nov 7, 2025
Merged
Conversation
1 task
Contributor
Author
|
java-datastore: We may need to look further into this repository. |
|
|
Contributor
Author
|
The downstream check uses the latest release, not HEAD. sdk-platform-java/.kokoro/presubmit/downstream-compatibility.sh Lines 40 to 41 in 32b9995 This means that we will expect the downstream check of java-datastore to fail even after merging googleapis/java-datastore#1995 (PR to adapt to opentelemetry bump). |
lqiu96
approved these changes
Nov 7, 2025
diegomarquezp
pushed a commit
that referenced
this pull request
Nov 7, 2025
🤖 I have created a release *beep* *boop* --- <details><summary>2.64.1</summary> ## [2.64.1](v2.64.0...v2.64.1) (2025-11-07) ### Dependencies * bump opentelemetry.version to 1.52.0 ([#3979](#3979)) ([764778c](764778c)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
lqiu96
pushed a commit
that referenced
this pull request
Feb 12, 2026
With the [recent upgrade of grpc](#3942), the transitive dependency on `opentelemetry-api` was bumped to 1.52.0 as per grpc/grpc-java@f30964a. In order to prevent upper bound dependency warnings (as in googleapis/java-storage#3381), we update opentelemetry.version to 1.52.0
lqiu96
pushed a commit
that referenced
this pull request
Feb 12, 2026
🤖 I have created a release *beep* *boop* --- <details><summary>2.64.1</summary> ## [2.64.1](v2.64.0...v2.64.1) (2025-11-07) ### Dependencies * bump opentelemetry.version to 1.52.0 ([#3979](#3979)) ([764778c](764778c)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



With the recent upgrade of grpc, the transitive dependency on
opentelemetry-apiwas bumped to 1.52.0 as per grpc/grpc-java@f30964a.In order to prevent upper bound dependency warnings (as in googleapis/java-storage#3381), we update opentelemetry.version to 1.52.0