okhttp-spring-boot icon indicating copy to clipboard operation
okhttp-spring-boot copied to clipboard

Bump spring-boot-gradle-plugin from 2.6.10 to 2.6.11

Open dependabot[bot] opened this issue 1 year ago • 2 comments

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps spring-boot-gradle-plugin from 2.6.10 to 2.6.11.

Release notes

Sourced from spring-boot-gradle-plugin's releases.

v2.6.11

:lady_beetle: Bug Fixes

  • BasicJsonParser does not protect against deeply nested maps #32029
  • Misleading error message when using JarMode Layertools and the source is not an archive #31997
  • OptionalLiveReloadServer logs the wrong port number when it is configured to use an ephemeral port #31983
  • Servlet WebServerStartStopLifecycle doesn't set running to false on stop #31966
  • UnsupportedDataSourcePropertyException is thrown when attempting to set jdbcUrl for C3P0 #31920
  • Jar Handler never clears PROTOCOL_HANDLER system property #31870
  • BasicJsonParser can fail with a timeout or stackoverflow with malformed map JSON #31869
  • BasicJsonParser can fail with a stackoverflow exception #31868
  • Dependency management for REST Assured is incomplete #31864
  • The hash of spring-boot-jarmode-layertools.jar that's added to a fat jar doesn't match the hash of the equivalent published artifact #31862
  • ClassNotFoundException can be thrown for classes in nested jars when under GC pressure #31853
  • HealthContributor beans managed by a CompositeHealthContributor are recreated on each call #31676
  • Dev Tools restart failures caused by a too short quiet period are hard to diagnose #31579
  • management.endpoint.health.probes.add-additional-paths has no effect when configuration properties have already created the liveness and/or readiness groups #30612
  • JUL-based logging performed during close of application context is lost #9457

:notebook_with_decorative_cover: Documentation

  • Update Static Content reference documentation to reflect the DefaultServlet no longer being enabled by default #32004
  • External configuration documentation uses incorrect placeholder syntax #31941
  • Some properties in the Common Application Properties appendix have no description #31916
  • server.reactive.session.cookie properties are not listed in the application properties appendix #31912
  • Review Git contribution documentation #31904
  • Metadata for 'spring.beaninfo.ignore' has incorrect SourceType #31898
  • Remove documentation and metadata references to ConfigFileApplicationListener #31895
  • Remove reference to nitrite-spring-boot-starter #31892
  • Remove reference to Azure Application Insights #31889
  • Fix links in documentations #31887
  • Fix typos in code and documentation #31734
  • Document that Undertow's record-request-start-time server option must be enabled for %D to work in access logging #31103
  • Documentation for Maven Plugin classifier has an unresolved external reference #29171
  • Example log output is out-of-date and inconsistent #28208
  • Update documentation on using H2C to consider running behind a proxy that's performing TLS termination #25855

:hammer: Dependency Upgrades

  • Upgrade to Dependency Management Plugin 1.0.13.RELEASE #32055
  • Upgrade to Dropwizard Metrics 4.2.11 #32007
  • Upgrade to Groovy 3.0.12 #32008
  • Upgrade to Hibernate Validator 6.2.4.Final #32009
  • Upgrade to Micrometer 1.8.9 #32010
  • Upgrade to MySQL 8.0.30 #32011
  • Upgrade to Netty tcNative 2.0.54.Final #32012
  • Upgrade to Reactor 2020.0.22 #32037
  • Upgrade to Spring Security 5.6.7 #32039
  • Upgrade to Undertow 2.2.19.Final #32087

... (truncated)

Commits
  • 7cdbaf8 Release v2.6.11
  • 13bd61b Revert nested jar fixes
  • bd74344 Revert "Don't close jar files early"
  • 674022d Revert "Don't close nested jars or wrapper when parent is closed"
  • 3b01325 Use asList consistently
  • 191593c Review Git contribution documentation
  • f7fba30 Merge pull request #31997 from nilshartmann
  • e94ddfa Polish "Explicit error message if source is not an archive"
  • a0f273a Explicit error message if source is not an archive
  • 2550763 Upgrade to Undertow 2.2.19.Final
  • Additional commits viewable in compare view

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] avatar Aug 19 '22 02:08 dependabot[bot]

Codecov Report

Merging #275 (9360dd6) into 2.6.x (f7ca7f8) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              2.6.x     #275   +/-   ##
=========================================
  Coverage     81.60%   81.60%           
  Complexity       27       27           
=========================================
  Files             7        7           
  Lines            87       87           
  Branches          7        7           
=========================================
  Hits             71       71           
  Misses           12       12           
  Partials          4        4           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 19 '22 02:08 codecov[bot]

@dependabot recreate

larsgrefer avatar Aug 27 '22 21:08 larsgrefer