awconstable / teamdashboard

A DevOps team performance collection and visualisation PoC aligned to The Four Keys and the DORA metrics.
GNU General Public License v3.0
2 stars 6 forks source link

Bump spring-boot-starter-parent from 2.4.5 to 2.6.1 #106

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps spring-boot-starter-parent from 2.4.5 to 2.6.1.

Release notes

Sourced from spring-boot-starter-parent's releases.

v2.6.1

:lady_beetle: Bug Fixes

  • The name of the matching-strategy property is incorrect in the action message of the failure analysis for a PatternParseException #28839
  • ErrorPageSecurityFilter prevents deployment to a Servlet 3.1 compatible container #28790
  • QuartzDataSourceScriptDatabaseInitializer does not provide a mapping for MariaDB #28779
  • The order of 'test' and 'Inlined Test Properties' property sources in incorrect #28776
  • ArrayStoreException when using Spring Security in a Servlet app without spring-security-web #28774
  • Warning that DefaultClientResources was not shutdown properly when using Lettuce with Actuator #28767
  • Page with permitAll is no longer accessible via auto-configured MockMvc #28759
  • Dependency management for org.elasticsearch.distribution.integ-test-zip:elasticsearch should declare its type as zip #28746

:notebook_with_decorative_cover: Documentation

  • Fix typos in the "External Application Properties" section #28834
  • Fix output of "spring --version" in reference documentation #28833
  • Add a package description for org.springframework.boot.actuate.metrics.data #28761

:heart: Contributors

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

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

... (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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #106 (d23ed17) into master (b0671c1) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #106   +/-   ##
=========================================
  Coverage     67.24%   67.24%           
  Complexity      230      230           
=========================================
  Files            56       56           
  Lines          1044     1044           
  Branches         98       98           
=========================================
  Hits            702      702           
  Misses          307      307           
  Partials         35       35           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b0671c1...d23ed17. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #107.