dependabot[bot] opened a new pull request, #1084: URL: https://github.com/apache/directory-scimple/pull/1084
Bumps `version.spring-boot3` from 3.5.10 to 4.0.5. Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.10 to 4.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">org.springframework.boot:spring-boot-dependencies's releases</a>.</em></p> <blockquote> <h2>v4.0.5</h2> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Test starter for Spring Integration does not include Spring Integration test module <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49784">#49784</a></li> <li>Some sliced tests that import TransactionAutoConfiguration do not import TransactionManagerCustomizationAutoConfiguration <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49782">#49782</a></li> <li>WebSocket messaging's task executors are only auto-configured and stompWebSocketHandlerMapping is only forced to be eager when using Jackson <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49753">#49753</a></li> <li>WebSocket app fails to start when Jackson is on the classpath but there's no JsonMapper bean <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49749">#49749</a></li> <li>Metadata annotation processor ignores method-level <code>@NestedConfigurationProperty</code> when using constructor binding <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49738">#49738</a></li> <li>Override of property in external 'application.properties' or 'application.yaml' is ignored <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49731">#49731</a></li> <li>NativeImageResourceProvider does not find Flyway migration scripts in subdirectories <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49706">#49706</a></li> <li>Add <code>@ConditionalOnWebApplication</code> to NettyReactiveWebServerAutoConfiguration <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49695">#49695</a></li> <li><code>@GraphQlTest</code> does not include <code>@ControllerAdvice</code> <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49672">#49672</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Fix incorrect indefinite articles in Javadoc <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49727">#49727</a></li> <li>Add some more Kotlin examples and trivial style fixes <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49714">#49714</a></li> <li>Overhaul Spring Session documentation following modularization <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49704">#49704</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Brave 6.3.1 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49763">#49763</a></li> <li>Upgrade to Jackson 2 Bom 2.21.2 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49764">#49764</a></li> <li>Upgrade to jOOQ 3.19.31 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49765">#49765</a></li> <li>Upgrade to Netty 4.2.12.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49794">#49794</a></li> <li>Upgrade to Tomcat 11.0.20 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49767">#49767</a></li> <li>Upgrade to Zipkin Reporter 3.5.3 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49762">#49762</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/Joowon-Seo"><code>@Joowon-Seo</code></a>, <a href="https://github.com/deejay1"><code>@deejay1</code></a>, <a href="https://github.com/dlwldnjs1009"><code>@dlwldnjs1009</code></a>, <a href="https://github.com/kwondh5217"><code>@kwondh5217</code></a>, <a href="https://github.com/ljrmorgan"><code>@ljrmorgan</code></a>, and <a href="https://github.com/quaff"><code>@quaff</code></a></p> <h2>v4.0.4</h2> <h2>:warning: Attention Required</h2> <ul> <li>OpenTelemetry's ZipkinSpanExporter has been deprecated and its support will be removed in Spring Boot 4.2. <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49453">#49453</a></li> <li>Jackson 2 has been upgraded to 2.21.1 in response to the Jackson team ending support for Jackson 2.20.x. <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49389">#49389</a></li> <li>Jackson has been upgraded to 3.1.0 in response to the Jackson team ending support for Jackson 3.0.x. <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49383">#49383</a></li> <li>The default value for <code>server.tomcat.max-part-count</code> has been increased from 10 to 50. This aligns it with Tomcat's own default and the default in Spring Boot 3.x. <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49311">#49311</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>EndpointRequest request matcher for health groups is too complex <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49649">#49649</a></li> <li>"/cloudfoundryapplication" web path is not limited to Actuator <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49646">#49646</a></li> <li>Fix EndpointRequest.toLinks() when base-path is '/' <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49617">#49617</a></li> <li>Docker fails when a 'tcp://' address ends with a slash (for example 'tcp://docker:2375/') <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49596">#49596</a></li> <li>RSocket exposes duplicate endpoint for websocket setups <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49593">#49593</a></li> <li>Failure analysis for a missing mail sender is misleading <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49582">#49582</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-boot/commit/fe74b311f4b2846848e678eaf7b3c6203ddae930"><code>fe74b31</code></a> Release v4.0.5</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/e1d6e5a7098d1e5d3403fb58387622b65d8e825f"><code>e1d6e5a</code></a> Merge branch '3.5.x' into 4.0.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/6c9e52a1745d255e096d1334593636d005f68143"><code>6c9e52a</code></a> Next development version (v3.5.14-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/a413e9545fd1efe9a9548ec70c86f87559c907f1"><code>a413e95</code></a> Upgrade to Netty 4.2.12.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/c1694b50c29e37a162a3d9ad43f4e4b434698247"><code>c1694b5</code></a> Add missing Spring Integration test module to the relevant starter</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/51ffdc6cd319fd70f8200ffd69dff0f79c3dfdb7"><code>51ffdc6</code></a> Merge branch '3.5.x' into 4.0.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/696a60e8fd2ce2bff1cf96c2706a97cf64b49a76"><code>696a60e</code></a> Full auto-configure transaction management in slice tests</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/ba70d41a998c8e77d185dd1d7e4ace80ed8cd7e2"><code>ba70d41</code></a> Upgrade to Tomcat 11.0.20</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/fd94ca0a0baab48a055b3dfe8fd4d09daec766b9"><code>fd94ca0</code></a> Upgrade to Netty 4.2.11.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/7e6833bc9c5b73bba6920cead989e28d64f982ff"><code>7e6833b</code></a> Upgrade to jOOQ 3.19.31</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v3.5.10...v4.0.5">compare view</a></li> </ul> </details> <br /> Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.10 to 4.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">org.springframework.boot:spring-boot-maven-plugin's releases</a>.</em></p> <blockquote> <h2>v4.0.5</h2> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Test starter for Spring Integration does not include Spring Integration test module <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49784">#49784</a></li> <li>Some sliced tests that import TransactionAutoConfiguration do not import TransactionManagerCustomizationAutoConfiguration <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49782">#49782</a></li> <li>WebSocket messaging's task executors are only auto-configured and stompWebSocketHandlerMapping is only forced to be eager when using Jackson <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49753">#49753</a></li> <li>WebSocket app fails to start when Jackson is on the classpath but there's no JsonMapper bean <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49749">#49749</a></li> <li>Metadata annotation processor ignores method-level <code>@NestedConfigurationProperty</code> when using constructor binding <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49738">#49738</a></li> <li>Override of property in external 'application.properties' or 'application.yaml' is ignored <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49731">#49731</a></li> <li>NativeImageResourceProvider does not find Flyway migration scripts in subdirectories <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49706">#49706</a></li> <li>Add <code>@ConditionalOnWebApplication</code> to NettyReactiveWebServerAutoConfiguration <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49695">#49695</a></li> <li><code>@GraphQlTest</code> does not include <code>@ControllerAdvice</code> <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49672">#49672</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Fix incorrect indefinite articles in Javadoc <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49727">#49727</a></li> <li>Add some more Kotlin examples and trivial style fixes <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49714">#49714</a></li> <li>Overhaul Spring Session documentation following modularization <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49704">#49704</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Brave 6.3.1 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49763">#49763</a></li> <li>Upgrade to Jackson 2 Bom 2.21.2 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49764">#49764</a></li> <li>Upgrade to jOOQ 3.19.31 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49765">#49765</a></li> <li>Upgrade to Netty 4.2.12.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49794">#49794</a></li> <li>Upgrade to Tomcat 11.0.20 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49767">#49767</a></li> <li>Upgrade to Zipkin Reporter 3.5.3 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49762">#49762</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/Joowon-Seo"><code>@Joowon-Seo</code></a>, <a href="https://github.com/deejay1"><code>@deejay1</code></a>, <a href="https://github.com/dlwldnjs1009"><code>@dlwldnjs1009</code></a>, <a href="https://github.com/kwondh5217"><code>@kwondh5217</code></a>, <a href="https://github.com/ljrmorgan"><code>@ljrmorgan</code></a>, and <a href="https://github.com/quaff"><code>@quaff</code></a></p> <h2>v4.0.4</h2> <h2>:warning: Attention Required</h2> <ul> <li>OpenTelemetry's ZipkinSpanExporter has been deprecated and its support will be removed in Spring Boot 4.2. <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49453">#49453</a></li> <li>Jackson 2 has been upgraded to 2.21.1 in response to the Jackson team ending support for Jackson 2.20.x. <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49389">#49389</a></li> <li>Jackson has been upgraded to 3.1.0 in response to the Jackson team ending support for Jackson 3.0.x. <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49383">#49383</a></li> <li>The default value for <code>server.tomcat.max-part-count</code> has been increased from 10 to 50. This aligns it with Tomcat's own default and the default in Spring Boot 3.x. <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49311">#49311</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>EndpointRequest request matcher for health groups is too complex <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49649">#49649</a></li> <li>"/cloudfoundryapplication" web path is not limited to Actuator <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49646">#49646</a></li> <li>Fix EndpointRequest.toLinks() when base-path is '/' <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49617">#49617</a></li> <li>Docker fails when a 'tcp://' address ends with a slash (for example 'tcp://docker:2375/') <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49596">#49596</a></li> <li>RSocket exposes duplicate endpoint for websocket setups <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49593">#49593</a></li> <li>Failure analysis for a missing mail sender is misleading <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49582">#49582</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-boot/commit/fe74b311f4b2846848e678eaf7b3c6203ddae930"><code>fe74b31</code></a> Release v4.0.5</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/e1d6e5a7098d1e5d3403fb58387622b65d8e825f"><code>e1d6e5a</code></a> Merge branch '3.5.x' into 4.0.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/6c9e52a1745d255e096d1334593636d005f68143"><code>6c9e52a</code></a> Next development version (v3.5.14-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/a413e9545fd1efe9a9548ec70c86f87559c907f1"><code>a413e95</code></a> Upgrade to Netty 4.2.12.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/c1694b50c29e37a162a3d9ad43f4e4b434698247"><code>c1694b5</code></a> Add missing Spring Integration test module to the relevant starter</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/51ffdc6cd319fd70f8200ffd69dff0f79c3dfdb7"><code>51ffdc6</code></a> Merge branch '3.5.x' into 4.0.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/696a60e8fd2ce2bff1cf96c2706a97cf64b49a76"><code>696a60e</code></a> Full auto-configure transaction management in slice tests</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/ba70d41a998c8e77d185dd1d7e4ace80ed8cd7e2"><code>ba70d41</code></a> Upgrade to Tomcat 11.0.20</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/fd94ca0a0baab48a055b3dfe8fd4d09daec766b9"><code>fd94ca0</code></a> Upgrade to Netty 4.2.11.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/7e6833bc9c5b73bba6920cead989e28d64f982ff"><code>7e6833b</code></a> Upgrade to jOOQ 3.19.31</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v3.5.10...v4.0.5">compare view</a></li> </ul> </details> <br /> 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 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
