dependabot[bot] opened a new pull request, #20464: URL: https://github.com/apache/camel/pull/20464
Bumps [org.springframework.amqp:spring-rabbit](https://github.com/spring-projects/spring-amqp) from 3.2.8 to 4.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-amqp/releases">org.springframework.amqp:spring-rabbit's releases</a>.</em></p> <blockquote> <h2>v4.0.1</h2> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Error handler for async RabbitListeners (Mono, Future, suspend) not acking message when ErrorHandler returns <code>null</code> <a href="https://redirect.github.com/spring-projects/spring-amqp/issues/3247">#3247</a></li> <li>NullPointerException in SimpleAmqpHeaderMapper when message priority is null <a href="https://redirect.github.com/spring-projects/spring-amqp/issues/3246">#3246</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Update anchor id and add JUnit section <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3249">#3249</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.22 <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3257">#3257</a></li> <li>Bump io.micrometer:micrometer-bom from 1.16.0 to 1.16.1 <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3256">#3256</a></li> <li>Bump io.micrometer:micrometer-tracing-bom from 1.6.0 to 1.6.1 <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3255">#3255</a></li> <li>Bump org.springframework.data:spring-data-bom from 2025.1.0 to 2025.1.1 <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3254">#3254</a></li> <li>Bump io.projectreactor:reactor-bom from 2025.0.0 to 2025.0.1 <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3253">#3253</a></li> <li>Bump org.springframework:spring-framework-bom from 7.0.1 to 7.0.2 <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3252">#3252</a></li> <li>Bump tools.jackson:jackson-bom from 3.0.2 to 3.0.3 <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3250">#3250</a></li> <li>Bump org.springframework:spring-framework-bom from 7.0.0 to 7.0.1 <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3243">#3243</a></li> </ul> <h2>:heart: Contributors</h2> <p>Thank you to all the contributors who worked on this release:</p> <p><a href="https://github.com/ngocnhan-tran1996"><code>@​ngocnhan-tran1996</code></a></p> <h2>v4.0.0</h2> <h2>:star: New Features</h2> <ul> <li>Optimize <code>ArrayList</code> allocations <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3233">#3233</a></li> <li>Start building against Spring Framework 7.0.0 snapshots <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3232">#3232</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Update examples based on the latest java class <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3220">#3220</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Bump org.springframework.data:spring-data-bom from 2025.1.0-SNAPSHOT to 2025.1.0 <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3237">#3237</a></li> <li>Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3236">#3236</a></li> <li>Bump org.testcontainers:testcontainers-bom from 2.0.1 to 2.0.2 <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3235">#3235</a></li> <li>Bump tools.jackson:jackson-bom from 3.0.1 to 3.0.2 <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3225">#3225</a></li> <li>Bump com.rabbitmq:amqp-client from 5.27.0 to 5.27.1 <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3224">#3224</a></li> <li>Bump org.junit:junit-bom from 6.0.0 to 6.0.1 <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3218">#3218</a></li> <li>Bump com.fasterxml.jackson:jackson-bom from 2.20.0 to 2.20.1 <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3217">#3217</a></li> <li>Bump tools.jackson:jackson-bom from 3.0.0 to 3.0.1 <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3215">#3215</a></li> <li>Bump kotlinVersion from 2.2.20 to 2.2.21 <a href="https://redirect.github.com/spring-projects/spring-amqp/pull/3213">#3213</a></li> </ul> <h2>:heart: Contributors</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-amqp/commit/0821230b84e4e59419c9df3a54ec6dccdfdd1c62"><code>0821230</code></a> [artifactory-release] Release version 4.0.1</li> <li><a href="https://github.com/spring-projects/spring-amqp/commit/37194d7037e440c81b0714169494f7822b92e907"><code>37194d7</code></a> Bump io.micrometer:micrometer-bom from 1.16.0 to 1.16.1 (<a href="https://redirect.github.com/spring-projects/spring-amqp/issues/3256">#3256</a>)</li> <li><a href="https://github.com/spring-projects/spring-amqp/commit/5df128408ff622f3910b1f07fece134e33d22ea2"><code>5df1284</code></a> Bump org.springframework.data:spring-data-bom from 2025.1.0 to 2025.1.1 (<a href="https://redirect.github.com/spring-projects/spring-amqp/issues/3254">#3254</a>)</li> <li><a href="https://github.com/spring-projects/spring-amqp/commit/b1d9aaea192b27ce15920dc4cbf460751f671070"><code>b1d9aae</code></a> Bump io.micrometer:micrometer-tracing-bom from 1.6.0 to 1.6.1 (<a href="https://redirect.github.com/spring-projects/spring-amqp/issues/3255">#3255</a>)</li> <li><a href="https://github.com/spring-projects/spring-amqp/commit/0150e1d5d3add05315d3a3e0d361eec6ac9f641c"><code>0150e1d</code></a> Bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.22 (<a href="https://redirect.github.com/spring-projects/spring-amqp/issues/3257">#3257</a>)</li> <li><a href="https://github.com/spring-projects/spring-amqp/commit/01ca7739a9a66bfe7c6e952d53d9d529ce9b3cc9"><code>01ca773</code></a> Bump org.springframework:spring-framework-bom from 7.0.1 to 7.0.2 (<a href="https://redirect.github.com/spring-projects/spring-amqp/issues/3252">#3252</a>)</li> <li><a href="https://github.com/spring-projects/spring-amqp/commit/f5a60bda61c83162407b9f50f35e955ec1e650bb"><code>f5a60bd</code></a> Bump io.projectreactor:reactor-bom from 2025.0.0 to 2025.0.1 (<a href="https://redirect.github.com/spring-projects/spring-amqp/issues/3253">#3253</a>)</li> <li><a href="https://github.com/spring-projects/spring-amqp/commit/bb256857f50a230b5fe3087eaafc565c49f64f58"><code>bb25685</code></a> Update anchor id and add JUnit section into history docs</li> <li><a href="https://github.com/spring-projects/spring-amqp/commit/84ddc0fc7b1c2375362a6076b5f7e6cafe727720"><code>84ddc0f</code></a> Bump tools.jackson:jackson-bom from 3.0.2 to 3.0.3 (<a href="https://redirect.github.com/spring-projects/spring-amqp/issues/3250">#3250</a>)</li> <li><a href="https://github.com/spring-projects/spring-amqp/commit/c6519b274fece59579176ef54f5ca9804236e418"><code>c6519b2</code></a> <a href="https://redirect.github.com/spring-projects/spring-amqp/issues/3247">GH-3247</a>: Fix MANUAL ack for <code>null</code> from error handler</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-amqp/compare/v3.2.8...v4.0.1">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]
