dependabot[bot] opened a new pull request, #5721: URL: https://github.com/apache/camel-quarkus/pull/5721
Bumps [io.quarkiverse.amazonservices:quarkus-amazon-services-bom](https://github.com/quarkiverse/quarkus-amazon-services) from 2.10.1 to 2.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/quarkiverse/quarkus-amazon-services/releases">io.quarkiverse.amazonservices:quarkus-amazon-services-bom's releases</a>.</em></p> <blockquote> <h2>2.11.0</h2> <h2>Major changes</h2> <ul> <li>Introduce <code>s3-transfer-manager</code> extension</li> <li>Interceptors configured with the <code>quarkus.<extension>.interceptors</code> will first be attempted to be resolved from CDI. See <a href="https://github.com/quarkiverse/quarkus-amazon-services/blob/2.11.0/integration-tests/src/main/java/io/quarkus/it/amazon/s3/S3ModifyResponseProducer.java">this producer</a> for an example.</li> </ul> <h2>What's Changed</h2> <ul> <li>doc: clarify compatibility matrix with quarkus by <a href="https://github.com/scrocquesel"><code>@scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1095">quarkiverse/quarkus-amazon-services#1095</a></li> <li>Update release workflow by <a href="https://github.com/gastaldi"><code>@gastaldi</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1104">quarkiverse/quarkus-amazon-services#1104</a></li> <li>ci: bump several actions to latest version by <a href="https://github.com/scrocquesel"><code>@scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1107">quarkiverse/quarkus-amazon-services#1107</a></li> <li>feat: try to resolve interceptors from CDI first by <a href="https://github.com/scrocquesel"><code>@scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1101">quarkiverse/quarkus-amazon-services#1101</a></li> <li>feat: add support for s3TransferManager by <a href="https://github.com/scrocquesel"><code>@scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1085">quarkiverse/quarkus-amazon-services#1085</a></li> <li>build(deps): bump software.amazon.awssdk:bom from 2.23.0 to 2.23.11 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1105">quarkiverse/quarkus-amazon-services#1105</a></li> <li>build: sync otel with quarkus bom by <a href="https://github.com/scrocquesel"><code>@scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1110">quarkiverse/quarkus-amazon-services#1110</a></li> <li>build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.29.6 to 0.29.9 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1109">quarkiverse/quarkus-amazon-services#1109</a></li> <li>fix: restore TCCL in future completion for S3CRT client by <a href="https://github.com/scrocquesel"><code>@scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1118">quarkiverse/quarkus-amazon-services#1118</a></li> <li>chore: release 2.11.0 by <a href="https://github.com/scrocquesel"><code>@scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1119">quarkiverse/quarkus-amazon-services#1119</a></li> <li>build(deps): bump quarkus.version from 3.6.5 to 3.7.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1115">quarkiverse/quarkus-amazon-services#1115</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/quarkiverse/quarkus-amazon-services/compare/2.10.1...2.11.0">https://github.com/quarkiverse/quarkus-amazon-services/compare/2.10.1...2.11.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/dee6e0fe2071f7a19e7fbf98fe55bc4e9a271add"><code>dee6e0f</code></a> [maven-release-plugin] prepare release 2.11.0</li> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/f6b8f7dc44e572bd3e20f64b9e84c11ae25dc37f"><code>f6b8f7d</code></a> Update the latest release version 2.11.0 in documentation</li> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/52fd0d4fbc45ccc1ecb6b51da69ae8c6f91f15a0"><code>52fd0d4</code></a> build(deps): bump quarkus.version from 3.6.5 to 3.7.1 (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/1115">#1115</a>)</li> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/1fad4aa43b9dcb76414f605986b129c2637fe8b8"><code>1fad4aa</code></a> chore: release 2.11.0 (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/1119">#1119</a>)</li> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/0de96f4d7b91138f62b025f585e9d704d20e5b60"><code>0de96f4</code></a> fix: restore TCCL in future completion for S3CRT client (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/1118">#1118</a>)</li> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/7b18d0db68ebd54cdd302baac967b43dac3ed898"><code>7b18d0d</code></a> build(deps): bump software.amazon.awssdk.crt:aws-crt (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/1109">#1109</a>)</li> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/5a51cb940c5b0830a6cb9a8c4e36281a2bd5eb49"><code>5a51cb9</code></a> build: sync otel with quarkus bom (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/1110">#1110</a>)</li> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/cfde3458553abfa42aef9a99d32ae79387cb3a3c"><code>cfde345</code></a> build(deps): bump software.amazon.awssdk:bom from 2.23.0 to 2.23.11 (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/1105">#1105</a>)</li> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/16f1bedb4e5c8dbd9d6674ebb72b1113cdbbea77"><code>16f1bed</code></a> feat: add support for s3TransferManager (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/1085">#1085</a>)</li> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/f3655574864abf23a4eaf8601f7ff93df448fbf3"><code>f365557</code></a> feat: try to resolve interceptors from CDI first (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/1101">#1101</a>)</li> <li>Additional commits viewable in <a href="https://github.com/quarkiverse/quarkus-amazon-services/compare/2.10.1...2.11.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> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
