Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump spring-boot-parent from 2.7.0 to 2.7.1 #117

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps spring-boot-parent from 2.7.0 to 2.7.1.

Release notes

Sourced from spring-boot-parent'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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 23, 2022
@github-actions github-actions bot enabled auto-merge June 23, 2022 13:21
@dependabot dependabot bot force-pushed the dependabot/maven/org.springframework.boot-spring-boot-parent-2.7.1 branch 3 times, most recently from 5faf87e to b2fbc42 Compare June 23, 2022 13:38
@jesperancinha
Copy link
Owner

On Hold: Kotlin/kotlinx.coroutines#3345

@dependabot dependabot bot force-pushed the dependabot/maven/org.springframework.boot-spring-boot-parent-2.7.1 branch 3 times, most recently from cc7109c to 62dc539 Compare June 29, 2022 10:57
Bumps [spring-boot-parent](https://github.com/spring-projects/spring-boot) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.0...v2.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.springframework.boot-spring-boot-parent-2.7.1 branch from 62dc539 to 38e5c28 Compare June 29, 2022 11:02
@github-actions github-actions bot merged commit 26c8714 into main Jun 30, 2022
@dependabot dependabot bot deleted the dependabot/maven/org.springframework.boot-spring-boot-parent-2.7.1 branch June 30, 2022 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant