Skip to content

Bump spring-boot-dependencies.version from 3.4.4 to 3.5.1 #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2025

Bumps spring-boot-dependencies.version from 3.4.4 to 3.5.1.
Updates org.springframework.boot:spring-boot-dependencies from 3.4.4 to 3.5.1

Release notes

Sourced from org.springframework.boot:spring-boot-dependencies's releases.

v3.5.1

⚠️ Noteworthy Changes

  • This release upgrades to Tomcat 10.1.42 which has introduced limits for part count and header size in multipart/form-data requests. These limits can be customized using server.tomcat.max-part-count and server.tomcat.max-part-header-size respectively.

⭐ New Features

  • Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors #42932

🐞 Bug Fixes

  • Executable JAR application class encounters performance issues when classpath URLs reference a host #46028
  • Loading from spring.factories may fail with a ClassNotFoundException when the TCCL changes between calls #46019
  • spring.couchbase.authentication.jks.private-key-password has no effect #46006
  • Actuator heapdump endpoint is failing on modern OpenJ9 JVMs #46005
  • UnboundConfigurationPropertiesException is no longer thrown from IndexedElementsBinder #45994
  • DataSouceBuilder can fail with a NPE when the driver is null #45992
  • JSON writer incorrectly escapes forward slash which can cause structure logging issues #45980
  • ManagementContextAutoConfiguration adds a property source that degrades binding performance #45968
  • ClientHttpConnectorAutoConfiguration fails to load when 'java.net.http.HttpClient' is unavailable #45955
  • It is not possible to opt-out of profile validation or use profile names that contain '.' #45947
  • GraphQlProperties.DeprecatedSse is not annotated as deprecated #45878
  • SpringApplication.setEnvironmentPrefix is ignored when reading MANAGEMENT_SERVER_PORT #45857
  • Write and delete operations no longer work in the Cloud Foundry actuator support with Spring Security due to CSRF protection #45848
  • ConditionalOnAvailableEndpoint does not use the ConditionContext's ClassLoader to load exposure outcome contributors #45803
  • Binding no longer works with sytem environment properties that are not upper case #45741
  • ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer should not have the same order #45736
  • Default version of Awailitility is not compatible with Kotlin 1.9 baseline #45673
  • Spring Boot 3.5's dependency management should have been upgraded to Lettuce 6.6.0.RELEASE #45670
  • Spring Boot 3.5's dependency management should have been upgraded to Jedis 6.0.0 #45669
  • SAML2 autoconfiguration is not imported by @WebMvcTest #45666
  • Spring Boot 3.5's dependency management should have been upgraded to MongoDB 5.5.0 #45660

📔 Documentation

  • Fix Docker security options links in Packaging OCI images sections #46021
  • Improve documentation for configuring Spring Security with '/error' #46009
  • Timestamps in Retrieving Audit Events examples do not match the accompanying text #45997
  • Add SSL response structure to actuator info endpoint documentation #45921
  • Update javadoc of test slice annotations to suggest MockitoBean rather than MockBean #45915
  • Include configuration classes from all modules in the "Auto-configuration Classes" appendix #45863
  • Links to Testcontainers javadoc for many classes not in the core testcontainers module do not work #45844
  • Update documentation to reflect changes in TestRestTemplate's default redirect behavior #45842
  • Deprecation replacement for spring.codec.* properties has a typo #45743
  • Gradle Shadow Plugin link in the reference guide is outdated #45740
  • Example of using prometheus-metrics-exporter-pushgateway has wrong artifactId #45684
  • Document use of git-commit-id-maven-plugin consistently #45683
  • Update javadoc of Configurer classes that apply sensible defaults to describe how they're typically used #45656

🔨 Dependency Upgrades

... (truncated)

Commits
  • 486f9bd Release v3.5.1
  • a816518 Merge branch '3.4.x'
  • 05906cc Next development version (v3.4.8-SNAPSHOT)
  • 74fe4ad Upgrade to HttpClient5 5.5
  • 98632a1 Merge branch '3.4.x'
  • 50e5bfe Align our Lettuce version with that of Spring Data Redis
  • 28e33ef Merge branch '3.4.x'
  • efb942e Merge branch '3.3.x' into 3.4.x
  • c63eba3 Revert "Publish releases using Central Portal"
  • 02f31f1 Upgrade to Testcontainers 1.21.2
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-web from 3.4.4 to 3.5.1

