MINOR: Update opentelemetry-proto dependency (#19945)
CI / build (push) Waiting to run Details

Update opentelemetry-proto from 1.0.0-alpha to 1.3.2-alpha.

OpenTelemetry-Proto versions from v1.0.0 up to and including v1.3.2
introduce no breaking changes.

[release
note](https://github.com/open-telemetry/opentelemetry-proto/releases)

For example, starting with v1.4.0, protobuf-java was updated to version
4.28.3. To mitigate the risk of protobuf compatibility issues, upgrading
to v1.3.2 first allows the existing protobuf version to remain unchanged
for now.

Reviewers: poorv Mittal <apoorvmittal10@gmail.com>, TengYao Chi
 <kitingiao@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Chih-Yuan Chien 2025-06-11 02:17:44 +08:00 committed by GitHub
parent edd0efdebf
commit 7dd07eb9ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ License Version 2.0:
- lz4-java-1.8.0
- maven-artifact-3.9.6
- metrics-core-2.2.0
- opentelemetry-proto-1.0.0-alpha
- opentelemetry-proto-1.3.2-alpha
- plexus-utils-3.5.1
- rocksdbjni-9.7.3
- scala-library-2.13.16

View File

@ -109,7 +109,7 @@ versions += [
mavenArtifact: "3.9.6",
metrics: "2.2.0",
mockito: "5.14.2",
opentelemetryProto: "1.0.0-alpha",
opentelemetryProto: "1.3.2-alpha",
protobuf: "3.25.5", // a dependency of opentelemetryProto
pcollections: "4.0.2",
re2j: "1.8",