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

Bump spring-boot-dependencies from 2.7.0 to 2.7.1 in /examples #555

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps spring-boot-dependencies from 2.7.0 to 2.7.1.

Release notes

Sourced from spring-boot-dependencies'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 [spring-boot-dependencies](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-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 24, 2022
@codecov
Copy link

codecov bot commented Jun 24, 2022

Codecov Report

Merging #555 (7e29a41) into master (f264a98) will increase coverage by 0.28%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #555      +/-   ##
============================================
+ Coverage     32.34%   32.62%   +0.28%     
- Complexity      222      223       +1     
============================================
  Files           107      107              
  Lines          2841     2841              
  Branches        255      255              
============================================
+ Hits            919      927       +8     
+ Misses         1845     1833      -12     
- Partials         77       81       +4     
Impacted Files Coverage 螖
.../freefair/gradle/plugins/git/GitVersionPlugin.java 37.25% <0.00%> (+7.84%) 猬嗭笍

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 f264a98...7e29a41. Read the comment docs.

@larsgrefer larsgrefer merged commit 7d0016e into master Jun 24, 2022
@dependabot dependabot bot deleted the dependabot/gradle/examples/org.springframework.boot-spring-boot-dependencies-2.7.1 branch June 24, 2022 10:56
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