Release notes

Sourced from org.springframework.boot:spring-boot-starter-web's releases.

v3.5.1

⚠️ Noteworthy Changes

  • This release upgrades to Tomcat 10.1.42 which has introduced limits for part count and header size in multipart/form-data requests. These limits can be customized using server.tomcat.max-part-count and server.tomcat.max-part-header-size respectively.

⭐ New Features

  • Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors #42932

🐞 Bug Fixes

  • Executable JAR application class encounters performance issues when classpath URLs reference a host #46028
  • Loading from spring.factories may fail with a ClassNotFoundException when the TCCL changes between calls #46019
  • spring.couchbase.authentication.jks.private-key-password has no effect #46006
  • Actuator heapdump endpoint is failing on modern OpenJ9 JVMs #46005
  • UnboundConfigurationPropertiesException is no longer thrown from IndexedElementsBinder #45994
  • DataSouceBuilder can fail with a NPE when the driver is null #45992
  • JSON writer incorrectly escapes forward slash which can cause structure logging issues #45980
  • ManagementContextAutoConfiguration adds a property source that degrades binding performance #45968
  • ClientHttpConnectorAutoConfiguration fails to load when 'java.net.http.HttpClient' is unavailable #45955
  • It is not possible to opt-out of profile validation or use profile names that contain '.' #45947
  • GraphQlProperties.DeprecatedSse is not annotated as deprecated #45878
  • SpringApplication.setEnvironmentPrefix is ignored when reading MANAGEMENT_SERVER_PORT #45857
  • Write and delete operations no longer work in the Cloud Foundry actuator support with Spring Security due to CSRF protection #45848
  • ConditionalOnAvailableEndpoint does not use the ConditionContext's ClassLoader to load exposure outcome contributors #45803
  • Binding no longer works with sytem environment properties that are not upper case #45741
  • ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer should not have the same order #45736
  • Default version of Awailitility is not compatible with Kotlin 1.9 baseline #45673
  • Spring Boot 3.5's dependency management should have been upgraded to Lettuce 6.6.0.RELEASE #45670
  • Spring Boot 3.5's dependency management should have been upgraded to Jedis 6.0.0 #45669
  • SAML2 autoconfiguration is not imported by @WebMvcTest #45666
  • Spring Boot 3.5's dependency management should have been upgraded to MongoDB 5.5.0 #45660

📔 Documentation

  • Fix Docker security options links in Packaging OCI images sections #46021
  • Improve documentation for configuring Spring Security with '/error' #46009
  • Timestamps in Retrieving Audit Events examples do not match the accompanying text #45997
  • Add SSL response structure to actuator info endpoint documentation #45921
  • Update javadoc of test slice annotations to suggest MockitoBean rather than MockBean #45915
  • Include configuration classes from all modules in the "Auto-configuration Classes" appendix #45863
  • Links to Testcontainers javadoc for many classes not in the core testcontainers module do not work #45844
  • Update documentation to reflect changes in TestRestTemplate's default redirect behavior #45842
  • Deprecation replacement for spring.codec.* properties has a typo #45743
  • Gradle Shadow Plugin link in the reference guide is outdated #45740
  • Example of using prometheus-metrics-exporter-pushgateway has wrong artifactId #45684
  • Document use of git-commit-id-maven-plugin consistently #45683
  • Update javadoc of Configurer classes that apply sensible defaults to describe how they're typically used #45656

🔨 Dependency Upgrades

... (truncated)

Commits
  • 486f9bd Release v3.5.1
  • a816518 Merge branch '3.4.x'
  • 05906cc Next development version (v3.4.8-SNAPSHOT)
  • 74fe4ad Upgrade to HttpClient5 5.5
  • 98632a1 Merge branch '3.4.x'
  • 50e5bfe Align our Lettuce version with that of Spring Data Redis
  • 28e33ef Merge branch '3.4.x'
  • efb942e Merge branch '3.3.x' into 3.4.x
  • c63eba3 Revert "Publish releases using Central Portal"
  • 02f31f1 Upgrade to Testcontainers 1.21.2
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-test from 3.4.4 to 3.5.1

Release notes

Sourced from org.springframework.boot:spring-boot-starter-test's releases.

v3.5.1

⚠️ Noteworthy Changes

  • This release upgrades to Tomcat 10.1.42 which has introduced limits for part count and header size in multipart/form-data requests. These limits can be customized using server.tomcat.max-part-count and server.tomcat.max-part-header-size respectively.

⭐ New Features

  • Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors #42932

🐞 Bug Fixes

  • Executable JAR application class encounters performance issues when classpath URLs reference a host #46028
  • Loading from spring.factories may fail with a ClassNotFoundException when the TCCL changes between calls #46019
  • spring.couchbase.authentication.jks.private-key-password has no effect #46006
  • Actuator heapdump endpoint is failing on modern OpenJ9 JVMs #46005
  • UnboundConfigurationPropertiesException is no longer thrown from IndexedElementsBinder #45994
  • DataSouceBuilder can fail with a NPE when the driver is null #45992
  • JSON writer incorrectly escapes forward slash which can cause structure logging issues #45980
  • ManagementContextAutoConfiguration adds a property source that degrades binding performance #45968
  • ClientHttpConnectorAutoConfiguration fails to load when 'java.net.http.HttpClient' is unavailable #45955
  • It is not possible to opt-out of profile validation or use profile names that contain '.' #45947
  • GraphQlProperties.DeprecatedSse is not annotated as deprecated #45878
  • SpringApplication.setEnvironmentPrefix is ignored when reading MANAGEMENT_SERVER_PORT #45857
  • Write and delete operations no longer work in the Cloud Foundry actuator support with Spring Security due to CSRF protection #45848
  • ConditionalOnAvailableEndpoint does not use the ConditionContext's ClassLoader to load exposure outcome contributors #45803
  • Binding no longer works with sytem environment properties that are not upper case #45741
  • ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer should not have the same order #45736
  • Default version of Awailitility is not compatible with Kotlin 1.9 baseline #45673
  • Spring Boot 3.5's dependency management should have been upgraded to Lettuce 6.6.0.RELEASE #45670
  • Spring Boot 3.5's dependency management should have been upgraded to Jedis 6.0.0 #45669
  • SAML2 autoconfiguration is not imported by @WebMvcTest #45666
  • Spring Boot 3.5's dependency management should have been upgraded to MongoDB 5.5.0 #45660

📔 Documentation

  • Fix Docker security options links in Packaging OCI images sections #46021
  • Improve documentation for configuring Spring Security with '/error' #46009
  • Timestamps in Retrieving Audit Events examples do not match the accompanying text #45997
  • Add SSL response structure to actuator info endpoint documentation #45921
  • Update javadoc of test slice annotations to suggest MockitoBean rather than MockBean #45915
  • Include configuration classes from all modules in the "Auto-configuration Classes" appendix #45863
  • Links to Testcontainers javadoc for many classes not in the core testcontainers module do not work #45844
  • Update documentation to reflect changes in TestRestTemplate's default redirect behavior #45842
  • Deprecation replacement for spring.codec.* properties has a typo #45743
  • Gradle Shadow Plugin link in the reference guide is outdated #45740
  • Example of using prometheus-metrics-exporter-pushgateway has wrong artifactId #45684
  • Document use of git-commit-id-maven-plugin consistently #45683
  • Update javadoc of Configurer classes that apply sensible defaults to describe how they're typically used #45656

🔨 Dependency Upgrades

... (truncated)

Commits
  • 486f9bd Release v3.5.1
  • a816518 Merge branch '3.4.x'
  • 05906cc Next development version (v3.4.8-SNAPSHOT)
  • 74fe4ad Upgrade to HttpClient5 5.5
  • 98632a1 Merge branch '3.4.x'
  • 50e5bfe Align our Lettuce version with that of Spring Data Redis
  • 28e33ef Merge branch '3.4.x'
  • efb942e Merge branch '3.3.x' into 3.4.x
  • c63eba3 Revert "Publish releases using Central Portal"
  • 02f31f1 Upgrade to Testcontainers 1.21.2
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-data-mongodb from 3.4.4 to 3.5.1

Release notes

Sourced from org.springframework.boot:spring-boot-starter-data-mongodb's releases.

v3.5.1

⚠️ Noteworthy Changes

  • This release upgrades to Tomcat 10.1.42 which has introduced limits for part count and header size in multipart/form-data requests. These limits can be customized using server.tomcat.max-part-count and server.tomcat.max-part-header-size respectively.

⭐ New Features

  • Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors #42932

