Commit 72c940b
authored
chore(deps): bump io.opentelemetry:opentelemetry-bom from 1.52.0 to 1.57.0 (#282)
Bumps
[io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java)
from 1.52.0 to 1.57.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-java/releases">io.opentelemetry:opentelemetry-bom's
releases</a>.</em></p>
<blockquote>
<h2>Version 1.57.0</h2>
<h3>API</h3>
<ul>
<li>Add <code>GlobalOpenTelemetry#getOrNoop</code>, <code>#isSet</code>.
Update <code>#get</code> to always returns obfuscated instance (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7819">#7819</a>)</li>
</ul>
<h4>Incubating</h4>
<ul>
<li>Logs: Complex attributes incubating implementation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7814">#7814</a>)</li>
</ul>
<h3>SDK</h3>
<h4>Logs</h4>
<ul>
<li>Add minimum severity and trace-based logger configuration
(incubating API) (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7529">#7529</a>)</li>
</ul>
<h4>Exporters</h4>
<ul>
<li>OTLP: VarHandle string encoder (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7701">#7701</a>)</li>
<li>OTLP: Fix OkHttpGrpcSender to properly await executor shutdown (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7840">#7840</a>)</li>
<li>OTLP: avoid auto-config warning (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7881">#7881</a>)</li>
<li>OTLP: update error message for missing GrpcSenderProvider dependency
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7884">#7884</a>)</li>
</ul>
<h4>Extensions</h4>
<ul>
<li>Declarative config: add runtime hints for graal VM (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7866">#7866</a>)</li>
<li>Declarative config: add missing warning about discarded value (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7821">#7821</a>)</li>
</ul>
<h3>Project tooling</h3>
<ul>
<li>Update macos version to latest and switch to corretto for testing
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7841">#7841</a>)</li>
<li>Sync Java worflows: Allow re-running prepare release branch workflow
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7845">#7845</a>)</li>
<li>Simplify and standardize renovate custom managers across Java repos
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7846">#7846</a>)</li>
<li>Remove misspell workflow (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7852">#7852</a>)</li>
<li>Fix link checks on main (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7867">#7867</a>)</li>
<li>Add zeitlinger as approver (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7868">#7868</a>)</li>
<li>Move snapshot publishing to daily build (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7886">#7886</a>)</li>
</ul>
<h3>🙇 Thank you</h3>
<p>This release was possible thanks to the following contributors who
shared their brilliant ideas and awesome pull requests:</p>
<p><a
href="https://github.com/breedx-splk"><code>@breedx-splk</code></a>
<a
href="https://github.com/HarshMehta112"><code>@HarshMehta112</code></a>
<a href="https://github.com/jack-berg"><code>@jack-berg</code></a>
<a href="https://github.com/jaydeluca"><code>@jaydeluca</code></a>
<a href="https://github.com/jeanbisutti"><code>@jeanbisutti</code></a>
<a href="https://github.com/jkwatson"><code>@jkwatson</code></a>
<a
href="https://github.com/kevinburkesegment"><code>@kevinburkesegment</code></a>
<a href="https://github.com/laurit"><code>@laurit</code></a>
<a href="https://github.com/michaldo"><code>@michaldo</code></a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md">io.opentelemetry:opentelemetry-bom's
changelog</a>.</em></p>
<blockquote>
<h2>Version 1.57.0 (2025-12-05)</h2>
<h3>API</h3>
<ul>
<li>Add <code>GlobalOpenTelemetry#getOrNoop</code>, <code>#isSet</code>.
Update <code>#get</code> to always returns obfuscated instance
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7819">#7819</a>)</li>
</ul>
<h4>Incubating</h4>
<ul>
<li>Logs: Complex attributes incubating implementation
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7814">#7814</a>)</li>
</ul>
<h3>SDK</h3>
<h4>Logs</h4>
<ul>
<li>Add minimum severity and trace-based logger configuration
(incubating API)
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7529">#7529</a>)</li>
</ul>
<h4>Exporters</h4>
<ul>
<li>OTLP: VarHandle string encoder
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7701">#7701</a>)</li>
<li>OTLP: Fix OkHttpGrpcSender to properly await executor shutdown
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7840">#7840</a>)</li>
<li>OTLP: avoid auto-config warning
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7881">#7881</a>)</li>
<li>OTLP: update error message for missing GrpcSenderProvider dependency
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7884">#7884</a>)</li>
</ul>
<h4>Extensions</h4>
<ul>
<li>Declarative config: add runtime hints for graal VM
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7866">#7866</a>)</li>
<li>Declarative config: add missing warning about discarded value
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7821">#7821</a>)</li>
</ul>
<h3>Project tooling</h3>
<ul>
<li>Update macos version to latest and switch to corretto for testing
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7841">#7841</a>)</li>
<li>Sync Java worflows: Allow re-running prepare release branch workflow
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7845">#7845</a>)</li>
<li>Simplify and standardize renovate custom managers across Java repos
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7846">#7846</a>)</li>
<li>Remove misspell workflow
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7852">#7852</a>)</li>
<li>Fix link checks on main
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7867">#7867</a>)</li>
<li>Add zeitlinger as approver</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-java/commit/2c5a4f8f3ed7aad0db43872fb09795cd5fb70182"><code>2c5a4f8</code></a>
[release/v1.57.x] Prepare release 1.57.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7899">#7899</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-java/commit/ada4e2100e7cff1189a2fc5be9d639ac0cfc442c"><code>ada4e21</code></a>
Prepare for 1.57.0 release (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7894">#7894</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-java/commit/01a02a8a9043d7c38d5a6363d703b47e1bcf6fc5"><code>01a02a8</code></a>
Enable gradle config cache (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7893">#7893</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-java/commit/67a886edf9fbcb2ab6c96bc4326c2441c0c83fbf"><code>67a886e</code></a>
fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.14 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7892">#7892</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-java/commit/ef17aa5e2bffd3cbee4fac92b43400cdcd0ce60f"><code>ef17aa5</code></a>
fix(deps): update armeriaversion to v1.34.1 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7891">#7891</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-java/commit/67df5bc7ac7639fb414e58b666402d804ee2dc2e"><code>67df5bc</code></a>
Disable errorprone RequestExplicitNullMarking (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7890">#7890</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-java/commit/60698f700425fe8b8fc9f007df0e4025ed5e2c99"><code>60698f7</code></a>
chore(deps): update otel/opentelemetry-collector-contrib:0.141.0 docker
diges...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-java/commit/76c622cb0b7334d621a2f635daaf4d4ee2fb8d74"><code>76c622c</code></a>
Move snapshot publishing to daily build (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7886">#7886</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-java/commit/cb83d7c948d200f4bdcafc68cdbecc795e18ada7"><code>cb83d7c</code></a>
chore(deps): update otel/opentelemetry-collector-contrib docker tag to
v0.141...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-java/commit/5772c1dc46df53c0c637a538b7b0d69e43efd1b1"><code>5772c1d</code></a>
fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.13 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7885">#7885</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.52.0...v1.57.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>1 parent 89d1de8 commit 72c940b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments