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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump spring-boot-dependencies from 2.2.1.RELEASE to 2.2.2.RELEASE #587

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps spring-boot-dependencies from 2.2.1.RELEASE to 2.2.2.RELEASE.

Release notes

Sourced from spring-boot-dependencies's releases.

v2.2.2.RELEASE

⭐ New Features

  • Support constructor binding on 3rd party classes #18935
  • Support Gradle 6 #18663

🪲 Bug Fixes

  • @​SpyBean (MockitoPostProcessor) tries to initialize @​StepScope Bean out of scope #19309
  • server.ssl.key-alias is ignored when configuring Netty #19304
  • Actuator does not display immutable configuration properties when using @​Validated #19219
  • Bean class placeholders doesn't work in 2.2.1.RELEASE #19207
  • Liquibase actuator endpoint does not give correct information when multiple databases are used in one project #19190
  • Constructor binding fails when configuration class has a generic field with type parameter java.util.Map #19156
  • ssl.enabled is ignored when Rabbit is configured with an address with no protocol #19112
  • Use DeferredLog in CloudFoundryVcapEnvironmentPostProcessor #19086
  • Spring Boot DevTools YAML property loading does not work #19081
  • HealthWebEndpointMapper should expose details if right authority present #19059
  • Handle ApiVersion in CachingOperationInvoker #18961
  • Spring Boot - Maven Plugin shutdown broken #18940
  • BasicJsonParser does not handle whitespace between [ and { correctly #18913
  • @​ServletComponentScan does not work with a component index #18912

📔 Documentation

  • Add missing closing parenthesis in Test Scope Dependencies reference documentation #19218
  • Document the property configuration of the auto-configured EntityManagerFactoryBuilder #19209
  • Document Nitrite starter in README #19196
  • Add missing health indicators to docs #19154
  • Clarify contradictory advice on the use of @PropertySource #19152
  • Document logging of startup info #19150
  • Incorrect Javadoc regarding default Tomcat async request timeout #19091
  • Fix syntax error in configuration metadata sample in docs #19032
  • Use CAPS for build args in Dockerfile example #19029
  • Improve Dockerfile example to extract the application jar based on an argument #18932
  • Remove reference to ConfigurationPropertiesScan in javadoc #18920
  • Remove spring-boot-samples references from docs #18904

🔨 Dependency Upgrades

  • Upgrade to Spring Cloud Connectors 2.0.7.RELEASE #19247
  • Upgrade to Neo4j Ogm 3.2.3 #19246
  • Upgrade to Jetty El 8.5.49 #19245
  • Upgrade to Liquibase 3.8.2 #19244
  • Upgrade to Kotlin 1.3.61 #19243
  • Upgrade to Aspectj 1.9.5 #19242
  • Upgrade to Activemq 5.15.11 #19241
  • Upgrade to Byte Buddy 1.10.4 #19240
  • Upgrade to Netty Tcnative 2.0.28.Final #19239
  • Upgrade to Unboundid Ldapsdk 4.0.13 #19238
... (truncated)
Commits
  • 3ce438d Release v2.2.2.RELEASE
  • f1c2d36 Upgrade to Spring Batch 4.2.1
  • 37d5f1d Merge pull request #19196 from FunThomas424242
  • 95d6dff Document Nitrite starter in README
  • ed571ba Merge branch '2.1.x' into 2.2.x
  • a5b9c0f Merge pull request #19193 from dreis2211
  • 20ff764 Increase cache ttl in CachingOperationInvokerTests
  • 9b0569c Merge branch '2.1.x' into 2.2.x
  • bc53fe0 Recommend mockito-inline for mocking and spying of CGLib proxies
  • 3c0e7cc Merge branch '2.1.x' into 2.2.x
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.2.1.RELEASE to 2.2.2.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.2.1.RELEASE...v2.2.2.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@codecov
Copy link

codecov bot commented Dec 9, 2019

Codecov Report

Merging #587 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #587   +/-   ##
=======================================
  Coverage   85.14%   85.14%           
=======================================
  Files          74       74           
  Lines        1892     1892           
  Branches      172      172           
=======================================
  Hits         1611     1611           
  Misses        201      201           
  Partials       80       80

@uweschaefer uweschaefer merged commit 7143578 into master Dec 9, 2019
@uweschaefer uweschaefer deleted the dependabot/maven/org.springframework.boot-spring-boot-dependencies-2.2.2.RELEASE branch December 9, 2019 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant