dependabot[bot] opened a new pull request, #6121: URL: https://github.com/apache/camel-quarkus/pull/6121
Bumps [io.quarkiverse.amazonservices:quarkus-amazon-services-bom](https://github.com/quarkiverse/quarkus-amazon-services) from 2.15.0 to 2.16.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.16.0</h2> <h2>What's Changed</h2> <ul> <li>fix: Service in devservices by <a href="https://github.com/holomekc"><code>@holomekc</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1252">quarkiverse/quarkus-amazon-services#1252</a></li> <li>docs: add holomekc as a contributor for code by <a href="https://github.com/allcontributors"><code>@allcontributors</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1253">quarkiverse/quarkus-amazon-services#1253</a></li> <li>feat: produce trace-enabled Sqs client when telemetry is enabled by <a href="https://github.com/scrocquesel"><code>@scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1259">quarkiverse/quarkus-amazon-services#1259</a></li> <li>build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.29.18 to 0.29.19 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1272">quarkiverse/quarkus-amazon-services#1272</a></li> <li>build(deps): bump quarkus.version from 3.10.0 to 3.11.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1274">quarkiverse/quarkus-amazon-services#1274</a></li> <li>build(deps): bump software.amazon.awssdk:bom from 2.25.44 to 2.25.60 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1277">quarkiverse/quarkus-amazon-services#1277</a></li> <li>chore: release 2.16.0 by <a href="https://github.com/scrocquesel"><code>@scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1278">quarkiverse/quarkus-amazon-services#1278</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/holomekc"><code>@holomekc</code></a> made their first contribution in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1252">quarkiverse/quarkus-amazon-services#1252</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/quarkiverse/quarkus-amazon-services/compare/2.15.0...2.16.0">https://github.com/quarkiverse/quarkus-amazon-services/compare/2.15.0...2.16.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/9c8ff8f591d57dbd58a557b205a096c069029d9e"><code>9c8ff8f</code></a> [maven-release-plugin] prepare release 2.16.0</li> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/73690151215620c83938e3a39612b93a031602fb"><code>7369015</code></a> Update the latest release version 2.16.0 in documentation</li> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/e89b60a04bc4345f6ac1434114f3d1907f9212aa"><code>e89b60a</code></a> chore: release 2.16.0 (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/1278">#1278</a>)</li> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/d23682ce24cdd29206614a77c5faed6afbf3a090"><code>d23682c</code></a> build(deps): bump software.amazon.awssdk:bom from 2.25.44 to 2.25.60 (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/1277">#1277</a>)</li> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/3cc41b9e6c5c2fa4ceb38826851908ec3d17d158"><code>3cc41b9</code></a> build(deps): bump quarkus.version from 3.10.0 to 3.11.0 (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/1274">#1274</a>)</li> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/1741a0c9e9c52adefd6d9c49ebfe4fc21a1b5248"><code>1741a0c</code></a> --- (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/1272">#1272</a>)</li> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/e92cdd476a95497dbcfacfd1000fd86cba6939e7"><code>e92cdd4</code></a> docs: fix nav links</li> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/eb11d6dbb94ae030670e7eadb6d7e6eb631a77c1"><code>eb11d6d</code></a> feat: produce trace-enabled Sqs client when telemetry is enabled (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/1259">#1259</a>)</li> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/4d0175be45e5d241be7ed2d2f2391de253e431a8"><code>4d0175b</code></a> docs: add holomekc as a contributor for code (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/1253">#1253</a>)</li> <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/31bda51cd3659ab87e66c5df7a231402cd58d619"><code>31bda51</code></a> fix: use correct localstack service to get sqs endpoint (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/1252">#1252</a>)</li> <li>Additional commits viewable in <a href="https://github.com/quarkiverse/quarkus-amazon-services/compare/2.15.0...2.16.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]
