Skip to content

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v2.6.4

Pavel Břoušek requested to merge renovate/spring-boot into master

Created by: renovate[bot]

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.boot:spring-boot-starter-parent (source) 2.6.3 -> 2.6.4 age adoption passing confidence

Release Notes

spring-projects/spring-boot

v2.6.4

Compare Source

:lady_beetle: Bug Fixes
  • Default JmxAutoConfiguration changes JConsole hierarchy for multi-property @ManagedResource object names #​29970
  • The active profiles log message is ambiguous when a profile's name contains a comma #​29915
  • @SpyBean causes BeanCurrentlyInCreationException when there are circular references #​29909
  • Failed application contexts are not deregistered from SpringApplicationShutdownHook #​29905
  • Gradle Plugin triggers eager configuration of some tasks #​29817
  • MimeMapping for ots has a trailing space in its mime type #​29750
  • A fat jar built with Gradle moves META-INF beneath BOOT-INF/classes while Maven leaves it at the jar's root #​29748
  • Dependency management for Liquibase does not include its liquibase-cdi module #​29741
  • server.tomcat.use-relative-redirects=true not honored when server.forward-headers-strategy=framework #​29731
  • Ignore invalid stream types when reading log update events #​29691
  • bootJar, bootRun, and bootWar do not pick up changes to the main source set's runtime classpath that are made after Boot's plugin has been applied #​29679
  • WebSessionIdResolverAutoConfiguration should only be active in a reactive web application #​29669
  • ErrorPageSecurityFilter cannot be destroyed in a Servlet 3.1 compatible container #​29558
  • Health Web Endpoint Extension Failed to Initialize When Some Conditions Hit #​29532
📔 Documentation
  • Document that placeholders in @DefaultValue annotations are not resolved #​29980
  • Clarify relation of import path to resultant properties in configtree import data #​29978
  • bootRun example should use mainClass, rather than main which was deprecated in Gradle 7.1 #​29966
  • Rectify incorrect sanitizing regex example provided in how-to docs #​29959
  • "Customizing the Banner" should make it more obvious that any environment property can be used #​29934
  • Update javadoc to reflect move from WebSecurityConfigurerAdapter to SecurityFilterChain #​29901
  • Link directly to the Integration Properties section of the appendix when cross-referencing Kafka properties #​29807
  • Update documentation to reflect Hibernate's CamelCaseToUnderscoresNamingStrategy now being used by default #​29743
  • Add documentation for WebMvc.fn #​29728
  • Move appendix subsections under appendix section #​29689
  • In Gradle plugin docs, replace classifier (deprecated) with archiveClassifier in examples #​29685
  • Warn about the dangers of early bean initialization when using @ConditionalOnExpression #​29616
  • Rename Boxfuse to CloudCaptain #​29539
  • Upgrade version of gradle-git-properties in reference doc #​29537
🔨 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: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by WhiteSource Renovate. View repository job log here.

Merge request reports