🐞 Bug Fixes

  • Executable JAR application class encounters performance issues when classpath URLs reference a host #46028
  • Loading from spring.factories may fail with a ClassNotFoundException when the TCCL changes between calls #46019
  • spring.couchbase.authentication.jks.private-key-password has no effect #46006
  • Actuator heapdump endpoint is failing on modern OpenJ9 JVMs #46005
  • UnboundConfigurationPropertiesException is no longer thrown from IndexedElementsBinder #45994
  • DataSouceBuilder can fail with a NPE when the driver is null #45992
  • JSON writer incorrectly escapes forward slash which can cause structure logging issues #45980
  • ManagementContextAutoConfiguration adds a property source that degrades binding performance #45968
  • ClientHttpConnectorAutoConfiguration fails to load when 'java.net.http.HttpClient' is unavailable #45955
  • It is not possible to opt-out of profile validation or use profile names that contain '.' #45947
  • GraphQlProperties.DeprecatedSse is not annotated as deprecated #45878
  • SpringApplication.setEnvironmentPrefix is ignored when reading MANAGEMENT_SERVER_PORT #45857
  • Write and delete operations no longer work in the Cloud Foundry actuator support with Spring Security due to CSRF protection #45848
  • ConditionalOnAvailableEndpoint does not use the ConditionContext's ClassLoader to load exposure outcome contributors #45803
  • Binding no longer works with sytem environment properties that are not upper case #45741
  • ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer should not have the same order #45736
  • Default version of Awailitility is not compatible with Kotlin 1.9 baseline #45673
  • Spring Boot 3.5's dependency management should have been upgraded to Lettuce 6.6.0.RELEASE #45670
  • Spring Boot 3.5's dependency management should have been upgraded to Jedis 6.0.0 #45669
  • SAML2 autoconfiguration is not imported by @WebMvcTest #45666
  • Spring Boot 3.5's dependency management should have been upgraded to MongoDB 5.5.0 #45660

📔 Documentation

  • Fix Docker security options links in Packaging OCI images sections #46021
  • Improve documentation for configuring Spring Security with '/error' #46009
  • Timestamps in Retrieving Audit Events examples do not match the accompanying text #45997
  • Add SSL response structure to actuator info endpoint documentation #45921
  • Update javadoc of test slice annotations to suggest MockitoBean rather than MockBean #45915
  • Include configuration classes from all modules in the "Auto-configuration Classes" appendix #45863
  • Links to Testcontainers javadoc for many classes not in the core testcontainers module do not work #45844
  • Update documentation to reflect changes in TestRestTemplate's default redirect behavior #45842
  • Deprecation replacement for spring.codec.* properties has a typo #45743
  • Gradle Shadow Plugin link in the reference guide is outdated #45740
  • Example of using prometheus-metrics-exporter-pushgateway has wrong artifactId #45684
  • Document use of git-commit-id-maven-plugin consistently #45683
  • Update javadoc of Configurer classes that apply sensible defaults to describe how they're typically used #45656

🔨 Dependency Upgrades

... (truncated)

Commits
  • 486f9bd Release v3.5.1
  • a816518 Merge branch '3.4.x'
  • 05906cc Next development version (v3.4.8-SNAPSHOT)
  • 74fe4ad Upgrade to HttpClient5 5.5
  • 98632a1 Merge branch '3.4.x'
  • 50e5bfe Align our Lettuce version with that of Spring Data Redis
  • 28e33ef Merge branch '3.4.x'
  • efb942e Merge branch '3.3.x' into 3.4.x
  • c63eba3 Revert "Publish releases using Central Portal"
  • 02f31f1 Upgrade to Testcontainers 1.21.2
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-configuration-processor from 3.4.4 to 3.5.1

Release notes

Sourced from org.springframework.boot:spring-boot-configuration-processor's releases.

v3.5.1

⚠️ Noteworthy Changes

  • This release upgrades to Tomcat 10.1.42 which has introduced limits for part count and header size in multipart/form-data requests. These limits can be customized using server.tomcat.max-part-count and server.tomcat.max-part-header-size respectively.

⭐ New Features

  • Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors #42932

