Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Bump org.springframework.boot from 2.4.5 to 2.7.1 #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 24, 2022

Bumps org.springframework.boot from 2.4.5 to 2.7.1.

Release notes

Sourced from org.springframework.boot's releases.

v2.7.1

🐞 Bug Fixes

  • Values in a spring.data.cassandra.config file can't override some defaults defined in CassandraProperties #31503
  • @RestControllerAdvice @ExceptionHandler Inconsistent behavior with @RestControllerEndpoint #31501
  • Malformed json causes BasicJsonParser to throw a NullPointerException #31499
  • Metadata generated by the configuration properties annotation processor can miss inherited properties from nested classes #31484
  • JarFile implementation calls close early which breaks verification of signed unpacked nested jars on Oracle JDK #31395
  • Health indicators that take a long time to respond are difficult to diagnose #31384
  • Custom Converter annotated with @ConfigurationPropertiesBinding does not get selected if targetType has a static factory method different return type #31341
  • Tomcat server.max-http-header-size property is ignored when using HTTP/2 #31329
  • OAuth2 Resource Server Auto-Configuration can only configure a single JWS algorithm #31321
  • Maven shade plugin configuration in spring-boot-starter-parent does not append META-INF/spring/*.imports files #31316
  • GraphQL RouterFunctions are unordered which prevents other functions from being ordered after them #31314
  • spring-boot-dependencies manages spring-ldap-ldif-batch which no longer exists #31254
  • Dependency task can fail due to BootJar and BootWar afterResolve hooks #31213
  • MimeMappings does not include application/wasm #31188
  • spring-configuration-metadata.json is missing for additional-spring-configuration-metadata.json after switching from @Configuration to @AutoConfiguration #31186
  • Binder(ConfigurationPropertySource... sources) does not assert that sources contains only non-null elements #31183
  • WebMvcMetricsFilter stopped working since 2.7.0 #31150
  • Dependency management for mimepull is redundant and the managed version is incompatible with Java 8 #31145
  • layers.xsd is out of sync with the documentation and implementation for including and excluding module dependencies #31128

📔 Documentation

  • Make SpringApplication Kotlin samples idiomatic #31463
  • Harmonize Kotlin example #31458
  • Remove duplicate content from "The Spring WebFlux Framework" section #31381
  • Document that property placeholders should use the canonical property name form #31369
  • Fix typos in the reference documentation #31366
  • Enable Links for the Javadoc of the Gradle Plugin #31362
  • Remove "earlier in this chapter" from places where content is now elsewhere in the documentation #31360
  • Restore custom favicon documentation #31358
  • Document that when using Lombok it must be configured to run before spring-boot-configuration-processor #31356
  • Use Lambda-based API in Spring Security examples #31354
  • Fix typo in name of imports file in javadoc of ImportCandidates.from #31277
  • Typos in documentation ("spring-factories" instead of "spring.factories") #31206
  • Fix Custom Layers Configuration section title in Maven plugin docs #31180
  • org.springframework.boot.actuate.autoconfigure.metrics.graphql has no package info #31140
  • Update Dynatrace Micrometer registry documentation #31132

🔨 Dependency Upgrades

  • Upgrade to AppEngine SDK 1.9.97 #31421
  • Upgrade to Byte Buddy 1.12.11 #31508
  • Upgrade to Couchbase Client 3.3.1 #31422
  • Upgrade to Dropwizard Metrics 4.2.10 #31488
  • Upgrade to Elasticsearch 7.17.4 #31423
  • Upgrade to Embedded Mongo 3.4.6 #31424
  • Upgrade to Flyway 8.5.13 #31425

... (truncated)

Commits
  • 77beca9 Release v2.7.1
  • 498f052 Fix deprecation warning
  • bc2d20e Merge branch '2.6.x' into 2.7.x
  • a94e7d6 Upgrade to Jetty 9.4.48.v20220622
  • 5976457 Upgrade to Byte Buddy 1.12.11
  • 6484be2 Upgrade to Jetty 9.4.48.v20220622
  • 28775c2 Merge branch '2.6.x' into 2.7.x
  • 9e98f69 Merge pull request #31238 from ittays
  • 904feb2 Polish 'Allow spring.data.cassandra.config file to override default values'
  • 1c7d998 Allow spring.data.cassandra.config file to override default values
  • 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)

Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.4.5 to 2.7.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.4.5...v2.7.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants