dependabot[bot] opened a new pull request, #2582: URL: https://github.com/apache/tomee/pull/2582
Bumps `version.spring-boot` from 3.5.11 to 3.5.13. Updates `org.springframework.boot:spring-boot-starter-web` from 3.5.11 to 3.5.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">org.springframework.boot:spring-boot-starter-web's releases</a>.</em></p> <blockquote> <h2>v3.5.13</h2> <h2>:warning: Attention Required</h2> <ul> <li>Jackson has been upgraded to 2.21.2 in response to the Jackson team ending support for Jackson 2.19.x and 2.20.x. <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49365">#49365</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <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/49750">#49750</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/49734">#49734</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/49724">#49724</a></li> <li>Some sliced tests that import TransactionAutoConfiguration do not import TransactionManagerCustomizationAutoConfiguration <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49716">#49716</a></li> <li>NativeImageResourceProvider does not find Flyway migration scripts in subdirectories <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49661">#49661</a></li> <li><code>@GraphQlTest</code> does not include <code>@ControllerAdvice</code> <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49660">#49660</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/pull/49723">#49723</a></li> <li>Add some more Kotlin examples and trivial style fixes <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49710">#49710</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Hibernate 6.6.45.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49757">#49757</a></li> <li>Upgrade to jOOQ 3.19.31 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49758">#49758</a></li> <li>Upgrade to Netty 4.1.132.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49759">#49759</a></li> <li>Upgrade to Tomcat 10.1.53 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49760">#49760</a></li> <li>Upgrade to Undertow 2.3.24.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49761">#49761</a></li> <li>Upgrade to Zipkin Reporter 3.5.3 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49756">#49756</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>, and <a href="https://github.com/ljrmorgan"><code>@ljrmorgan</code></a></p> <h2>v3.5.12</h2> <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/49648">#49648</a></li> <li>"/cloudfoundryapplication" web path is not limited to Actuator <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49645">#49645</a></li> <li>RSocket exposes duplicate endpoint for websocket setups <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49592">#49592</a></li> <li>Fix EndpointRequest.toLinks() when base-path is '/' <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49591">#49591</a></li> <li>SpringBootContextLoader mentions class that no longer exists in message for classes or locations assertion <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49518">#49518</a></li> <li>"spring.main.cloud-platform=none" does not disable cloud features <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49478">#49478</a></li> <li>Using <code>@AutoConfigureWebTestClient</code> prevents separate configuration of spring.test.webtestclient.timeout from taking effect <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49340">#49340</a></li> <li>Ordering of 'spring.config.import' is inconsistent when defined in environment or system properties <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49324">#49324</a></li> <li>RouterFunctions descriptions in Actuator do not support nesting <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49289">#49289</a></li> <li>Maven plugin does not set '-parameters' option when processing AOT code <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49268">#49268</a></li> <li>SSL support with Docker Compose does not work as documented <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49210">#49210</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/49055">#49055</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/4a4c79fa691793be59361c31f4a6447bb0a48907"><code>4a4c79f</code></a> Release v3.5.13</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/4b37ecbf6db93913f811f4d3f64a7f800ea39573"><code>4b37ecb</code></a> Upgrade to Undertow 2.3.24.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/32a51d5d709b758786f371e063754d99c0348755"><code>32a51d5</code></a> Upgrade to Tomcat 10.1.53</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/093429614119c03ab660e30fd21dacbd404a10fe"><code>0934296</code></a> Upgrade to Netty 4.1.132.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/851ddda4225a97ba8f5030454f276a559bcb3b71"><code>851ddda</code></a> Upgrade to jOOQ 3.19.31</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/ef876fe5d2648ec11eab45546725bd0f21c34870"><code>ef876fe</code></a> Upgrade to Hibernate 6.6.45.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/2841d874cfffed8f8c75bf631289aa4283281d3a"><code>2841d87</code></a> Upgrade to Zipkin Reporter 3.5.3</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/025b527e87f9820c1142468fdcf0b21db3cd192d"><code>025b527</code></a> Fix WebSocketMessagingAutoConfiguration in the absence of Jackson</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/328267249f71336f642effe8aaf80e39d9d9be65"><code>3282672</code></a> Make DevTools tests more tolerant to wrapped DataSource</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v3.5.11...v3.5.13">compare view</a></li> </ul> </details> <br /> Updates `org.springframework.boot:spring-boot-starter-tomcat` from 3.5.11 to 3.5.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">org.springframework.boot:spring-boot-starter-tomcat's releases</a>.</em></p> <blockquote> <h2>v3.5.13</h2> <h2>:warning: Attention Required</h2> <ul> <li>Jackson has been upgraded to 2.21.2 in response to the Jackson team ending support for Jackson 2.19.x and 2.20.x. <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49365">#49365</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <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/49750">#49750</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/49734">#49734</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/49724">#49724</a></li> <li>Some sliced tests that import TransactionAutoConfiguration do not import TransactionManagerCustomizationAutoConfiguration <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49716">#49716</a></li> <li>NativeImageResourceProvider does not find Flyway migration scripts in subdirectories <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49661">#49661</a></li> <li><code>@GraphQlTest</code> does not include <code>@ControllerAdvice</code> <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49660">#49660</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/pull/49723">#49723</a></li> <li>Add some more Kotlin examples and trivial style fixes <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49710">#49710</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Hibernate 6.6.45.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49757">#49757</a></li> <li>Upgrade to jOOQ 3.19.31 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49758">#49758</a></li> <li>Upgrade to Netty 4.1.132.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49759">#49759</a></li> <li>Upgrade to Tomcat 10.1.53 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49760">#49760</a></li> <li>Upgrade to Undertow 2.3.24.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49761">#49761</a></li> <li>Upgrade to Zipkin Reporter 3.5.3 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49756">#49756</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>, and <a href="https://github.com/ljrmorgan"><code>@ljrmorgan</code></a></p> <h2>v3.5.12</h2> <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/49648">#49648</a></li> <li>"/cloudfoundryapplication" web path is not limited to Actuator <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49645">#49645</a></li> <li>RSocket exposes duplicate endpoint for websocket setups <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49592">#49592</a></li> <li>Fix EndpointRequest.toLinks() when base-path is '/' <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49591">#49591</a></li> <li>SpringBootContextLoader mentions class that no longer exists in message for classes or locations assertion <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49518">#49518</a></li> <li>"spring.main.cloud-platform=none" does not disable cloud features <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49478">#49478</a></li> <li>Using <code>@AutoConfigureWebTestClient</code> prevents separate configuration of spring.test.webtestclient.timeout from taking effect <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49340">#49340</a></li> <li>Ordering of 'spring.config.import' is inconsistent when defined in environment or system properties <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49324">#49324</a></li> <li>RouterFunctions descriptions in Actuator do not support nesting <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49289">#49289</a></li> <li>Maven plugin does not set '-parameters' option when processing AOT code <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49268">#49268</a></li> <li>SSL support with Docker Compose does not work as documented <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49210">#49210</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/49055">#49055</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/4a4c79fa691793be59361c31f4a6447bb0a48907"><code>4a4c79f</code></a> Release v3.5.13</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/4b37ecbf6db93913f811f4d3f64a7f800ea39573"><code>4b37ecb</code></a> Upgrade to Undertow 2.3.24.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/32a51d5d709b758786f371e063754d99c0348755"><code>32a51d5</code></a> Upgrade to Tomcat 10.1.53</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/093429614119c03ab660e30fd21dacbd404a10fe"><code>0934296</code></a> Upgrade to Netty 4.1.132.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/851ddda4225a97ba8f5030454f276a559bcb3b71"><code>851ddda</code></a> Upgrade to jOOQ 3.19.31</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/ef876fe5d2648ec11eab45546725bd0f21c34870"><code>ef876fe</code></a> Upgrade to Hibernate 6.6.45.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/2841d874cfffed8f8c75bf631289aa4283281d3a"><code>2841d87</code></a> Upgrade to Zipkin Reporter 3.5.3</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/025b527e87f9820c1142468fdcf0b21db3cd192d"><code>025b527</code></a> Fix WebSocketMessagingAutoConfiguration in the absence of Jackson</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/328267249f71336f642effe8aaf80e39d9d9be65"><code>3282672</code></a> Make DevTools tests more tolerant to wrapped DataSource</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v3.5.11...v3.5.13">compare view</a></li> </ul> </details> <br /> Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.11 to 3.5.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">org.springframework.boot:spring-boot-starter-test's releases</a>.</em></p> <blockquote> <h2>v3.5.13</h2> <h2>:warning: Attention Required</h2> <ul> <li>Jackson has been upgraded to 2.21.2 in response to the Jackson team ending support for Jackson 2.19.x and 2.20.x. <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49365">#49365</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <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/49750">#49750</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/49734">#49734</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/49724">#49724</a></li> <li>Some sliced tests that import TransactionAutoConfiguration do not import TransactionManagerCustomizationAutoConfiguration <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49716">#49716</a></li> <li>NativeImageResourceProvider does not find Flyway migration scripts in subdirectories <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49661">#49661</a></li> <li><code>@GraphQlTest</code> does not include <code>@ControllerAdvice</code> <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49660">#49660</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/pull/49723">#49723</a></li> <li>Add some more Kotlin examples and trivial style fixes <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49710">#49710</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Hibernate 6.6.45.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49757">#49757</a></li> <li>Upgrade to jOOQ 3.19.31 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49758">#49758</a></li> <li>Upgrade to Netty 4.1.132.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49759">#49759</a></li> <li>Upgrade to Tomcat 10.1.53 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49760">#49760</a></li> <li>Upgrade to Undertow 2.3.24.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49761">#49761</a></li> <li>Upgrade to Zipkin Reporter 3.5.3 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49756">#49756</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>, and <a href="https://github.com/ljrmorgan"><code>@ljrmorgan</code></a></p> <h2>v3.5.12</h2> <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/49648">#49648</a></li> <li>"/cloudfoundryapplication" web path is not limited to Actuator <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49645">#49645</a></li> <li>RSocket exposes duplicate endpoint for websocket setups <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49592">#49592</a></li> <li>Fix EndpointRequest.toLinks() when base-path is '/' <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49591">#49591</a></li> <li>SpringBootContextLoader mentions class that no longer exists in message for classes or locations assertion <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49518">#49518</a></li> <li>"spring.main.cloud-platform=none" does not disable cloud features <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49478">#49478</a></li> <li>Using <code>@AutoConfigureWebTestClient</code> prevents separate configuration of spring.test.webtestclient.timeout from taking effect <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49340">#49340</a></li> <li>Ordering of 'spring.config.import' is inconsistent when defined in environment or system properties <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49324">#49324</a></li> <li>RouterFunctions descriptions in Actuator do not support nesting <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49289">#49289</a></li> <li>Maven plugin does not set '-parameters' option when processing AOT code <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49268">#49268</a></li> <li>SSL support with Docker Compose does not work as documented <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49210">#49210</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/49055">#49055</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/4a4c79fa691793be59361c31f4a6447bb0a48907"><code>4a4c79f</code></a> Release v3.5.13</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/4b37ecbf6db93913f811f4d3f64a7f800ea39573"><code>4b37ecb</code></a> Upgrade to Undertow 2.3.24.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/32a51d5d709b758786f371e063754d99c0348755"><code>32a51d5</code></a> Upgrade to Tomcat 10.1.53</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/093429614119c03ab660e30fd21dacbd404a10fe"><code>0934296</code></a> Upgrade to Netty 4.1.132.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/851ddda4225a97ba8f5030454f276a559bcb3b71"><code>851ddda</code></a> Upgrade to jOOQ 3.19.31</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/ef876fe5d2648ec11eab45546725bd0f21c34870"><code>ef876fe</code></a> Upgrade to Hibernate 6.6.45.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/2841d874cfffed8f8c75bf631289aa4283281d3a"><code>2841d87</code></a> Upgrade to Zipkin Reporter 3.5.3</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/025b527e87f9820c1142468fdcf0b21db3cd192d"><code>025b527</code></a> Fix WebSocketMessagingAutoConfiguration in the absence of Jackson</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/328267249f71336f642effe8aaf80e39d9d9be65"><code>3282672</code></a> Make DevTools tests more tolerant to wrapped DataSource</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v3.5.11...v3.5.13">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | org.springframework.boot:spring-boot-starter-test | [>= 4.a0, < 5] | | org.springframework.boot:spring-boot-starter-tomcat | [>= 4.a0, < 5] | | org.springframework.boot:spring-boot-starter-web | [>= 4.a0, < 5] | </details> 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]
