dependabot[bot] opened a new pull request, #4638: URL: https://github.com/apache/camel-k/pull/4638
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.24.0 to 1.25.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uber-go/zap/releases">go.uber.org/zap's releases</a>.</em></p> <blockquote> <h2>v1.25.0</h2> <p>This release contains several improvements including performance, API additions, and two new experimental packages whose APIs are unstable and may change in the future.</p> <p>Enhancements:</p> <ul> <li><a href="https://redirect.github.com/uber-go/zap/issues/1246">#1246</a>[]: Add <code>zap/exp/zapslog</code> package for integration with slog.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1273">#1273</a>[]: Add <code>Name</code> to <code>Logger</code> which returns the Logger's name if one is set.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1281">#1281</a>[]: Add <code>zap/exp/expfield</code> package which contains helper methods <code>Str</code> and <code>Strs</code> for constructing String-like zap.Fields.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1310">#1310</a>[]: Reduce stack size on <code>Any</code>.</li> </ul> <p>Thanks to <a href="https://github.com/knight42"><code>@knight42</code></a>, <a href="https://github.com/dzakaammar"><code>@dzakaammar</code></a>, <a href="https://github.com/bcspragu"><code>@bcspragu</code></a>, and <a href="https://github.com/rexywork"><code>@rexywork</code></a> for their contributions to this release.</p> <p><a href="https://redirect.github.com/uber-go/zap/issues/1246">#1246</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1246">uber-go/zap#1246</a> <a href="https://redirect.github.com/uber-go/zap/issues/1273">#1273</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1273">uber-go/zap#1273</a> <a href="https://redirect.github.com/uber-go/zap/issues/1281">#1281</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1281">uber-go/zap#1281</a> <a href="https://redirect.github.com/uber-go/zap/issues/1310">#1310</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1310">uber-go/zap#1310</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/uber-go/zap/blob/master/CHANGELOG.md">go.uber.org/zap's changelog</a>.</em></p> <blockquote> <h2>1.25.0 (1 Aug 2023)</h2> <p>This release contains several improvements including performance, API additions, and two new experimental packages whose APIs are unstable and may change in the future.</p> <p>Enhancements:</p> <ul> <li><a href="https://redirect.github.com/uber-go/zap/issues/1246">#1246</a>[]: Add <code>zap/exp/zapslog</code> package for integration with slog.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1273">#1273</a>[]: Add <code>Name</code> to <code>Logger</code> which returns the Logger's name if one is set.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1281">#1281</a>[]: Add <code>zap/exp/expfield</code> package which contains helper methods <code>Str</code> and <code>Strs</code> for constructing String-like zap.Fields.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1310">#1310</a>[]: Reduce stack size on <code>Any</code>.</li> </ul> <p>Thanks to <a href="https://github.com/knight42"><code>@knight42</code></a>, <a href="https://github.com/dzakaammar"><code>@dzakaammar</code></a>, <a href="https://github.com/bcspragu"><code>@bcspragu</code></a>, and <a href="https://github.com/rexywork"><code>@rexywork</code></a> for their contributions to this release.</p> <p><a href="https://redirect.github.com/uber-go/zap/issues/1246">#1246</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1246">uber-go/zap#1246</a> <a href="https://redirect.github.com/uber-go/zap/issues/1273">#1273</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1273">uber-go/zap#1273</a> <a href="https://redirect.github.com/uber-go/zap/issues/1281">#1281</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1281">uber-go/zap#1281</a> <a href="https://redirect.github.com/uber-go/zap/issues/1310">#1310</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1310">uber-go/zap#1310</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber-go/zap/commit/56468e797f1dbf3905ad7c34b5513928206244bf"><code>56468e7</code></a> Release v1.25.0</li> <li><a href="https://github.com/uber-go/zap/commit/249507a8cf0294b844ad52d0707c83997d931205"><code>249507a</code></a> zap.Any: Reduce stack size with generics (<a href="https://redirect.github.com/uber-go/zap/issues/1310">#1310</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/50b2db4fdecf067666874bd2e323ae601cf32559"><code>50b2db4</code></a> zap.Any add benchmarks</li> <li><a href="https://github.com/uber-go/zap/commit/a0674c80b9adb6cf3ae1fa1853e6fb99100f3ad6"><code>a0674c8</code></a> Add direct coverage to zap.Any (<a href="https://redirect.github.com/uber-go/zap/issues/1309">#1309</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/131069186815d2515c6dac05bb1ccb979ec07395"><code>1310691</code></a> Table test TestFieldConstructors</li> <li><a href="https://github.com/uber-go/zap/commit/382e2511e51cda8afde24f9e6e741f934308edfa"><code>382e251</code></a> Swap expected and got fields (<a href="https://redirect.github.com/uber-go/zap/issues/1282">#1282</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/24b79770f15487182d38aec5d3fcb34c7fb8fe66"><code>24b7977</code></a> Add Name() to Logger (<a href="https://redirect.github.com/uber-go/zap/issues/1273">#1273</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/1155ed31d6c730acbade1eb0d8c4fac021dd20a6"><code>1155ed3</code></a> Introduce Str + Strs generic string helpers (<a href="https://redirect.github.com/uber-go/zap/issues/1281">#1281</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/4451b47c5e4c4263828b042d6fb12d6d14c6ca2e"><code>4451b47</code></a> exp: Update slog, adjust for changes (<a href="https://redirect.github.com/uber-go/zap/issues/1276">#1276</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/845ca51d5b8d9fed9fe14f35ab13b6b160d5762d"><code>845ca51</code></a> internal: Add and use a generic pool instead of using sync.Pool directly (<a href="https://redirect.github.com/uber-go/zap/issues/1262">#1262</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uber-go/zap/compare/v1.24.0...v1.25.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/zap&package-manager=go_modules&previous-version=1.24.0&new-version=1.25.0)](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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org