🐞 Bug Fixes

  • Executable JAR application class encounters performance issues when classpath URLs reference a host #46028
  • Loading from spring.factories may fail with a ClassNotFoundException when the TCCL changes between calls #46019
  • spring.couchbase.authentication.jks.private-key-password has no effect #46006
  • Actuator heapdump endpoint is failing on modern OpenJ9 JVMs #46005
  • UnboundConfigurationPropertiesException is no longer thrown from IndexedElementsBinder #45994
  • DataSouceBuilder can fail with a NPE when the driver is null #45992
  • JSON writer incorrectly escapes forward slash which can cause structure logging issues #45980
  • ManagementContextAutoConfiguration adds a property source that degrades binding performance #45968
  • ClientHttpConnectorAutoConfiguration fails to load when 'java.net.http.HttpClient' is unavailable #45955
  • It is not possible to opt-out of profile validation or use profile names that contain '.' #45947
  • GraphQlProperties.DeprecatedSse is not annotated as deprecated #45878
  • SpringApplication.setEnvironmentPrefix is ignored when reading MANAGEMENT_SERVER_PORT #45857
  • Write and delete operations no longer work in the Cloud Foundry actuator support with Spring Security due to CSRF protection #45848
  • ConditionalOnAvailableEndpoint does not use the ConditionContext's ClassLoader to load exposure outcome contributors #45803
  • Binding no longer works with sytem environment properties that are not upper case #45741
  • ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer should not have the same order #45736
  • Default version of Awailitility is not compatible with Kotlin 1.9 baseline #45673
  • Spring Boot 3.5's dependency management should have been upgraded to Lettuce 6.6.0.RELEASE #45670
  • Spring Boot 3.5's dependency management should have been upgraded to Jedis 6.0.0 #45669
  • SAML2 autoconfiguration is not imported by @WebMvcTest #45666
  • Spring Boot 3.5's dependency management should have been upgraded to MongoDB 5.5.0 #45660

📔 Documentation

  • Fix Docker security options links in Packaging OCI images sections #46021
  • Improve documentation for configuring Spring Security with '/error' #46009
  • Timestamps in Retrieving Audit Events examples do not match the accompanying text #45997
  • Add SSL response structure to actuator info endpoint documentation #45921
  • Update javadoc of test slice annotations to suggest MockitoBean rather than MockBean #45915
  • Include configuration classes from all modules in the "Auto-configuration Classes" appendix #45863
  • Links to Testcontainers javadoc for many classes not in the core testcontainers module do not work #45844
  • Update documentation to reflect changes in TestRestTemplate's default redirect behavior #45842
  • Deprecation replacement for spring.codec.* properties has a typo #45743
  • Gradle Shadow Plugin link in the reference guide is outdated #45740
  • Example of using prometheus-metrics-exporter-pushgateway has wrong artifactId #45684
  • Document use of git-commit-id-maven-plugin consistently #45683
  • Update javadoc of Configurer classes that apply sensible defaults to describe how they're typically used #45656

🔨 Dependency Upgrades

... (truncated)

Commits
  • 486f9bd Release v3.5.1
  • a816518 Merge branch '3.4.x'
  • 05906cc Next development version (v3.4.8-SNAPSHOT)
  • 74fe4ad Upgrade to HttpClient5 5.5
  • 98632a1 Merge branch '3.4.x'
  • 50e5bfe Align our Lettuce version with that of Spring Data Redis
  • 28e33ef Merge branch '3.4.x'
  • efb942e Merge branch '3.3.x' into 3.4.x
  • c63eba3 Revert "Publish releases using Central Portal"
  • 02f31f1 Upgrade to Testcontainers 1.21.2
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-data-jpa from 3.4.4 to 3.5.1

Release notes

Sourced from org.springframework.boot:spring-boot-starter-data-jpa's releases.

v3.5.1

⚠️ Noteworthy Changes

  • This release upgrades to Tomcat 10.1.42 which has introduced limits for part count and header size in multipart/form-data requests. These limits can be customized using server.tomcat.max-part-count and server.tomcat.max-part-header-size respectively.

⭐ New Features

  • Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors #42932

