Commit cf65482
authored
deps: Downgrade opentelemetry to 1.51.0 (#4075)
v1.52.0 of
[opentelemetry-exporter-sender-okhttp](https://central.sonatype.com/artifact/io.opentelemetry/opentelemetry-exporter-sender-okhttp/1.52.0)
and
[opentelemetry-sdk-extension-jaeger-remote-sampler](https://central.sonatype.com/artifact/io.opentelemetry/opentelemetry-sdk-extension-jaeger-remote-sampler/1.52.0)
now requires OkHttp 5.x which is incompatible with customers still rely
on 4.x. Even though we don't use these two artifacts in client
libraries, they are included in the opentelemetry-bom. If a customer
uses v1.51.0 version of opentelemetry-bom and latest client libraries,
they would get enforcer errors.
Downgrade the opentelemetry version to 1.51.0 to give customers more
time to migrate their codebase to be compatible with Okhttp 5.x and
opentelemetry 1.52+.1 parent 76db527 commit cf65482
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments