pivotal-cf / java-cfenv

Apache License 2.0
91 stars 56 forks source link

Bump spring-boot-dependencies from 2.5.4 to 2.6.0 #170

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps spring-boot-dependencies from 2.5.4 to 2.6.0.

Release notes

Sourced from spring-boot-dependencies's releases.

v2.6.0

For full upgrade instructions and new and noteworthy features please see the release notes.

:star: New Features

  • Support both kebab-case and camelCase as Spring init CLI Options #28138

:lady_beetle: Bug Fixes

  • Profiles added using @ActiveProfiles have different precedence #28724
  • Dependency management for JSTL is out of date #28660
  • A RestClientBuilder bean is not defined when RestHighLevelClient is unavailable #28655
  • JUnit annotations may prevent a test context from being cached #28566
  • Avoid duplicate AOP proxy class definition with FilteredClassLoader #28545
  • Metrics for ThreadPoolTaskScheduler can conflict with the metrics of ThreadPoolTaskExecutor if they share the same bean name prefix #28536
  • Task metrics should not expose time-related metrics as these are not supported yet #28535
  • Logback should default to JVM's default charset instead of ASCII #28487
  • When a parent context has method validation configuration, it isn't auto-configured in its child contexts #28480
  • Prometheus actuator endpoint should produce a text/plain response unless application/openmetrics-text is explicitly accepted #28469
  • Lettuce metrics auto-configuration should not require Spring Data #28436
  • Error page is accessible when no credentials are provided #26356

:notebook_with_decorative_cover: Documentation

  • Fix "Configure Two DataSources" example #28713
  • Configuration sample in reference doc has wrong yaml formatting #28693
  • Fix yaml sample format in reference doc #28692
  • Update URL for GraphQL Spring Boot starter #28691
  • Fix @deprecated and @see in org.springframework.boot.loader.archive.Archive's javadoc #28681
  • Update links to Spring Security's reference documentation #28618
  • Replace "e.g." by "for example" #28583
  • Fix typo in "Ant-style path matching" #28550
  • Replace "refer to" with "see" #28537
  • Replace "check out" with more formal language #28503
  • Replace "etc" in reference documentation #28497
  • Change description of property "logging.logback.rollingpolicy.max-history" to match Logback documentation #28467
  • Improve documentation on using an embedded ActiveMQ broker #28435
  • Remove use of {@code ? } from configuration property descriptions #28431
  • Reinstate monospaced formatting in Actuator endpoint documentation #28430

:hammer: Dependency Upgrades

  • Upgrade to AppEngine SDK 1.9.92 #28569
  • Upgrade to Awaitility 4.1.1 #28570
  • Upgrade to Byte Buddy 1.11.22 #28571
  • Upgrade to Couchbase Client 3.2.3 #28664
  • Upgrade to Elasticsearch 7.15.2 #28665
  • Upgrade to Flyway 8.0.4 #28697
  • Upgrade to Gson 2.8.9 #28573

... (truncated)

Commits


Dependabot compatibility score

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 commands and options
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 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)
dependabot[bot] commented 2 years ago

Superseded by #175.