Skip to content

Commit abc30c2

Browse files
Bump springboot.version from 3.4.0 to 3.4.1 (#761)
Bumps `springboot.version` from 3.4.0 to 3.4.1. Updates `org.springframework.boot:spring-boot-dependencies` from 3.4.0 to 3.4.1 <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>v3.4.1</h2> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>KafkaProperties fail to build SSL properties when the bundle name is an empty string <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43563">#43563</a></li> <li>Diagnostics are poor when property resolution throws a ConversionFailedException <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43559">#43559</a></li> <li>SpringApplicationShutdownHandlers do not run in deterministic order <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43536">#43536</a></li> <li>Unable to find a <code>@SpringBootConfiguration</code> results in misleading error message <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43507">#43507</a></li> <li>With multiple ResourceHandlerRegistrationCustomizer beans in the context, only one of them is used <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43497">#43497</a></li> <li>Unable to use Docker Compose support when mixing dedicated and shared services <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43472">#43472</a></li> <li>Kafka dependency management does not include the kafka-server module <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43454">#43454</a></li> <li>Docker API version is incorrectly reported when '/_ping` calls fail and version should be fixed <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43452">#43452</a></li> <li>Methods to build producer / consumer properties from KafkaProperties are inconvienenent to use without an SSL bundle <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43448">#43448</a></li> <li>Failures in -Djarmode=tools do not consistently return a non-zero exit <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43436">#43436</a></li> <li>HttpComponentsClientHttpRequestFactoryBuilder replaces the existing defaultRequestConfigCustomizer rather than adding to it <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43429">#43429</a></li> <li>spring-boot-maven-plugin sets imagePlatform even if it's empty <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43424">#43424</a></li> <li>OnBeanCondition fails to match on annotations when using Scoped Proxies <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43423">#43423</a></li> <li>Failure analysis for InvalidConfigurationPropertyValueException doesn't correctly handle fuzzy matching of environment variables <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43382">#43382</a></li> <li>H2ConsoleAutoConfiguration causes early initialization of DataSource beans <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43359">#43359</a></li> <li>Accept progress on numbers &gt;2GB <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43356">#43356</a></li> <li>Servlet-based UserDetailsServiceAutoConfiguration is active in a reactive app <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43334">#43334</a></li> <li>StructuredLoggingJsonMembersCustomizer implementations declared in spring.factories with a generic type more specific than Object are not called <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43312">#43312</a></li> <li>Overriding log level with an environment variable does not work when using an environment prefix <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43307">#43307</a></li> <li>Management endpoint access and enabled properties are ignored unless the endpoint ID is an exact match <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43302">#43302</a></li> <li>UnsupportedOperationException when starting a Maven shaded application on Java 21 with virtual threads enabled <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43291">#43291</a></li> <li>JmsListener failing with Narayana (pooled ConnectionFactory) since 3.4.0 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43277">#43277</a></li> <li>SslBundle can no longer open store file locations without using a 'file:' prefix <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43274">#43274</a></li> <li>TestRestTemplate does not allow redirects to be customized <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43258">#43258</a></li> <li>Testcontainers start() methods may be started multiple times <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43253">#43253</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Fix typo in documentation <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43558">#43558</a></li> <li>Document that server.ssl.cipher and server.ssl.enabled-protocols are not fallbacks used with SSL bundles <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43552">#43552</a></li> <li>Use <code>&lt;annotationProcessorPaths&gt;</code> in Maven examples for configuring an annotation processor <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43544">#43544</a></li> <li>Fix typo <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43519">#43519</a></li> <li>Links to logback javadoc are incorrect <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43456">#43456</a></li> <li>Fix JUnit javadoc links <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43428">#43428</a></li> <li>Reference documentation incorrectly uses 'disabled' rather than 'none' for access restrictions <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43351">#43351</a></li> <li>Restore System property in Logging section of the reference documentation <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43342">#43342</a></li> <li>Fix link to proxyBeanMethods in <code>@autoConfiguration</code> javadoc <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43325">#43325</a></li> <li>Fix links to Servlet and JPA javadoc <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43324">#43324</a></li> <li>Link to <code>@EnableMethodSecurity</code> instead of the deprecated <code>@EnableGlobalMethodSecurity</code> <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43315">#43315</a></li> <li>Document that StructuredLoggingJsonMembersCustomizer implementations may optionally take constructor parameters <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43314">#43314</a></li> <li>Update javadoc of StructuredLoggingJsonMembersCustomizer to note that implementations can registered through spring.factories <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43313">#43313</a></li> <li>Fix Javadoc link for Hikari <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43311">#43311</a></li> <li>Document how to use structured logging with custom log configuration <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43301">#43301</a></li> <li>Update Javadoc since for OtlpMetricsProperties and OtlpTracingProperties <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43249">#43249</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-boot/commit/183285258d7b5092224eab1600a2cfa8332682d9"><code>1832852</code></a> Release v3.4.1</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/c9e8174f55f8c3c1fd1b22119bfd8281b61a4e05"><code>c9e8174</code></a> Merge branch '3.3.x'</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/316fe52df4cef90b6fffc850ecf8bd2c9e887846"><code>316fe52</code></a> Next development version (v3.3.8-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/4300ee978d095a1100a2665476450a3e7266e88c"><code>4300ee9</code></a> Merge branch '3.3.x'</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/da593800be7828391944123dc45a6a705fc42701"><code>da59380</code></a> Upgrade to Spring Batch 5.2.1</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/a085a0111d1d12d09851bf4c951d03ffe52c6184"><code>a085a01</code></a> Upgrade to Spring Batch 5.1.3</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/fcc569e5c4e381417d707873d6fc07afbd77a48a"><code>fcc569e</code></a> Upgrade to Hibernate 6.6.4.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/1b8fcb60abf954145ea61904ede25bbdd8092afe"><code>1b8fcb6</code></a> Merge pull request <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43560">#43560</a> from arefbehboudi</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/dbc1fc26e6fac03eab894599173a726fe5e098ac"><code>dbc1fc2</code></a> Polish</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/ef431609abeeb5bf6b2e4c9f66f678789beefea2"><code>ef43160</code></a> Merge branch '3.3.x'</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1">compare view</a></li> </ul> </details> <br /> Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.4.0 to 3.4.1 <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>v3.4.1</h2> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>KafkaProperties fail to build SSL properties when the bundle name is an empty string <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43563">#43563</a></li> <li>Diagnostics are poor when property resolution throws a ConversionFailedException <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43559">#43559</a></li> <li>SpringApplicationShutdownHandlers do not run in deterministic order <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43536">#43536</a></li> <li>Unable to find a <code>@SpringBootConfiguration</code> results in misleading error message <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43507">#43507</a></li> <li>With multiple ResourceHandlerRegistrationCustomizer beans in the context, only one of them is used <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43497">#43497</a></li> <li>Unable to use Docker Compose support when mixing dedicated and shared services <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43472">#43472</a></li> <li>Kafka dependency management does not include the kafka-server module <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43454">#43454</a></li> <li>Docker API version is incorrectly reported when '/_ping` calls fail and version should be fixed <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43452">#43452</a></li> <li>Methods to build producer / consumer properties from KafkaProperties are inconvienenent to use without an SSL bundle <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43448">#43448</a></li> <li>Failures in -Djarmode=tools do not consistently return a non-zero exit <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43436">#43436</a></li> <li>HttpComponentsClientHttpRequestFactoryBuilder replaces the existing defaultRequestConfigCustomizer rather than adding to it <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43429">#43429</a></li> <li>spring-boot-maven-plugin sets imagePlatform even if it's empty <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43424">#43424</a></li> <li>OnBeanCondition fails to match on annotations when using Scoped Proxies <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43423">#43423</a></li> <li>Failure analysis for InvalidConfigurationPropertyValueException doesn't correctly handle fuzzy matching of environment variables <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43382">#43382</a></li> <li>H2ConsoleAutoConfiguration causes early initialization of DataSource beans <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43359">#43359</a></li> <li>Accept progress on numbers &gt;2GB <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43356">#43356</a></li> <li>Servlet-based UserDetailsServiceAutoConfiguration is active in a reactive app <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43334">#43334</a></li> <li>StructuredLoggingJsonMembersCustomizer implementations declared in spring.factories with a generic type more specific than Object are not called <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43312">#43312</a></li> <li>Overriding log level with an environment variable does not work when using an environment prefix <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43307">#43307</a></li> <li>Management endpoint access and enabled properties are ignored unless the endpoint ID is an exact match <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43302">#43302</a></li> <li>UnsupportedOperationException when starting a Maven shaded application on Java 21 with virtual threads enabled <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43291">#43291</a></li> <li>JmsListener failing with Narayana (pooled ConnectionFactory) since 3.4.0 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43277">#43277</a></li> <li>SslBundle can no longer open store file locations without using a 'file:' prefix <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43274">#43274</a></li> <li>TestRestTemplate does not allow redirects to be customized <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43258">#43258</a></li> <li>Testcontainers start() methods may be started multiple times <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43253">#43253</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Fix typo in documentation <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43558">#43558</a></li> <li>Document that server.ssl.cipher and server.ssl.enabled-protocols are not fallbacks used with SSL bundles <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43552">#43552</a></li> <li>Use <code>&lt;annotationProcessorPaths&gt;</code> in Maven examples for configuring an annotation processor <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43544">#43544</a></li> <li>Fix typo <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43519">#43519</a></li> <li>Links to logback javadoc are incorrect <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43456">#43456</a></li> <li>Fix JUnit javadoc links <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43428">#43428</a></li> <li>Reference documentation incorrectly uses 'disabled' rather than 'none' for access restrictions <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43351">#43351</a></li> <li>Restore System property in Logging section of the reference documentation <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43342">#43342</a></li> <li>Fix link to proxyBeanMethods in <code>@autoConfiguration</code> javadoc <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43325">#43325</a></li> <li>Fix links to Servlet and JPA javadoc <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43324">#43324</a></li> <li>Link to <code>@EnableMethodSecurity</code> instead of the deprecated <code>@EnableGlobalMethodSecurity</code> <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43315">#43315</a></li> <li>Document that StructuredLoggingJsonMembersCustomizer implementations may optionally take constructor parameters <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43314">#43314</a></li> <li>Update javadoc of StructuredLoggingJsonMembersCustomizer to note that implementations can registered through spring.factories <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43313">#43313</a></li> <li>Fix Javadoc link for Hikari <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43311">#43311</a></li> <li>Document how to use structured logging with custom log configuration <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43301">#43301</a></li> <li>Update Javadoc since for OtlpMetricsProperties and OtlpTracingProperties <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43249">#43249</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-boot/commit/183285258d7b5092224eab1600a2cfa8332682d9"><code>1832852</code></a> Release v3.4.1</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/c9e8174f55f8c3c1fd1b22119bfd8281b61a4e05"><code>c9e8174</code></a> Merge branch '3.3.x'</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/316fe52df4cef90b6fffc850ecf8bd2c9e887846"><code>316fe52</code></a> Next development version (v3.3.8-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/4300ee978d095a1100a2665476450a3e7266e88c"><code>4300ee9</code></a> Merge branch '3.3.x'</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/da593800be7828391944123dc45a6a705fc42701"><code>da59380</code></a> Upgrade to Spring Batch 5.2.1</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/a085a0111d1d12d09851bf4c951d03ffe52c6184"><code>a085a01</code></a> Upgrade to Spring Batch 5.1.3</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/fcc569e5c4e381417d707873d6fc07afbd77a48a"><code>fcc569e</code></a> Upgrade to Hibernate 6.6.4.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/1b8fcb60abf954145ea61904ede25bbdd8092afe"><code>1b8fcb6</code></a> Merge pull request <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43560">#43560</a> from arefbehboudi</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/dbc1fc26e6fac03eab894599173a726fe5e098ac"><code>dbc1fc2</code></a> Polish</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/ef431609abeeb5bf6b2e4c9f66f678789beefea2"><code>ef43160</code></a> Merge branch '3.3.x'</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1">compare view</a></li> </ul> </details> <br /> Updates `org.springframework.boot:spring-boot-starter-parent` from 3.4.0 to 3.4.1 <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-parent's releases</a>.</em></p> <blockquote> <h2>v3.4.1</h2> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>KafkaProperties fail to build SSL properties when the bundle name is an empty string <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43563">#43563</a></li> <li>Diagnostics are poor when property resolution throws a ConversionFailedException <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43559">#43559</a></li> <li>SpringApplicationShutdownHandlers do not run in deterministic order <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43536">#43536</a></li> <li>Unable to find a <code>@SpringBootConfiguration</code> results in misleading error message <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43507">#43507</a></li> <li>With multiple ResourceHandlerRegistrationCustomizer beans in the context, only one of them is used <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43497">#43497</a></li> <li>Unable to use Docker Compose support when mixing dedicated and shared services <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43472">#43472</a></li> <li>Kafka dependency management does not include the kafka-server module <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43454">#43454</a></li> <li>Docker API version is incorrectly reported when '/_ping` calls fail and version should be fixed <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43452">#43452</a></li> <li>Methods to build producer / consumer properties from KafkaProperties are inconvienenent to use without an SSL bundle <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43448">#43448</a></li> <li>Failures in -Djarmode=tools do not consistently return a non-zero exit <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43436">#43436</a></li> <li>HttpComponentsClientHttpRequestFactoryBuilder replaces the existing defaultRequestConfigCustomizer rather than adding to it <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43429">#43429</a></li> <li>spring-boot-maven-plugin sets imagePlatform even if it's empty <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43424">#43424</a></li> <li>OnBeanCondition fails to match on annotations when using Scoped Proxies <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43423">#43423</a></li> <li>Failure analysis for InvalidConfigurationPropertyValueException doesn't correctly handle fuzzy matching of environment variables <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43382">#43382</a></li> <li>H2ConsoleAutoConfiguration causes early initialization of DataSource beans <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43359">#43359</a></li> <li>Accept progress on numbers &gt;2GB <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43356">#43356</a></li> <li>Servlet-based UserDetailsServiceAutoConfiguration is active in a reactive app <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43334">#43334</a></li> <li>StructuredLoggingJsonMembersCustomizer implementations declared in spring.factories with a generic type more specific than Object are not called <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43312">#43312</a></li> <li>Overriding log level with an environment variable does not work when using an environment prefix <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43307">#43307</a></li> <li>Management endpoint access and enabled properties are ignored unless the endpoint ID is an exact match <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43302">#43302</a></li> <li>UnsupportedOperationException when starting a Maven shaded application on Java 21 with virtual threads enabled <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43291">#43291</a></li> <li>JmsListener failing with Narayana (pooled ConnectionFactory) since 3.4.0 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43277">#43277</a></li> <li>SslBundle can no longer open store file locations without using a 'file:' prefix <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43274">#43274</a></li> <li>TestRestTemplate does not allow redirects to be customized <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43258">#43258</a></li> <li>Testcontainers start() methods may be started multiple times <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43253">#43253</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Fix typo in documentation <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43558">#43558</a></li> <li>Document that server.ssl.cipher and server.ssl.enabled-protocols are not fallbacks used with SSL bundles <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43552">#43552</a></li> <li>Use <code>&lt;annotationProcessorPaths&gt;</code> in Maven examples for configuring an annotation processor <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43544">#43544</a></li> <li>Fix typo <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43519">#43519</a></li> <li>Links to logback javadoc are incorrect <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43456">#43456</a></li> <li>Fix JUnit javadoc links <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43428">#43428</a></li> <li>Reference documentation incorrectly uses 'disabled' rather than 'none' for access restrictions <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43351">#43351</a></li> <li>Restore System property in Logging section of the reference documentation <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43342">#43342</a></li> <li>Fix link to proxyBeanMethods in <code>@autoConfiguration</code> javadoc <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43325">#43325</a></li> <li>Fix links to Servlet and JPA javadoc <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43324">#43324</a></li> <li>Link to <code>@EnableMethodSecurity</code> instead of the deprecated <code>@EnableGlobalMethodSecurity</code> <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43315">#43315</a></li> <li>Document that StructuredLoggingJsonMembersCustomizer implementations may optionally take constructor parameters <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43314">#43314</a></li> <li>Update javadoc of StructuredLoggingJsonMembersCustomizer to note that implementations can registered through spring.factories <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43313">#43313</a></li> <li>Fix Javadoc link for Hikari <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43311">#43311</a></li> <li>Document how to use structured logging with custom log configuration <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43301">#43301</a></li> <li>Update Javadoc since for OtlpMetricsProperties and OtlpTracingProperties <a href="https://redirect.github.com/spring-projects/spring-boot/pull/43249">#43249</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-boot/commit/183285258d7b5092224eab1600a2cfa8332682d9"><code>1832852</code></a> Release v3.4.1</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/c9e8174f55f8c3c1fd1b22119bfd8281b61a4e05"><code>c9e8174</code></a> Merge branch '3.3.x'</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/316fe52df4cef90b6fffc850ecf8bd2c9e887846"><code>316fe52</code></a> Next development version (v3.3.8-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/4300ee978d095a1100a2665476450a3e7266e88c"><code>4300ee9</code></a> Merge branch '3.3.x'</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/da593800be7828391944123dc45a6a705fc42701"><code>da59380</code></a> Upgrade to Spring Batch 5.2.1</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/a085a0111d1d12d09851bf4c951d03ffe52c6184"><code>a085a01</code></a> Upgrade to Spring Batch 5.1.3</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/fcc569e5c4e381417d707873d6fc07afbd77a48a"><code>fcc569e</code></a> Upgrade to Hibernate 6.6.4.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/1b8fcb60abf954145ea61904ede25bbdd8092afe"><code>1b8fcb6</code></a> Merge pull request <a href="https://redirect.github.com/spring-projects/spring-boot/issues/43560">#43560</a> from arefbehboudi</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/dbc1fc26e6fac03eab894599173a726fe5e098ac"><code>dbc1fc2</code></a> Polish</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/ef431609abeeb5bf6b2e4c9f66f678789beefea2"><code>ef43160</code></a> Merge branch '3.3.x'</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1">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 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>
2 parents a7e7362 + 569783e commit abc30c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<junit.version>5.11.4</junit.version>
105105
<ecj.version>3.33.0</ecj.version>
106106
<jdo.version>3.2.1</jdo.version>
107-
<springboot.version>3.4.0</springboot.version>
107+
<springboot.version>3.4.1</springboot.version>
108108
<spring.version>6.2.1</spring.version>
109109

110110
<!-- SQL deps -->

0 commit comments

Comments
 (0)