Skip to content

chore(deps): update spring boot to v2.6.2

RenovateBot requested to merge renovate-spring-boot into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.boot:spring-boot-starter-test (source) 2.6.1 -> 2.6.2 age adoption passing confidence
org.springframework.boot:spring-boot-devtools (source) 2.6.1 -> 2.6.2 age adoption passing confidence
org.springframework.boot:spring-boot-starter-log4j2 (source) 2.6.1 -> 2.6.2 age adoption passing confidence
org.springframework.boot:spring-boot-starter-web (source) 2.6.1 -> 2.6.2 age adoption passing confidence
org.springframework.boot:spring-boot-starter-quartz (source) 2.6.1 -> 2.6.2 age adoption passing confidence
org.springframework.boot:spring-boot-starter-mail (source) 2.6.1 -> 2.6.2 age adoption passing confidence
org.springframework.boot (source) 2.6.1 -> 2.6.2 age adoption passing confidence

Release Notes

spring-projects/spring-boot

v2.6.2

:lady_beetle: Bug Fixes
  • The getter and setter that's used during configuration property binding varies when a getter or setter has been overridden to use a subclass of the property's type #​29143
  • DatabaseInitializationDependencyConfigurer triggers eager initialization of factory beans #​29103
  • Spring boot 2.6.0 Quartz mysql/mariadb tables are not created #​29095
  • Platform used for Quartz, Session, Integration, and Batch schema initialization cannot be configured #​29002
  • App fails to start when it depends on thymeleaf-extras-springsecurity5 but does not have Spring Security on the classpath #​28979
  • ResponseStatusException no longer returning response body in 2.6.1 using spring security #​28953
  • DataSourceScriptDatabaseInitializer may still try to access the database even though its initialization mode is never #​28931
  • Hibernate validation messages broken in spring boot 2.6.1 when setUseCodeAsDefaultMessage set to true #​28930
  • Image buildpack references without tag do not default to latest version #​28922
  • Invalid classpath index manifest attribute in war files built with Maven #​28904
  • AbstractMethodError in org.springframework.boot.web.servlet.filter.ErrorPageSecurityFilter when deployed to a Servlet 3.1-compatible container #​28902
  • Setting cache time-to-live for the health endpoint has no effect #​28882
  • server.servlet.session.cookie.same-site isn't applied to Spring Session's SESSION cookie #​28784
📔 Documentation
  • 2.5.x snapshot documentation links to source code on the main branch #​29141
  • Document that using DevTools with a remote application is not supported with WebFlux #​29138
  • Polish Creating Your Own Auto-configuration section in Core Features reference doc #​29133
  • Polish CacheManager customization section in reference doc #​29098
  • Polish README.adoc #​28948
  • Fix documented default value for property spring.mvc.pathmatch.matching-strategy #​28936
  • Add consistent quotes in YAML samples of reference doc #​28911
🔨 Dependency Upgrades
Contributors

We'd like to thank all the contributors who worked on this release!


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by RenovateBot

Merge request reports