🐞 Bug Fixes

  • Executable JAR application class encounters performance issues when classpath URLs reference a host #46028
  • Loading from spring.factories may fail with a ClassNotFoundException when the TCCL changes between calls #46019
  • spring.couchbase.authentication.jks.private-key-password has no effect #46006
  • Actuator heapdump endpoint is failing on modern OpenJ9 JVMs #46005
  • UnboundConfigurationPropertiesException is no longer thrown from IndexedElementsBinder #45994
  • DataSouceBuilder can fail with a NPE when the driver is null #45992
  • JSON writer incorrectly escapes forward slash which can cause structure logging issues #45980
  • ManagementContextAutoConfiguration adds a property source that degrades binding performance #45968
  • ClientHttpConnectorAutoConfiguration fails to load when 'java.net.http.HttpClient' is unavailable #45955
  • It is not possible to opt-out of profile validation or use profile names that contain '.' #45947
  • GraphQlProperties.DeprecatedSse is not annotated as deprecated #45878
  • SpringApplication.setEnvironmentPrefix is ignored when reading MANAGEMENT_SERVER_PORT #45857
  • Write and delete operations no longer work in the Cloud Foundry actuator support with Spring Security due to CSRF protection #45848
  • ConditionalOnAvailableEndpoint does not use the ConditionContext's ClassLoader to load exposure outcome contributors #45803
  • Binding no longer works with sytem environment properties that are not upper case #45741
  • ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer should not have the same order #45736
  • Default version of Awailitility is not compatible with Kotlin 1.9 baseline #45673
  • Spring Boot 3.5's dependency management should have been upgraded to Lettuce 6.6.0.RELEASE #45670
  • Spring Boot 3.5's dependency management should have been upgraded to Jedis 6.0.0 #45669
  • SAML2 autoconfiguration is not imported by @WebMvcTest #45666
  • Spring Boot 3.5's dependency management should have been upgraded to MongoDB 5.5.0 #45660

📔 Documentation

  • Fix Docker security options links in Packaging OCI images sections #46021
  • Improve documentation for configuring Spring Security with '/error' #46009
  • Timestamps in Retrieving Audit Events examples do not match the accompanying text #45997
  • Add SSL response structure to actuator info endpoint documentation #45921
  • Update javadoc of test slice annotations to suggest MockitoBean rather than MockBean #45915
  • Include configuration classes from all modules in the "Auto-configuration Classes" appendix #45863
  • Links to Testcontainers javadoc for many classes not in the core testcontainers module do not work #45844
  • Update documentation to reflect changes in TestRestTemplate's default redirect behavior #45842
  • Deprecation replacement for spring.codec.* properties has a typo #45743
  • Gradle Shadow Plugin link in the reference guide is outdated #45740
  • Example of using prometheus-metrics-exporter-pushgateway has wrong artifactId #45684
  • Document use of git-commit-id-maven-plugin consistently #45683
  • Update javadoc of Configurer classes that apply sensible defaults to describe how they're typically used #45656

🔨 Dependency Upgrades

... (truncated)

Commits
  • 486f9bd Release v3.5.1
  • a816518 Merge branch '3.4.x'
  • 05906cc Next development version (v3.4.8-SNAPSHOT)
  • 74fe4ad Upgrade to HttpClient5 5.5
  • 98632a1 Merge branch '3.4.x'
  • 50e5bfe Align our Lettuce version with that of Spring Data Redis
  • 28e33ef Merge branch '3.4.x'
  • efb942e Merge branch '3.3.x' into 3.4.x
  • c63eba3 Revert "Publish releases using Central Portal"
  • 02f31f1 Upgrade to Testcontainers 1.21.2
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-statrter-validation from 3.4.4 to 3.5.1

Updates org.springframework.boot:spring-boot-starter-security from 3.4.4 to 3.5.1

Release notes

Sourced from org.springframework.boot:spring-boot-starter-security's releases.

v3.5.1

⚠️ Noteworthy Changes

  • This release upgrades to Tomcat 10.1.42 which has introduced limits for part count and header size in multipart/form-data requests. These limits can be customized using server.tomcat.max-part-count and server.tomcat.max-part-header-size respectively.

⭐ New Features

  • Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors #42932

🐞 Bug Fixes

  • Executable JAR application class encounters performance issues when classpath URLs reference a host #46028
  • Loading from spring.factories may fail with a ClassNotFoundException when the TCCL changes between calls #46019
  • spring.couchbase.authentication.jks.private-key-password has no effect #46006
  • Actuator heapdump endpoint is failing on modern OpenJ9 JVMs #46005
  • UnboundConfigurationPropertiesException is no longer thrown from IndexedElementsBinder #45994
  • DataSouceBuilder can fail with a NPE when the driver is null #45992
  • JSON writer incorrectly escapes forward slash which can cause structure logging issues #45980
  • ManagementContextAutoConfiguration adds a property source that degrades binding performance #45968
  • ClientHttpConnectorAutoConfiguration fails to load when 'java.net.http.HttpClient' is unavailable #45955
  • It is not possible to opt-out of profile validation or use profile names that contain '.' #45947
  • GraphQlProperties.DeprecatedSse is not annotated as deprecated #45878
  • SpringApplication.setEnvironmentPrefix is ignored when reading MANAGEMENT_SERVER_PORT #45857
  • Write and delete operations no longer work in the Cloud Foundry actuator support with Spring Security due to CSRF protection #45848
  • ConditionalOnAvailableEndpoint does not use the ConditionContext's ClassLoader to load exposure outcome contributors #45803
  • Binding no longer works with sytem environment properties that are not upper case #45741
  • ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer should not have the same order #45736
  • Default version of Awailitility is not compatible with Kotlin 1.9 baseline #45673
  • Spring Boot 3.5's dependency management should have been upgraded to Lettuce 6.6.0.RELEASE #45670
  • Spring Boot 3.5's dependency management should have been upgraded to Jedis 6.0.0 #45669
  • SAML2 autoconfiguration is not imported by @WebMvcTest #45666
  • Spring Boot 3.5's dependency management should have been upgraded to MongoDB 5.5.0 #45660

📔 Documentation

  • Fix Docker security options links in Packaging OCI images sections #46021
  • Improve documentation for configuring Spring Security with '/error' #46009
  • Timestamps in Retrieving Audit Events examples do not match the accompanying text #45997
  • Add SSL response structure to actuator info endpoint documentation #45921
  • Update javadoc of test slice annotations to suggest MockitoBean rather than MockBean #45915
  • Include configuration classes from all modules in the "Auto-configuration Classes" appendix #45863
  • Links to Testcontainers javadoc for many classes not in the core testcontainers module do not work #45844
  • Update documentation to reflect changes in TestRestTemplate's default redirect behavior #45842
  • Deprecation replacement for spring.codec.* properties has a typo #45743
  • Gradle Shadow Plugin link in the reference guide is outdated #45740
  • Example of using prometheus-metrics-exporter-pushgateway has wrong artifactId #45684
  • Document use of git-commit-id-maven-plugin consistently #45683
  • Update javadoc of Configurer classes that apply sensible defaults to describe how they're typically used #45656

🔨 Dependency Upgrades

... (truncated)

Commits
  • 486f9bd Release v3.5.1
  • a816518 Merge branch '3.4.x'
  • 05906cc Next development version (v3.4.8-SNAPSHOT)
  • 74fe4ad Upgrade to HttpClient5 5.5
  • 98632a1 Merge branch '3.4.x'
  • 50e5bfe Align our Lettuce version with that of Spring Data Redis
  • 28e33ef Merge branch '3.4.x'
  • efb942e Merge branch '3.3.x' into 3.4.x
  • c63eba3 Revert "Publish releases using Central Portal"
  • 02f31f1 Upgrade to Testcontainers 1.21.2
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-security-test from 3.4.4 to 3.5.1

Updates org.springframework.data:spring-data-redis from 3.4.4...

Description has been truncated

Bumps `spring-boot-dependencies.version` from 3.4.4 to 3.5.1.

Updates `org.springframework.boot:spring-boot-dependencies` from 3.4.4 to 3.5.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.4...v3.5.1)

Updates `org.springframework.boot:spring-boot-starter-web` from 3.4.4 to 3.5.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.4...v3.5.1)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.4 to 3.5.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.4...v3.5.1)

Updates `org.springframework.boot:spring-boot-starter-data-mongodb` from 3.4.4 to 3.5.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.4...v3.5.1)

Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.4.4 to 3.5.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.4...v3.5.1)

Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.4.4 to 3.5.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.4...v3.5.1)

Updates `org.springframework.boot:spring-boot-statrter-validation` from 3.4.4 to 3.5.1

Updates `org.springframework.boot:spring-boot-starter-security` from 3.4.4 to 3.5.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.4...v3.5.1)

Updates `org.springframework.boot:spring-security-test` from 3.4.4 to 3.5.1

Updates `org.springframework.data:spring-data-redis` from 3.4.4 to 3.5.1
- [Release notes](https://github.com/spring-projects/spring-data-redis/releases)
- [Commits](spring-projects/spring-data-redis@3.4.4...3.5.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-starter-data-mongodb
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-starter-data-jpa
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-statrter-validation
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-starter-security
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-security-test
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.data:spring-data-redis
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 23, 2025
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants